Skip to content

Commit 777bf94

Browse files
authored
Merge pull request #201 from badaitech/rel/v0.2.7
chore: bump package versions to 0.2.7 and update changelogs; fix exec…
2 parents d0d95ba + 6da99fd commit 777bf94

15 files changed

Lines changed: 61 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.2.7
4+
5+
### Patch Changes
6+
7+
- Fix execution secret key race condition
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.2.7
10+
- @badaitech/chaingraph-trpc@0.2.7
11+
- @badaitech/chaingraph-types@0.2.7
12+
313
## 0.2.6
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.2.6",
4+
"version": "0.2.7",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

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

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- Fix execution secret key race condition
8+
- Updated dependencies
9+
- @badaitech/badai-api@0.2.7
10+
- @badaitech/chaingraph-nodes@0.2.7
11+
- @badaitech/chaingraph-trpc@0.2.7
12+
- @badaitech/chaingraph-types@0.2.7
13+
314
## 0.2.6
415

516
### 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.2.6",
4+
"version": "0.2.7",
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.2.6",
4+
"version": "0.2.7",
55
"private": false,
66
"packageManager": "pnpm@10.11.1",
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.2.7
4+
5+
### Patch Changes
6+
7+
- Fix execution secret key race condition
8+
39
## 0.2.6
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.2.6",
4+
"version": "0.2.7",
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.2.7
4+
5+
### Patch Changes
6+
7+
- Fix execution secret key race condition
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.2.7
10+
311
## 0.2.6
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.2.6",
4+
"version": "0.2.7",
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.2.7
4+
5+
### Patch Changes
6+
7+
- Fix execution secret key race condition
8+
39
## 0.2.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)