Skip to content

Commit

Permalink
chore: release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Jan 21, 2025
1 parent a6a52d8 commit e458fc7
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/root",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"packageManager": "pnpm@10.0.0",
"engineStrict": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-petal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "create-petal",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "A CLI utility to create a new Petal app",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "eslint-plugin-petal",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Custom ESLint rules for the Petal specification",
"author": "@flowr",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/eslint",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Standardized Petal specification linting configuration",
"author": "@flowr",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/fetch",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Small wrapper around globalThis.fetch for improved TypeScript and data support",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/iterator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/iterator",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Opinionated collection of common iterator utilities",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/loader",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "A simple TypeScript code piece loader",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/metadata",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Useful TypeScript decorators for Petal projects",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/node",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Node-specific opinionated TypeScript utilities",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/result",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "A TypeScript port of Rust's Result<T> and Option<T> structures",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/scripts",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"description": "A set of scripts that we use for Petal workflows",
"author": "@flowr",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/store",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "High-capacity fast raw string storage with UTF-16",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/types",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Essential TypeScript types used in @flowr/utilities",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/typescript",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Common TSConfigs and TypeScript in Petal standardized projects",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@flowr/utilities",
"type": "module",
"version": "5.1.0",
"version": "5.2.0",
"description": "Opinionated collection of common TypeScript utilities",
"author": "@flowr",
"contributors": ["Pauline <me@dyn.gay>"],
Expand Down

0 comments on commit e458fc7

Please sign in to comment.