Skip to content

Commit

Permalink
chore: release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Jun 2, 2024
1 parent 592ba3b commit 58518c9
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.5.1",
"version": "3.5.2",
"private": true,
"packageManager": "pnpm@9.1.4",
"license": "Apache-2.0",
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.5.1",
"version": "3.5.2",
"description": "Opinionated logger and console utilities for Petal",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
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.5.1",
"version": "3.5.2",
"description": "A CLI utility to create a new petal app",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
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.5.1",
"version": "3.5.2",
"description": "Combined ESLint config for Petal",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
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.5.1",
"version": "3.5.2",
"description": "Set of rules for Petal's custom ESLint rules",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
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.5.1",
"version": "3.5.2",
"description": "Common TSConfig to be used as a base config",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
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.5.1",
"version": "3.5.2",
"description": "Opinionated collection of common TypeScript utilities",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
Expand Down

0 comments on commit 58518c9

Please sign in to comment.