diff --git a/package.json b/package.json index 3188fcb..7d8a042 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/petal-monorepo", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "private": true, "packageManager": "pnpm@9.6.0", "engineStrict": true, diff --git a/packages/console/package.json b/packages/console/package.json index 7f8ad1b..5c2fb7f 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/console", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "description": "Opinionated logger and console utilities for Petal", "author": "Petal Contributors", "license": "MIT", diff --git a/packages/create-petal/package.json b/packages/create-petal/package.json index 6cd3c56..b13fd1d 100644 --- a/packages/create-petal/package.json +++ b/packages/create-petal/package.json @@ -1,7 +1,7 @@ { "name": "create-petal", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "description": "A CLI utility to create a new petal app", "author": "Petal Contributors", "license": "MIT", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 33f001a..c30ee19 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/eslint-config", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "description": "Standardized Petal specification linting configuration", "author": "Petal Contributors", "license": "MIT", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 985b763..742b4c8 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-petal", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "description": "Custom ESLint rules for the Petal specification", "author": "Petal Contributors", "license": "MIT", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 35e713a..71e3aba 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@flowr/tsconfig", - "version": "3.10.1", + "version": "3.10.2", "description": "Common TSConfigs in Petal standardized projects", "author": "Petal Contributors", "license": "MIT", diff --git a/packages/utils/package.json b/packages/utils/package.json index a9fed74..c265f1f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/utils", "type": "module", - "version": "3.10.1", + "version": "3.10.2", "description": "Opinionated collection of common TypeScript utilities", "author": "Petal Contributors", "license": "MIT",