Skip to content

Commit 9c32139

Browse files
Version Packages (beta) (vercel#1325)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c4d86fa commit 9c32139

45 files changed

Lines changed: 257 additions & 25 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
"add-ispublic-hook-flag",
5555
"add-nestjs-support",
5656
"add-queue-headers-support",
57+
"add-resolve-latest-deployment-core",
58+
"add-resolve-latest-deployment-world-vercel",
59+
"add-resolve-latest-deployment-world",
60+
"add-run-exists-getter",
5761
"add-run-wake-up",
5862
"add-type-safety",
5963
"afraid-candies-find",
@@ -72,6 +76,7 @@
7276
"bitter-ads-hear",
7377
"bitter-guests-flow",
7478
"bitter-trees-rest",
79+
"blue-beers-clap",
7580
"blue-buttons-allow",
7681
"blue-mice-behave",
7782
"blue-sloths-juggle",
@@ -105,6 +110,7 @@
105110
"cli-event-sourced",
106111
"client-side-ref-hydration",
107112
"client-side-runid",
113+
"client-side-tools",
108114
"cold-pillows-refuse",
109115
"cold-planets-pump",
110116
"common-mangos-bet",
@@ -133,6 +139,7 @@
133139
"cute-drinks-swim",
134140
"cyan-apes-fry",
135141
"cyan-bars-speak",
142+
"cyan-cloths-clap",
136143
"cyan-ducks-wonder",
137144
"cyan-ravens-eat",
138145
"cyan-toes-wash",
@@ -183,6 +190,7 @@
183190
"fifty-numbers-laugh",
184191
"fifty-teeth-grin",
185192
"fine-ideas-beam",
193+
"fine-lights-go",
186194
"fine-moles-sit",
187195
"fine-streets-thank",
188196
"fine-walls-share",
@@ -227,6 +235,7 @@
227235
"free-bugs-design",
228236
"free-carrots-repair",
229237
"free-forks-relax",
238+
"fresh-snails-draw",
230239
"fresh-suns-wave",
231240
"fresh-tigers-think",
232241
"fruity-ads-write",
@@ -349,6 +358,7 @@
349358
"ninety-papayas-brake",
350359
"odd-bobcats-repair",
351360
"odd-years-fail",
361+
"old-parents-try",
352362
"old-pugs-win",
353363
"olive-cars-run",
354364
"olive-signs-crash",
@@ -482,6 +492,7 @@
482492
"swift-items-move",
483493
"tall-apes-mix",
484494
"tall-carrots-thank",
495+
"tall-crabs-hunt",
485496
"tame-candies-move",
486497
"tame-doors-melt",
487498
"tame-lamps-sin",
@@ -576,6 +587,7 @@
576587
"world-local-event-sourced",
577588
"world-postgres-add-close",
578589
"world-postgres-event-sourced",
590+
"world-vercel-encodeuri",
579591
"world-vercel-error-serialization",
580592
"world-vercel-event-sourced",
581593
"world-vercel-otel-improvements",

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.56
4+
5+
### Patch Changes
6+
7+
- [#1329](https://github.com/vercel/workflow/pull/1329) [`6d45c8e`](https://github.com/vercel/workflow/commit/6d45c8ec36990be55f5a8435992bf7efd01cb0c9) Thanks [@pranaygp](https://github.com/pranaygp)! - Support client-side tools in DurableAgent. Tools without an `execute` function now pause the agent loop and return `clientToolCalls` in the result instead of throwing an error.
8+
9+
- Updated dependencies []:
10+
- workflow@4.2.0-beta.69
11+
312
## 4.0.1-beta.55
413

514
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.55",
3+
"version": "4.0.1-beta.56",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/astro/CHANGELOG.md

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

3+
## 4.0.0-beta.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d72c822`](https://github.com/vercel/workflow/commit/d72c82220f0c56bb26edbc918e485b8bd14c959b)]:
8+
- @workflow/builders@4.0.1-beta.60
9+
- @workflow/swc-plugin@4.1.0-beta.19
10+
- @workflow/rollup@4.0.0-beta.26
11+
- @workflow/vite@4.0.0-beta.19
12+
313
## 4.0.0-beta.42
414

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

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.60
4+
5+
### Patch Changes
6+
7+
- [#1312](https://github.com/vercel/workflow/pull/1312) [`d72c822`](https://github.com/vercel/workflow/commit/d72c82220f0c56bb26edbc918e485b8bd14c959b) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Fix bug where the SWC compiler bug prunes step-only imports in the client-mode transformation
8+
9+
- Updated dependencies [[`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`fb5a500`](https://github.com/vercel/workflow/commit/fb5a500eadba80efdef75e3ccf6e85e957820f38), [`d72c822`](https://github.com/vercel/workflow/commit/d72c82220f0c56bb26edbc918e485b8bd14c959b)]:
10+
- @workflow/core@4.2.0-beta.69
11+
- @workflow/swc-plugin@4.1.0-beta.19
12+
- @workflow/errors@4.1.0-beta.18
13+
314
## 4.0.1-beta.59
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.59",
3+
"version": "4.0.1-beta.60",
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.2.0-beta.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`fb5a500`](https://github.com/vercel/workflow/commit/fb5a500eadba80efdef75e3ccf6e85e957820f38), [`3648109`](https://github.com/vercel/workflow/commit/3648109861f1fbfe24101936dc35c9a36650b7e2), [`d5bc418`](https://github.com/vercel/workflow/commit/d5bc418816748ab2b5109ca7b082f3be427c326b), [`d5ae817`](https://github.com/vercel/workflow/commit/d5ae81786303554bbee0e9fa939c92274a883d18), [`d72c822`](https://github.com/vercel/workflow/commit/d72c82220f0c56bb26edbc918e485b8bd14c959b), [`d5bc418`](https://github.com/vercel/workflow/commit/d5bc418816748ab2b5109ca7b082f3be427c326b)]:
8+
- @workflow/core@4.2.0-beta.69
9+
- @workflow/world-vercel@4.1.0-beta.43
10+
- @workflow/world@4.1.0-beta.12
11+
- @workflow/world-local@4.1.0-beta.42
12+
- @workflow/web@4.1.0-beta.41
13+
- @workflow/builders@4.0.1-beta.60
14+
- @workflow/swc-plugin@4.1.0-beta.19
15+
- @workflow/errors@4.1.0-beta.18
16+
317
## 4.2.0-beta.68
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.2.0-beta.68",
3+
"version": "4.2.0-beta.69",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.2.0-beta.69
4+
5+
### Patch Changes
6+
7+
- [#1317](https://github.com/vercel/workflow/pull/1317) [`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Support `deploymentId: 'latest'` in `start()` options to automatically resolve the most recent deployment ID for the current environment
8+
9+
- [#1336](https://github.com/vercel/workflow/pull/1336) [`fb5a500`](https://github.com/vercel/workflow/commit/fb5a500eadba80efdef75e3ccf6e85e957820f38) Thanks [@pranaygp](https://github.com/pranaygp)! - Add `exists` getter to `Run` class for checking if a workflow run exists without throwing
10+
11+
- Updated dependencies [[`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`825417a`](https://github.com/vercel/workflow/commit/825417acbaf7f721259427ecf4b7bc2a0e5cbef7), [`3648109`](https://github.com/vercel/workflow/commit/3648109861f1fbfe24101936dc35c9a36650b7e2), [`d5bc418`](https://github.com/vercel/workflow/commit/d5bc418816748ab2b5109ca7b082f3be427c326b)]:
12+
- @workflow/world-vercel@4.1.0-beta.43
13+
- @workflow/world@4.1.0-beta.12
14+
- @workflow/world-local@4.1.0-beta.42
15+
- @workflow/errors@4.1.0-beta.18
16+
317
## 4.2.0-beta.68
418

519
### Patch Changes

0 commit comments

Comments
 (0)