Skip to content

Commit 3f37907

Browse files
Version Packages (beta)
1 parent f396833 commit 3f37907

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
@@ -125,6 +125,7 @@
125125
"funny-chicken-burn",
126126
"funny-games-sniff",
127127
"fuzzy-boxes-bow",
128+
"fuzzy-cameras-burn",
128129
"good-icons-love",
129130
"great-taxes-bet",
130131
"green-clouds-search",

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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- workflow@4.0.1-beta.34
9+
310
## 4.0.1-beta.33
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.33",
3+
"version": "4.0.1-beta.34",
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",
66-
"workflow": "4.0.1-beta.33"
66+
"workflow": "4.0.1-beta.34"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/anthropic": "2.0.49",

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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f396833`](https://github.com/vercel/workflow/commit/f39683370dc187273bd8aa5108e11e49dffe027a)]:
8+
- @workflow/web@4.0.1-beta.18
9+
310
## 4.0.1-beta.33
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.33",
3+
"version": "4.0.1-beta.34",
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.18
4+
5+
### Patch Changes
6+
7+
- [#646](https://github.com/vercel/workflow/pull/646) [`f396833`](https://github.com/vercel/workflow/commit/f39683370dc187273bd8aa5108e11e49dffe027a) Thanks [@adriandlam](https://github.com/adriandlam)! - Fix missing next.config.ts inside built @workflow/web package
8+
39
## 4.0.1-beta.17
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.17",
4+
"version": "4.0.1-beta.18",
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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/cli@4.0.1-beta.34
9+
310
## 4.0.1-beta.33
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.33",
3+
"version": "4.0.1-beta.34",
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.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/cli@4.0.1-beta.34
9+
- workflow@4.0.1-beta.34
10+
311
## 4.0.1-beta.34
412

513
### Patch Changes

0 commit comments

Comments
 (0)