Skip to content

Commit eb43717

Browse files
committed
chore(release): publish
- @fbp/evaluator@1.0.0 - @fbp/graph-editor@1.0.0 - @fbp/spec@1.0.0 - @fbp/types@1.0.0
1 parent a5a92fa commit eb43717

8 files changed

Lines changed: 20 additions & 4 deletions

File tree

packages/evaluator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/flow-based-programming/spec/compare/@fbp/evaluator@0.2.0...@fbp/evaluator@1.0.0) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fbp/evaluator
9+
610
# 0.2.0 (2026-01-24)
711

812
### Bug Fixes

packages/evaluator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fbp/evaluator",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Lazy graph evaluator for Flow-Based Programming",
66
"main": "index.js",

packages/graph-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/flow-based-programming/spec/compare/@fbp/graph-editor@0.2.0...@fbp/graph-editor@1.0.0) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fbp/graph-editor
9+
610
# 0.2.0 (2026-01-24)
711

812
### Bug Fixes

packages/graph-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fbp/graph-editor",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Houdini-inspired graph editor for Flow-Based Programming",
66
"main": "index.js",

packages/spec/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/flow-based-programming/spec/compare/@fbp/spec@0.2.0...@fbp/spec@1.0.0) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fbp/spec
9+
610
# 0.2.0 (2026-01-24)
711

812
### Features

packages/spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fbp/spec",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Storage specification and API for flow-based programming graphs",
66
"main": "index.js",

packages/types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0](https://github.com/flow-based-programming/spec/compare/@fbp/types@0.3.0...@fbp/types@1.0.0) (2026-04-17)
7+
8+
**Note:** Version bump only for package @fbp/types
9+
610
# 0.3.0 (2026-01-24)
711

812
### Features

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fbp/types",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Flow-Based Programming schemas and converters in TypeScript",
66
"main": "index.js",

0 commit comments

Comments
 (0)