Skip to content

Commit 025707f

Browse files
authored
Merge pull request #350 from badaitech/feat/fix-number-default-value
Feat/fix number default value
2 parents fcdd14a + adce3a2 commit 025707f

33 files changed

Lines changed: 379 additions & 343 deletions

File tree

.changeset/dry-hornets-roll.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@badaitech/chaingraph-nodes": patch
3+
"@badaitech/chaingraph-types": patch
4+
"@badaitech/chaingraph-frontend": patch
5+
"@badaitech/chaingraph-backend": patch
6+
"@badaitech/chaingraph-execution-api": patch
7+
"@badaitech/chaingraph-execution-worker": patch
8+
"@badaitech/badai-api": patch
9+
"@badaitech/badai-api-example": patch
10+
"@badaitech/chaingraph-executor": patch
11+
"@badaitech/chaingraph-trpc": patch
12+
"@badaitech/typescript-config": patch
13+
---
14+
15+
fix: update default value handling in decorators and improve error messaging in edge transfer logic

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@badaitech/badai-api-example": "0.5.5-dev.19"
1616
},
1717
"changesets": [
18+
"dry-hornets-roll",
1819
"dry-otters-share",
1920
"early-baboons-lay",
2021
"fluffy-chairs-yell",

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.5.5-dev.43
4+
5+
### Patch Changes
6+
7+
- fix: update default value handling in decorators and improve error messaging in edge transfer logic
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.5.5-dev.43
10+
- @badaitech/chaingraph-types@0.5.5-dev.43
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.43
12+
313
## 0.5.5-dev.42
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.5.5-dev.42",
4+
"version": "0.5.5-dev.43",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-api/CHANGELOG.md

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

3+
## 0.5.5-dev.43
4+
5+
### Patch Changes
6+
7+
- fix: update default value handling in decorators and improve error messaging in edge transfer logic
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.5.5-dev.43
10+
- @badaitech/chaingraph-executor@0.5.5-dev.43
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.43
12+
313
## 0.5.5-dev.42
414

515
### 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.5.5-dev.42",
4+
"version": "0.5.5-dev.43",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @badaitech/chaingraph-execution-worker
22

3+
## 0.5.5-dev.43
4+
5+
### Patch Changes
6+
7+
- fix: update default value handling in decorators and improve error messaging in edge transfer logic
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.5.5-dev.43
10+
- @badaitech/chaingraph-types@0.5.5-dev.43
11+
- @badaitech/chaingraph-executor@0.5.5-dev.43
12+
- @badaitech/chaingraph-trpc@0.5.5-dev.43
13+
314
## 0.5.5-dev.42
415

516
### 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.5.5-dev.42",
4+
"version": "0.5.5-dev.43",
55
"private": false,
66
"description": "Chaingraph Execution Worker Service which connected to Kafka and process the flow executions",
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.5.5-dev.43
4+
5+
### Patch Changes
6+
7+
- fix: update default value handling in decorators and improve error messaging in edge transfer logic
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.5.5-dev.43
10+
- @badaitech/chaingraph-types@0.5.5-dev.43
11+
- @badaitech/badai-api@0.5.5-dev.43
12+
- @badaitech/chaingraph-executor@0.5.5-dev.43
13+
- @badaitech/chaingraph-trpc@0.5.5-dev.43
14+
315
## 0.5.5-dev.42
416

517
### Patch Changes

apps/chaingraph-frontend/package.json

Lines changed: 3 additions & 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.5.5-dev.42",
4+
"version": "0.5.5-dev.43",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",
@@ -94,6 +94,8 @@
9494
"@xyflow/react": "^12.8.6",
9595
"@xyflow/system": "^0.0.70",
9696
"add": "^2.0.6",
97+
"ag-grid-community": "^34.2.0",
98+
"ag-grid-react": "^34.2.0",
9799
"ahooks": "^3.9.5",
98100
"class-variance-authority": "^0.7.1",
99101
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)