Skip to content

Commit

Permalink
chore: release v3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Jul 12, 2024
1 parent 3013911 commit 75a7359
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowr/petal-monorepo",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"private": true,
"packageManager": "pnpm@9.5.0",
"engineStrict": true,
Expand Down Expand Up @@ -32,7 +32,9 @@
"dev": "pnpm stub"
},
"workspaces": {
"packages": ["packages/*"]
"packages": [
"packages/*"
]
},
"devDependencies": {
"@flowr/eslint-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowr/console",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"description": "Opinionated logger and console utilities for Petal",
"author": "Petal Contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-petal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-petal",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"description": "A CLI utility to create a new petal app",
"author": "Petal Contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowr/eslint-config",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"description": "Standardized Petal specification linting configuration",
"author": "Petal Contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-petal",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"description": "Custom ESLint rules for the Petal specification",
"author": "Petal Contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowr/tsconfig",
"version": "3.8.5",
"version": "3.8.6",
"description": "Common TSConfigs in Petal standardized projects",
"author": "Petal Contributors",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flowr/utils",
"type": "module",
"version": "3.8.5",
"version": "3.8.6",
"description": "Opinionated collection of common TypeScript utilities",
"author": "Petal Contributors",
"license": "MIT",
Expand Down

0 comments on commit 75a7359

Please sign in to comment.