Skip to content

Commit 443e4df

Browse files
Version Packages (beta)
1 parent f989613 commit 443e4df

File tree

11 files changed

+42
-6
lines changed

11 files changed

+42
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 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",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- workflow@4.0.1-beta.38
9+
310
## 4.0.1-beta.37
411

512
### 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @workflow/cli
22

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

512
### 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 []:
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 []:
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)