Skip to content

Commit 1a8fe2a

Browse files
committed
fix(frontend): export ports-v2 from store/index.ts
1 parent 589b7c7 commit 1a8fe2a

23 files changed

Lines changed: 113 additions & 11 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.7.5
4+
5+
### Patch Changes
6+
7+
- fix(frontend): export ports-v2 from store/index.ts
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.7.5
10+
- @badaitech/chaingraph-types@0.7.5
11+
- @badaitech/chaingraph-trpc@0.7.5
12+
313
## 0.7.4
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.7.4",
4+
"version": "0.7.5",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-api/CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- fix(frontend): export ports-v2 from store/index.ts
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.7.5
10+
- @badaitech/chaingraph-nodes@0.7.5
11+
- @badaitech/chaingraph-types@0.7.5
12+
- @badaitech/chaingraph-trpc@0.7.5
13+
- @badaitech/badai-api@0.7.5
14+
315
## 0.7.4
416

517
### Patch Changes

apps/chaingraph-execution-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/chaingraph-execution-api",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"private": false,
66
"description": "Chaingraph tRPC Server - Scalable API server for Chaingraph execution management",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-worker/CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- fix(frontend): export ports-v2 from store/index.ts
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.7.5
10+
- @badaitech/chaingraph-nodes@0.7.5
11+
- @badaitech/chaingraph-types@0.7.5
12+
- @badaitech/chaingraph-trpc@0.7.5
13+
- @badaitech/badai-api@0.7.5
14+
315
## 0.7.4
416

517
### Patch Changes

apps/chaingraph-execution-worker/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-execution-worker",
33
"type": "module",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"private": false,
66
"description": "Chaingraph Execution Worker Service using DBOS for durable workflow execution",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- fix(frontend): export ports-v2 from store/index.ts
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.7.5
10+
- @badaitech/chaingraph-nodes@0.7.5
11+
- @badaitech/chaingraph-types@0.7.5
12+
- @badaitech/chaingraph-trpc@0.7.5
13+
- @badaitech/badai-api@0.7.5
14+
315
## 0.7.4
416

517
### 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.7.4",
4+
"version": "0.7.5",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/src/store/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export * from './initialization'
2222
export * from './nodes'
2323
export * from './nodes/computed'
2424
export * from './ports'
25+
export * from './ports-v2'
2526
export {
2627
$trpcClientExecutor,
2728
createTRPCExecutionClientEvent,

packages/badai-api-example/CHANGELOG.md

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

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- fix(frontend): export ports-v2 from store/index.ts
8+
- Updated dependencies
9+
- @badaitech/badai-api@0.7.5
10+
311
## 0.7.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)