Skip to content

Commit

Permalink
chore: release v3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Aug 13, 2024
1 parent d883205 commit b23daec
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": "3.11.3",
"version": "3.11.4",
"private": true,
"packageManager": "pnpm@9.7.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": "3.11.3",
"version": "3.11.4",
"description": "Opinionated logger and console utilities for Petal",
"author": "Petal Contributors",
"license": "MIT",
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": "3.11.3",
"version": "3.11.4",
"description": "A CLI utility to create a new petal app",
"author": "Petal Contributors",
"license": "MIT",
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": "3.11.3",
"version": "3.11.4",
"description": "Standardized Petal specification linting configuration",
"author": "Petal Contributors",
"license": "MIT",
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": "3.11.3",
"version": "3.11.4",
"description": "Custom ESLint rules for the Petal specification",
"author": "Petal Contributors",
"license": "MIT",
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": "3.11.3",
"version": "3.11.4",
"description": "Common TSConfigs in Petal standardized projects",
"author": "Petal Contributors",
"license": "MIT",
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": "3.11.3",
"version": "3.11.4",
"description": "Opinionated collection of common TypeScript utilities",
"author": "Petal Contributors",
"license": "MIT",
Expand Down

0 comments on commit b23daec

Please sign in to comment.