From 85c2dbf6bfa402573b85e61ba8a923fe53ed39d4 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 16 Sep 2024 06:05:55 +0200 Subject: [PATCH] chore: release v4.3.2 --- 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/tsconfig/package.json | 2 +- packages/utils/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c842de3..e4a70c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/petal-monorepo", "type": "module", - "version": "4.3.1", + "version": "4.3.2", "private": true, "packageManager": "pnpm@9.10.0", "engineStrict": true, diff --git a/packages/console/package.json b/packages/console/package.json index aaefb13..e730f88 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/console", "type": "module", - "version": "4.3.1", + "version": "4.3.2", "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 d932130..215fe1c 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.1", + "version": "4.3.2", "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 1e5f5fe..5dea11f 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.1", + "version": "4.3.2", "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 44a10b2..1d27b43 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.1", + "version": "4.3.2", "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 69e0918..83b3d6f 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@flowr/tsconfig", - "version": "4.3.1", + "version": "4.3.2", "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 f806b61..e09b17d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@flowr/utils", "type": "module", - "version": "4.3.1", + "version": "4.3.2", "description": "Opinionated collection of common TypeScript utilities", "author": "Petal Contributors", "license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",