Skip to content

Commit 2004d89

Browse files
Version Packages (beta)
1 parent 25bfa52 commit 2004d89

File tree

11 files changed

+48
-6
lines changed

11 files changed

+48
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"changesets": [
4444
"add-documentation",
4545
"add-type-safety",
46+
"afraid-paws-rescue",
4647
"all-guests-change",
4748
"all-years-glow",
4849
"angry-owls-beg",
@@ -61,6 +62,7 @@
6162
"chatty-goats-fall",
6263
"chilly-yaks-sneeze",
6364
"chubby-kids-jog",
65+
"clean-parrots-search",
6466
"common-singers-hide",
6567
"consolidate-config",
6668
"cool-lands-buy",
@@ -288,6 +290,7 @@
288290
"two-nights-join",
289291
"two-rabbits-burn",
290292
"two-snails-cross",
293+
"vast-files-judge",
291294
"violet-bats-crash",
292295
"violet-ideas-like",
293296
"violet-mails-send",

packages/ai/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/ai
22

3+
## 4.0.1-beta.38
4+
5+
### Patch Changes
6+
7+
- [#695](https://github.com/vercel/workflow/pull/695) [`25bfa52`](https://github.com/vercel/workflow/commit/25bfa52d02d8c5bb677a7effcb993d107f6ad130) Thanks [@ctate](https://github.com/ctate)! - Fix: Handle object-style finishReason for AI SDK v5/v6 compatibility
8+
9+
- Updated dependencies []:
10+
- workflow@4.0.1-beta.38
11+
312
## 4.0.1-beta.37
413

514
### Patch Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.37",
3+
"version": "4.0.1-beta.38",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"ai": "^5 || ^6",
66-
"workflow": "4.0.1-beta.37"
66+
"workflow": "4.0.1-beta.38"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/cli
22

3+
## 4.0.1-beta.38
4+
5+
### Patch Changes
6+
7+
- [#684](https://github.com/vercel/workflow/pull/684) [`80955e7`](https://github.com/vercel/workflow/commit/80955e7212b38237710249f7ac3c17fb55cae49b) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Allow opening UI without a valid local config detected, UI will show warning and watch folder
8+
9+
- Updated dependencies [[`f989613`](https://github.com/vercel/workflow/commit/f989613d7020f987fba2c74f2e49c8d47ff74a29)]:
10+
- @workflow/web@4.0.1-beta.22
11+
312
## 4.0.1-beta.37
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/cli",
3-
"version": "4.0.1-beta.37",
3+
"version": "4.0.1-beta.38",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/web/CHANGELOG.md

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

3+
## 4.0.1-beta.22
4+
5+
### Patch Changes
6+
7+
- [#694](https://github.com/vercel/workflow/pull/694) [`f989613`](https://github.com/vercel/workflow/commit/f989613d7020f987fba2c74f2e49c8d47ff74a29) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add error boundaries around tabs in run detail view
8+
39
## 4.0.1-beta.21
410

511
### Patch Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workflow/web",
33
"description": "Workflow Observability UI",
4-
"version": "4.0.1-beta.21",
4+
"version": "4.0.1-beta.22",
55
"private": false,
66
"files": [
77
".next",

packages/workflow/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# workflow
22

3+
## 4.0.1-beta.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`80955e7`](https://github.com/vercel/workflow/commit/80955e7212b38237710249f7ac3c17fb55cae49b)]:
8+
- @workflow/cli@4.0.1-beta.38
9+
310
## 4.0.1-beta.37
411

512
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow",
3-
"version": "4.0.1-beta.37",
3+
"version": "4.0.1-beta.38",
44
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
55
"main": "dist/typescript-plugin.cjs",
66
"type": "module",

packages/world-testing/CHANGELOG.md

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

3+
## 4.0.1-beta.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`80955e7`](https://github.com/vercel/workflow/commit/80955e7212b38237710249f7ac3c17fb55cae49b)]:
8+
- @workflow/cli@4.0.1-beta.38
9+
- workflow@4.0.1-beta.38
10+
311
## 4.0.1-beta.38
412

513
### Patch Changes

0 commit comments

Comments
 (0)