Skip to content

Commit 87ad24b

Browse files
Version Packages (beta) (#416)
1 parent 17904fc commit 87ad24b

35 files changed

+214
-19
lines changed

.changeset/pre.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"@workflow/example-sveltekit": "0.0.0",
3434
"@workflow/builders": "4.0.1-beta.3",
3535
"@workflow/sveltekit": "4.0.0-beta.1",
36-
"@workflow/nuxt": "4.0.1-beta.6"
36+
"@workflow/nuxt": "4.0.1-beta.6",
37+
"@workflow/rollup": "4.0.0-beta.1"
3738
},
3839
"changesets": [
3940
"add-documentation",
@@ -45,6 +46,7 @@
4546
"bitter-ads-hear",
4647
"bitter-trees-rest",
4748
"breezy-schools-wonder",
49+
"bright-ducks-travel",
4850
"bumpy-taxis-learn",
4951
"busy-ears-switch",
5052
"calm-worlds-spend",
@@ -58,15 +60,18 @@
5860
"crazy-days-agree",
5961
"crazy-waves-leave",
6062
"create-builders-package",
63+
"cruel-corners-feel",
6164
"cruel-houses-sneeze",
6265
"cuddly-lobsters-build",
6366
"cuddly-otters-sin",
67+
"curly-teams-unite",
6468
"curvy-ravens-clean",
6569
"cute-drinks-swim",
6670
"cyan-bars-speak",
6771
"cyan-ducks-wonder",
6872
"dark-toys-melt",
6973
"deduplicate-configs",
74+
"dirty-sloths-cut",
7075
"dry-mammals-change",
7176
"dull-adults-wonder",
7277
"eager-lands-rhyme",
@@ -92,6 +97,7 @@
9297
"four-pillows-fall",
9398
"free-forks-relax",
9499
"funny-chicken-burn",
100+
"funny-games-sniff",
95101
"good-icons-love",
96102
"green-ducks-wave",
97103
"handle-tool-errors",
@@ -119,6 +125,7 @@
119125
"lucky-signs-shine",
120126
"major-moles-sit",
121127
"mean-mangos-hope",
128+
"metal-cycles-slide",
122129
"metal-sheep-wait",
123130
"moody-taxes-wonder",
124131
"move-next-builder",
@@ -146,6 +153,7 @@
146153
"serious-starfishes-accept",
147154
"shaggy-falcons-make",
148155
"shaggy-tigers-attack",
156+
"sharp-laws-feel",
149157
"shiny-islands-move",
150158
"silly-pens-shine",
151159
"silver-boats-fold",
@@ -166,6 +174,7 @@
166174
"standardize-naming",
167175
"strong-shrimps-travel",
168176
"sweet-rooms-count",
177+
"swift-bushes-shave",
169178
"swift-dancers-buy",
170179
"tame-doors-melt",
171180
"tame-lamps-sin",

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.22
4+
5+
### Patch Changes
6+
7+
- 17904fc: Add `prepareStep` argument for DurableAgent to modify messages between AI loop steps
8+
- 17904fc: Make current messages state available to tool calls
9+
- Updated dependencies [6dd1750]
10+
11+
312
## 4.0.1-beta.21
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.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @workflow/builders
22

3+
## 4.0.1-beta.18
4+
5+
### Patch Changes
6+
7+
- b042ba7: Externalize bun from step bundles
8+
- Updated dependencies [07800c2]
9+
- Updated dependencies [fb9fd0f]
10+
- Updated dependencies [8b470f0]
11+
- @workflow/core@4.0.1-beta.19
12+
- @workflow/swc-plugin@4.0.1-beta.8
13+
- @workflow/errors@4.0.1-beta.6
14+
315
## 4.0.1-beta.17
416

517
### 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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 [b042ba7]
10+
- Updated dependencies [8b470f0]
11+
- Updated dependencies [40057db]
12+
- @workflow/core@4.0.1-beta.19
13+
- @workflow/swc-plugin@4.0.1-beta.8
14+
- @workflow/world@4.0.1-beta.7
15+
- @workflow/builders@4.0.1-beta.18
16+
- @workflow/world-local@4.0.1-beta.13
17+
- @workflow/web@4.0.1-beta.11
18+
- @workflow/errors@4.0.1-beta.6
19+
- @workflow/world-vercel@4.0.1-beta.13
20+
321
## 4.0.1-beta.21
422

523
### 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: 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.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+
- Updated dependencies [40057db]
11+
- @workflow/world@4.0.1-beta.7
12+
- @workflow/world-local@4.0.1-beta.13
13+
- @workflow/errors@4.0.1-beta.6
14+
- @workflow/world-vercel@4.0.1-beta.13
15+
316
## 4.0.1-beta.18
417

518
### 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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 [b042ba7]
10+
- Updated dependencies [8b470f0]
11+
- @workflow/core@4.0.1-beta.19
12+
- @workflow/swc-plugin@4.0.1-beta.8
13+
- @workflow/builders@4.0.1-beta.18
14+
315
## 4.0.1-beta.21
416

517
### Patch Changes

0 commit comments

Comments
 (0)