Skip to content

Commit a006940

Browse files
Version Packages (beta)
1 parent 07800c2 commit a006940

File tree

33 files changed

+173
-17
lines changed

33 files changed

+173
-17
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"bitter-ads-hear",
4646
"bitter-trees-rest",
4747
"breezy-schools-wonder",
48+
"bright-ducks-travel",
4849
"bumpy-taxis-learn",
4950
"busy-ears-switch",
5051
"calm-worlds-spend",
@@ -58,6 +59,7 @@
5859
"crazy-days-agree",
5960
"crazy-waves-leave",
6061
"create-builders-package",
62+
"cruel-corners-feel",
6163
"cruel-houses-sneeze",
6264
"cuddly-lobsters-build",
6365
"cuddly-otters-sin",
@@ -119,6 +121,7 @@
119121
"lucky-signs-shine",
120122
"major-moles-sit",
121123
"mean-mangos-hope",
124+
"metal-cycles-slide",
122125
"metal-sheep-wait",
123126
"moody-taxes-wonder",
124127
"move-next-builder",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.22
4+
5+
### Patch Changes
6+
7+
8+
39
## 4.0.1-beta.21
410

511
### 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.21",
3+
"version": "4.0.1-beta.22",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"ai": "catalog:"
4343
},
4444
"peerDependencies": {
45-
"workflow": "4.0.1-beta.21",
45+
"workflow": "4.0.1-beta.22",
4646
"ai": "^5"
4747
},
4848
"dependencies": {

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [07800c2]
8+
- Updated dependencies [fb9fd0f]
9+
- Updated dependencies [8b470f0]
10+
- @workflow/core@4.0.1-beta.19
11+
- @workflow/swc-plugin@4.0.1-beta.8
12+
- @workflow/errors@4.0.1-beta.6
13+
314
## 4.0.1-beta.17
415

516
### 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.17",
3+
"version": "4.0.1-beta.18",
44
"description": "Shared builder infrastructure for Workflow DevKit",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [07800c2]
8+
- Updated dependencies [fb9fd0f]
9+
- Updated dependencies [8b470f0]
10+
- @workflow/core@4.0.1-beta.19
11+
- @workflow/swc-plugin@4.0.1-beta.8
12+
- @workflow/world@4.0.1-beta.7
13+
- @workflow/builders@4.0.1-beta.18
14+
- @workflow/web@4.0.1-beta.11
15+
- @workflow/errors@4.0.1-beta.6
16+
- @workflow/world-local@4.0.1-beta.13
17+
- @workflow/world-vercel@4.0.1-beta.13
18+
319
## 4.0.1-beta.21
420

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

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.19
4+
5+
### Patch Changes
6+
7+
- 07800c2: Support closure variables for serialized step functions
8+
- fb9fd0f: Add support for closure scope vars in step functions
9+
- Updated dependencies [fb9fd0f]
10+
- @workflow/world@4.0.1-beta.7
11+
- @workflow/errors@4.0.1-beta.6
12+
- @workflow/world-local@4.0.1-beta.13
13+
- @workflow/world-vercel@4.0.1-beta.13
14+
315
## 4.0.1-beta.18
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/core",
3-
"version": "4.0.1-beta.18",
3+
"version": "4.0.1-beta.19",
44
"description": "Core runtime and engine for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/next/CHANGELOG.md

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

3+
## 4.0.1-beta.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [07800c2]
8+
- Updated dependencies [fb9fd0f]
9+
- Updated dependencies [8b470f0]
10+
- @workflow/core@4.0.1-beta.19
11+
- @workflow/swc-plugin@4.0.1-beta.8
12+
- @workflow/builders@4.0.1-beta.18
13+
314
## 4.0.1-beta.21
415

516
### Patch Changes

0 commit comments

Comments
 (0)