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

Skip to content

Commit 9174f7f

Browse files
committed
chore: release v6.0.0
1 parent 21e758c commit 9174f7f

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/root",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"private": true,
77
"packageManager": "[email protected]",
88
"engineStrict": true,

packages/create-petal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "create-petal",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "A CLI utility to create a new Petal app",
77
"author": "@flowr",
88
"contributors": ["Pauline <[email protected]>"],

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/crypto",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "A simple, type-safe cryptography utility library.",
77
"author": "@flowr",
88
"contributors": ["Pauline <[email protected]>"],

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "eslint-plugin-petal",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Custom ESLint rules for the Petal specification",
77
"author": "@flowr",
88
"contributors": [

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/eslint",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Standardized Petal specification linting configuration",
77
"author": "@flowr",
88
"contributors": [

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/fetch",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Small wrapper around globalThis.fetch for improved TypeScript and data support",
77
"author": "@flowr",
88
"contributors": ["Pauline <[email protected]>"],

packages/iterator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/iterator",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Opinionated collection of common iterator utilities",
77
"author": "@flowr",
88
"contributors": [

packages/loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/loader",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "A simple TypeScript code piece loader",
77
"author": "@flowr",
88
"contributors": [

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/metadata",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Useful TypeScript decorators for Petal projects",
77
"author": "@flowr",
88
"contributors": [

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@flowr/node",
44
"type": "module",
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"description": "Node-specific opinionated TypeScript utilities",
77
"author": "@flowr",
88
"contributors": [

0 commit comments

Comments
 (0)