From 06fa9f70b87218ed3a8d66990f0f4b20f376eb14 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 30 Sep 2024 01:03:00 +0200 Subject: [PATCH] chore: release v4.4.1 --- package.json | 2 +- packages/console/package.json | 2 +- packages/create-petal/package.json | 2 +- packages/eslint-config/package.json | 2 +- packages/eslint-plugin/package.json | 2 +- packages/typescript/package.json | 2 +- packages/utils/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bff304b..80df2ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/petal-monorepo", "type": "module", - "version": "4.4.0", + "version": "4.4.1", "private": true, "packageManager": "pnpm@9.11.0", "engineStrict": true, diff --git a/packages/console/package.json b/packages/console/package.json index 6153ddf..7e1e756 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/console", "type": "module", - "version": "4.4.0", + "version": "4.4.1", "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 74f6a72..b4e5c0d 100644 --- a/packages/create-petal/package.json +++ b/packages/create-petal/package.json @@ -1,7 +1,7 @@ { "name": "create-petal", "type": "module", - "version": "4.4.0", + "version": "4.4.1", "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 693c704..d2b6f15 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.4.0", + "version": "4.4.1", "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 40c9a14..7fe3873 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.4.0", + "version": "4.4.1", "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/typescript/package.json b/packages/typescript/package.json index adb91c5..e4deb94 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@flowr/typescript", - "version": "4.4.0", + "version": "4.4.1", "description": "Common TSConfigs and TypeScript 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 f6a38ec..1e357b3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/utils", "type": "module", - "version": "4.4.0", + "version": "4.4.1", "description": "Opinionated collection of common TypeScript utilities", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",