Skip to content

Commit 7e7d7e6

Browse files
Version Packages (beta) (#2147)
1 parent 409b103 commit 7e7d7e6

39 files changed

Lines changed: 194 additions & 19 deletions

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@workflow/example-tanstack-start": "0.0.0"
5252
},
5353
"changesets": [
54+
"abort-e2e-flakes",
5455
"afraid-bananas-peel",
5556
"allow-sync-step-functions",
5657
"ast-directive-validation",
@@ -63,6 +64,7 @@
6364
"bright-waits-refresh",
6465
"builders-discovery-fixes",
6566
"bundle-aliased-project-local-helpers",
67+
"clever-spans-search",
6668
"clever-wombats-drop",
6769
"cold-lands-boil",
6870
"cookbook-child-workflows-hook-resume",
@@ -74,10 +76,12 @@
7476
"drain-pending-queue-on-completion",
7577
"drop-setup-command-input",
7678
"e2e-wait-for-hook",
79+
"early-cooks-accept",
7780
"enable-tanstack-start-vercel-e2e",
7881
"error-subclass-serialization",
7982
"errors-no-chalk",
8083
"esm-builders",
84+
"experimental-attributes-docs",
8185
"fatal-retryable-error-serialization",
8286
"features-encryption-metadata",
8387
"few-cups-share",
@@ -108,6 +112,7 @@
108112
"fix-world-zod-44-compat",
109113
"friendlier-errors",
110114
"fuzzy-mugs-learn",
115+
"geist-button-states",
111116
"getter-step-support",
112117
"getwritable-share-pipe",
113118
"green-streams-decode",
@@ -140,6 +145,7 @@
140145
"private-member-dce",
141146
"queued-for-uses-first-step-started",
142147
"quiet-trace-viewer-duration",
148+
"quieter-stream-metadata",
143149
"rare-badgers-judge",
144150
"remove-client-mode",
145151
"remove-private-subpath",
@@ -162,8 +168,10 @@
162168
"split-tarballs-from-docs",
163169
"stale-sveltekit-triggers-main",
164170
"start-in-workflow",
171+
"step-attributes",
165172
"step-bind-preserves-metadata",
166173
"step-run-required",
174+
"stream-failure-diagnostics",
167175
"swc-arguments-not-closure",
168176
"swc-lexical-this-capture",
169177
"swift-cobras-repair",

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+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@5.0.0-beta.9
9+
- @workflow/rollup@5.0.0-beta.9
10+
- @workflow/vite@5.0.0-beta.9
11+
312
## 5.0.0-beta.8
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": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
44
"description": "Astro integration for Workflow SDK",
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+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`409b103`](https://github.com/vercel/workflow/commit/409b1033d9b7dfab9c26fda9a17494c08e43d0ae), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
8+
- @workflow/core@5.0.0-beta.9
9+
310
## 5.0.0-beta.8
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": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
44
"description": "Shared builder infrastructure for Workflow SDK",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`65336df`](https://github.com/vercel/workflow/commit/65336df9f80f228903216c3e82ea7d499d924734), [`409b103`](https://github.com/vercel/workflow/commit/409b1033d9b7dfab9c26fda9a17494c08e43d0ae), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
8+
- @workflow/core@5.0.0-beta.9
9+
- @workflow/world-local@5.0.0-beta.8
10+
- @workflow/world-vercel@5.0.0-beta.8
11+
- @workflow/builders@5.0.0-beta.9
12+
- @workflow/web@5.0.0-beta.9
13+
314
## 5.0.0-beta.8
415

516
### 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": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
44
"description": "Command-line interface for Workflow SDK",
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+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- [#2150](https://github.com/vercel/workflow/pull/2150) [`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704) Thanks [@pranaygp](https://github.com/pranaygp)! - Treat serialized and cross-realm `AbortError` step failures as fatal cancellations, and stabilize abort E2E readiness checkpoints.
8+
9+
- [#2157](https://github.com/vercel/workflow/pull/2157) [`409b103`](https://github.com/vercel/workflow/commit/409b1033d9b7dfab9c26fda9a17494c08e43d0ae) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Allow `experimental_setAttributes()` to be called from step functions.
10+
11+
- [#2142](https://github.com/vercel/workflow/pull/2142) [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d) Thanks [@pranaygp](https://github.com/pranaygp)! - Prevent failed stream writes from surfacing as unhandled rejections and include request correlation details in stream errors.
12+
13+
- Updated dependencies [[`65336df`](https://github.com/vercel/workflow/commit/65336df9f80f228903216c3e82ea7d499d924734), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
14+
- @workflow/world-local@5.0.0-beta.8
15+
- @workflow/world-vercel@5.0.0-beta.8
16+
317
## 5.0.0-beta.8
418

519
### 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": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
44
"description": "Core runtime and engine for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/nest/CHANGELOG.md

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

3+
## 5.0.0-beta.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@5.0.0-beta.9
9+
310
## 5.0.0-beta.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)