Skip to content

Commit b8a5aa0

Browse files
committed
chore: release v4.4.0
1 parent 4163ee8 commit b8a5aa0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/petal-monorepo",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engineStrict": true,

packages/console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/console",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"description": "Opinionated logger and console utilities for Petal",
66
"author": "Petal Contributors",
77
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

packages/create-petal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-petal",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"description": "A CLI utility to create a new petal app",
66
"author": "Petal Contributors",
77
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/eslint-config",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"description": "Standardized Petal specification linting configuration",
66
"author": "Petal Contributors",
77
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-petal",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"description": "Custom ESLint rules for the Petal specification",
66
"author": "Petal Contributors",
77
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowr/tsconfig",
3-
"version": "4.3.6",
3+
"version": "4.4.0",
44
"description": "Common TSConfigs in Petal standardized projects",
55
"author": "Petal Contributors",
66
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/utils",
33
"type": "module",
4-
"version": "4.3.6",
4+
"version": "4.4.0",
55
"description": "Opinionated collection of common TypeScript utilities",
66
"author": "Petal Contributors",
77
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",

0 commit comments

Comments
 (0)