Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed May 11, 2024
1 parent 3dc9f35 commit a3a6458
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1.0",
"version": "3.2.0",
"private": true,
"packageManager": "[email protected]",
"license": "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": "3.1.0",
"version": "3.2.0",
"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.1.0",
"version": "3.2.0",
"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.1.0",
"version": "3.2.0",
"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.1.0",
"version": "3.2.0",
"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.1.0",
"version": "3.2.0",
"description": "Opinionated collection of common TypeScript utilities",
"license": "Apache-2.0",
"funding": "https://ko-fi.com/pauliesnug",
Expand Down

0 comments on commit a3a6458

Please sign in to comment.