diff --git a/package.json b/package.json index f835fe8..68e026f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/petal-monorepo", "type": "module", - "version": "4.3.6", + "version": "4.4.0", "private": true, "packageManager": "pnpm@9.11.0", "engineStrict": true, diff --git a/packages/console/package.json b/packages/console/package.json index 1d61179..6153ddf 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/console", "type": "module", - "version": "4.3.6", + "version": "4.4.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 9105e7d..74f6a72 100644 --- a/packages/create-petal/package.json +++ b/packages/create-petal/package.json @@ -1,7 +1,7 @@ { "name": "create-petal", "type": "module", - "version": "4.3.6", + "version": "4.4.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 9cfeb74..a7cfb42 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.3.6", + "version": "4.4.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 5cc1f7e..40c9a14 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.3.6", + "version": "4.4.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 cc8fc6d..5c37cb1 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@flowr/tsconfig", - "version": "4.3.6", + "version": "4.4.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 6dc7114..f6a38ec 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/utils", "type": "module", - "version": "4.3.6", + "version": "4.4.0", "description": "Opinionated collection of common TypeScript utilities", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",