Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 303dd15

Browse files
committed
chore: release v4.3.6
1 parent de63967 commit 303dd15

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "4.3.6",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engineStrict": true,

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/console",
33
"type": "module",
4-
"version": "4.3.5",
4+
"version": "4.3.6",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-petal",
33
"type": "module",
4-
"version": "4.3.5",
4+
"version": "4.3.6",
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

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "4.3.6",
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

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "4.3.6",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowr/tsconfig",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowr/utils",
33
"type": "module",
4-
"version": "4.3.5",
4+
"version": "4.3.6",
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)