Skip to content

Commit dae1fc1

Browse files
Version Packages (beta)
1 parent c614456 commit dae1fc1

37 files changed

Lines changed: 200 additions & 19 deletions

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"curvy-ravens-clean",
120120
"curvy-words-run",
121121
"cute-drinks-swim",
122+
"cyan-apes-fry",
122123
"cyan-bars-speak",
123124
"cyan-ducks-wonder",
124125
"cyan-ravens-eat",
@@ -204,6 +205,7 @@
204205
"funny-masks-fly",
205206
"fuzzy-boxes-bow",
206207
"fuzzy-cameras-burn",
208+
"gentle-friends-arrive",
207209
"gentle-plants-send",
208210
"gold-dogs-reply",
209211
"gold-dogs-strive",
@@ -216,6 +218,7 @@
216218
"green-foxes-lose",
217219
"grumpy-apes-rescue",
218220
"grumpy-ties-sort",
221+
"handle-null-run-key",
219222
"handle-tool-errors",
220223
"happy-bees-greet",
221224
"happy-doodles-return",
@@ -249,6 +252,7 @@
249252
"large-ads-report",
250253
"large-crabs-juggle",
251254
"late-otters-melt",
255+
"lazy-hairs-grin",
252256
"lazy-pants-cover",
253257
"lazy-wombats-dig",
254258
"legal-ads-shave",
@@ -285,6 +289,7 @@
285289
"mjs-cts-extension-support",
286290
"modern-bikes-shout",
287291
"modern-clubs-own",
292+
"moody-ghosts-decide",
288293
"moody-mirrors-melt",
289294
"moody-taxes-wonder",
290295
"move-next-builder",
@@ -317,6 +322,7 @@
317322
"open-things-smoke",
318323
"open-weeks-sniff",
319324
"otel-tracing-improvements",
325+
"pass-teamid-run-key",
320326
"petite-eggs-tell",
321327
"pink-aliens-itch",
322328
"pink-walls-report",
@@ -330,6 +336,7 @@
330336
"pretty-dolls-judge",
331337
"pretty-duration-format",
332338
"pretty-teeth-brush",
339+
"proud-dingos-peel",
333340
"puny-schools-retire",
334341
"purple-dots-dance",
335342
"purple-paths-pump",
@@ -342,7 +349,9 @@
342349
"quiet-boxes-carry",
343350
"quiet-ears-punch",
344351
"quiet-streams-order",
352+
"rare-goats-take",
345353
"ready-dogs-jog",
354+
"ready-wombats-retire",
346355
"real-moose-kick",
347356
"real-oranges-lick",
348357
"red-cities-poke",
@@ -389,6 +398,7 @@
389398
"slow-parks-roll",
390399
"slow-pears-swim",
391400
"slow-suits-juggle",
401+
"small-houses-walk",
392402
"small-memes-shout",
393403
"smart-chicken-poke",
394404
"smart-doodles-know",
@@ -408,6 +418,7 @@
408418
"spec-version",
409419
"spicy-dodos-bow",
410420
"spicy-rivers-call",
421+
"spicy-students-deliver",
411422
"spotty-eggs-sip",
412423
"spotty-needles-show",
413424
"stale-eagles-pay",
@@ -426,6 +437,7 @@
426437
"swift-dancers-buy",
427438
"swift-items-move",
428439
"tall-apes-mix",
440+
"tall-carrots-thank",
429441
"tame-doors-melt",
430442
"tame-lamps-sin",
431443
"tame-schools-press",

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.53
4+
5+
### Patch Changes
6+
7+
- [#1023](https://github.com/vercel/workflow/pull/1023) [`c8c98fe`](https://github.com/vercel/workflow/commit/c8c98fe463f4c8622988a2a9ff06a0234cb46a16) Thanks [@rovo89](https://github.com/rovo89)! - Pass optional request metadata through `WorkflowChatTransport`
8+
9+
- Updated dependencies []:
10+
- workflow@4.1.0-beta.61
11+
312
## 4.0.1-beta.52
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.52",
3+
"version": "4.0.1-beta.53",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"ai": "^5 || ^6",
72-
"workflow": "^4.1.0-beta.60"
72+
"workflow": "^4.1.0-beta.61"
7373
},
7474
"dependencies": {
7575
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/astro/CHANGELOG.md

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

3+
## 4.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.1-beta.52
9+
- @workflow/rollup@4.0.0-beta.18
10+
- @workflow/vite@4.0.0-beta.11
11+
312
## 4.0.0-beta.34
413

514
### 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.34",
3+
"version": "4.0.0-beta.35",
44
"description": "Astro integration for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5ea16f`](https://github.com/vercel/workflow/commit/f5ea16fbf5ba046e0e7a6e7ef95d6305abfd1768), [`70223a9`](https://github.com/vercel/workflow/commit/70223a9091494ba1db56784e29e5bc92c78a89e0), [`d99ca9c`](https://github.com/vercel/workflow/commit/d99ca9cfed4fafd43853f89f8a4939ed3d240e20)]:
8+
- @workflow/core@4.1.0-beta.61
9+
310
## 4.0.1-beta.51
411

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

packages/cli/CHANGELOG.md

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

3+
## 4.1.0-beta.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5ea16f`](https://github.com/vercel/workflow/commit/f5ea16fbf5ba046e0e7a6e7ef95d6305abfd1768), [`70223a9`](https://github.com/vercel/workflow/commit/70223a9091494ba1db56784e29e5bc92c78a89e0), [`e1a2f47`](https://github.com/vercel/workflow/commit/e1a2f475aa3258ee9e36e0694f73dbbe72b49fbe), [`f0823dc`](https://github.com/vercel/workflow/commit/f0823dc79b74e76176974230cecaccd705a8da75), [`c614456`](https://github.com/vercel/workflow/commit/c6144564eab0168bbb00350839c04f5f009dcd8e), [`a0b99c8`](https://github.com/vercel/workflow/commit/a0b99c8ec83ef602947b671aa9aed91720c170ce), [`d99ca9c`](https://github.com/vercel/workflow/commit/d99ca9cfed4fafd43853f89f8a4939ed3d240e20), [`1f9a67c`](https://github.com/vercel/workflow/commit/1f9a67c759fa6444f6f652692871e8bc7e65ea71)]:
8+
- @workflow/core@4.1.0-beta.61
9+
- @workflow/world-vercel@4.1.0-beta.35
10+
- @workflow/web@4.1.0-beta.35
11+
- @workflow/builders@4.0.1-beta.52
12+
313
## 4.1.0-beta.60
414

515
### 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.1.0-beta.60",
3+
"version": "4.1.0-beta.61",
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.1.0-beta.61
4+
5+
### Patch Changes
6+
7+
- [#1135](https://github.com/vercel/workflow/pull/1135) [`f5ea16f`](https://github.com/vercel/workflow/commit/f5ea16fbf5ba046e0e7a6e7ef95d6305abfd1768) Thanks [@btsmithnz](https://github.com/btsmithnz)! - Update `devalue` to v5.6.3 to resolve security alerts
8+
9+
- [#1178](https://github.com/vercel/workflow/pull/1178) [`70223a9`](https://github.com/vercel/workflow/commit/70223a9091494ba1db56784e29e5bc92c78a89e0) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Don't enforce client-side generated runId in `start()` for `v1Compat`
10+
11+
- [#1164](https://github.com/vercel/workflow/pull/1164) [`d99ca9c`](https://github.com/vercel/workflow/commit/d99ca9cfed4fafd43853f89f8a4939ed3d240e20) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix `FatalError` instance serialization
12+
13+
- Updated dependencies [[`e1a2f47`](https://github.com/vercel/workflow/commit/e1a2f475aa3258ee9e36e0694f73dbbe72b49fbe), [`c614456`](https://github.com/vercel/workflow/commit/c6144564eab0168bbb00350839c04f5f009dcd8e)]:
14+
- @workflow/world-vercel@4.1.0-beta.35
15+
316
## 4.1.0-beta.60
417

518
### Patch Changes

0 commit comments

Comments
 (0)