Skip to content

Commit e6b1bef

Browse files
Version Packages (beta) (#693)
1 parent e3f0390 commit e6b1bef

39 files changed

+202
-20
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"hip-pugs-wish",
145145
"hip-singers-cut",
146146
"honest-fans-change",
147+
"huge-rabbits-travel",
147148
"hungry-cats-rush",
148149
"hungry-friends-start",
149150
"hungry-suits-brake",
@@ -222,6 +223,7 @@
222223
"sharp-laws-feel",
223224
"sharp-towns-joke",
224225
"shiny-islands-move",
226+
"shiny-llamas-hunt",
225227
"silly-drinks-wait",
226228
"silly-pens-shine",
227229
"silver-boats-fold",

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.37
4+
5+
### Patch Changes
6+
7+
- [#692](https://github.com/vercel/workflow/pull/692) [`b97b87b`](https://github.com/vercel/workflow/commit/b97b87b4fe4e6577ce65621de59878bb6bc2befb) Thanks [@ctate](https://github.com/ctate)! - Add support for AI SDK v6
8+
9+
- Updated dependencies []:
10+
- workflow@4.0.1-beta.37
11+
312
## 4.0.1-beta.36
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.36",
3+
"version": "4.0.1-beta.37",
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.36"
66+
"workflow": "4.0.1-beta.37"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/astro/CHANGELOG.md

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

3+
## 4.0.0-beta.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6)]:
8+
- @workflow/builders@4.0.1-beta.31
9+
- @workflow/vite@4.0.0-beta.2
10+
311
## 4.0.0-beta.13
412

513
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/astro",
3-
"version": "4.0.0-beta.13",
3+
"version": "4.0.0-beta.14",
44
"description": "Astro integration for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.31
4+
5+
### Patch Changes
6+
7+
- [#455](https://github.com/vercel/workflow/pull/455) [`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Added Control Flow Graph extraction from Workflows and extended manifest.json's schema to incorporate the graph structure into it. Refactored manifest generation to pass manifest as a parameter instead of using instance state. Add e2e tests for manifest validation across all builders.
8+
9+
- Updated dependencies [[`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6)]:
10+
- @workflow/core@4.0.1-beta.32
11+
- @workflow/errors@4.0.1-beta.12
12+
313
## 4.0.1-beta.30
414

515
### Patch Changes

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/builders",
3-
"version": "4.0.1-beta.30",
3+
"version": "4.0.1-beta.31",
44
"description": "Shared builder infrastructure for Workflow DevKit",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6)]:
8+
- @workflow/world-local@4.0.1-beta.22
9+
- @workflow/builders@4.0.1-beta.31
10+
- @workflow/utils@4.0.1-beta.9
11+
- @workflow/world@4.0.1-beta.11
12+
- @workflow/core@4.0.1-beta.32
13+
- @workflow/web@4.0.1-beta.21
14+
- @workflow/errors@4.0.1-beta.12
15+
- @workflow/world-vercel@4.0.1-beta.24
16+
317
## 4.0.1-beta.36
418

519
### 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.36",
3+
"version": "4.0.1-beta.37",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.32
4+
5+
### Patch Changes
6+
7+
- [#455](https://github.com/vercel/workflow/pull/455) [`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Added Control Flow Graph extraction from Workflows and extended manifest.json's schema to incorporate the graph structure into it. Refactored manifest generation to pass manifest as a parameter instead of using instance state. Add e2e tests for manifest validation across all builders.
8+
9+
- Updated dependencies [[`e3f0390`](https://github.com/vercel/workflow/commit/e3f0390469b15f54dee7aa9faf753cb7847a60c6)]:
10+
- @workflow/world-local@4.0.1-beta.22
11+
- @workflow/utils@4.0.1-beta.9
12+
- @workflow/world@4.0.1-beta.11
13+
- @workflow/errors@4.0.1-beta.12
14+
- @workflow/world-vercel@4.0.1-beta.24
15+
316
## 4.0.1-beta.31
417

518
### Patch Changes

0 commit comments

Comments
 (0)