Skip to content

Commit

Permalink
chore: release v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Sep 16, 2024
1 parent 48e42d9 commit 85c2dbf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-petal/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit 85c2dbf

Please sign in to comment.