Skip to content

Commit de8e6da

Browse files
committed
Changeset
1 parent 413c1e5 commit de8e6da

15 files changed

Lines changed: 60 additions & 8 deletions

File tree

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Add memory locks for atomic updates, fix flow sync issues, add gate node, improve 'any' type port connections
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.1.21
10+
- @badaitech/chaingraph-types@0.1.21
11+
- @badaitech/chaingraph-trpc@0.1.21
12+
313
## 0.1.20
414

515
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-frontend
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Add memory locks for atomic updates, fix flow sync issues, add gate node, improve 'any' type port connections
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.1.21
10+
- @badaitech/chaingraph-types@0.1.21
11+
- @badaitech/chaingraph-trpc@0.1.21
12+
313
## 0.1.20
414

515
### Patch Changes

apps/chaingraph-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-frontend",
33
"type": "module",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph",
33
"type": "module",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"private": false,
66
"packageManager": "pnpm@10.5.2",
77
"license": "BUSL-1.1",

packages/badai-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/badai-api
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Add memory locks for atomic updates, fix flow sync issues, add gate node, improve 'any' type port connections
8+
39
## 0.1.20
410

511
### Patch Changes

packages/badai-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/badai-api",
33
"type": "module",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"private": false,
66
"description": "Bad AI GraphQL API client",
77
"license": "BUSL-1.1",

packages/chaingraph-nodes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @badaitech/chaingraph-nodes
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Add memory locks for atomic updates, fix flow sync issues, add gate node, improve 'any' type port connections
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.1.21
10+
311
## 0.1.20
412

513
### Patch Changes

packages/chaingraph-nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-nodes",
33
"type": "module",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"private": false,
66
"description": "Node components for the Chaingraph project",
77
"license": "BUSL-1.1",

packages/chaingraph-trpc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/chaingraph-trpc
22

3+
## 0.1.21
4+
5+
### Patch Changes
6+
7+
- Add memory locks for atomic updates, fix flow sync issues, add gate node, improve 'any' type port connections
8+
39
## 0.1.20
410

511
### Patch Changes

0 commit comments

Comments
 (0)