diff --git a/package.json b/package.json index 05fe050..78551fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/petal-monorepo", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "private": true, "packageManager": "pnpm@9.10.0", "engineStrict": true, diff --git a/packages/console/package.json b/packages/console/package.json index 6a2d5bf..1b0f90c 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/console", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "description": "Opinionated logger and console utilities for Petal", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)", diff --git a/packages/create-petal/package.json b/packages/create-petal/package.json index d1a5ca9..6a043d7 100644 --- a/packages/create-petal/package.json +++ b/packages/create-petal/package.json @@ -1,7 +1,7 @@ { "name": "create-petal", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "description": "A CLI utility to create a new petal app", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 38e76f2..d504cb8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/eslint-config", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "description": "Standardized Petal specification linting configuration", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)", diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 61d9667..5f8af41 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-petal", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "description": "Custom ESLint rules for the Petal specification", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)", diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 4139776..f443c96 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@flowr/tsconfig", - "version": "4.2.0", + "version": "4.3.0", "description": "Common TSConfigs in Petal standardized projects", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)", diff --git a/packages/utils/package.json b/packages/utils/package.json index 5310463..76686a1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/utils", "type": "module", - "version": "4.2.0", + "version": "4.3.0", "description": "Opinionated collection of common TypeScript utilities", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",