Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@workflow/example-tanstack-start": "0.0.0"
},
"changesets": [
"abort-e2e-flakes",
"afraid-bananas-peel",
"allow-sync-step-functions",
"ast-directive-validation",
Expand All @@ -63,6 +64,7 @@
"bright-waits-refresh",
"builders-discovery-fixes",
"bundle-aliased-project-local-helpers",
"clever-spans-search",
"clever-wombats-drop",
"cold-lands-boil",
"cookbook-child-workflows-hook-resume",
Expand All @@ -74,10 +76,12 @@
"drain-pending-queue-on-completion",
"drop-setup-command-input",
"e2e-wait-for-hook",
"early-cooks-accept",
"enable-tanstack-start-vercel-e2e",
"error-subclass-serialization",
"errors-no-chalk",
"esm-builders",
"experimental-attributes-docs",
"fatal-retryable-error-serialization",
"features-encryption-metadata",
"few-cups-share",
Expand Down Expand Up @@ -108,6 +112,7 @@
"fix-world-zod-44-compat",
"friendlier-errors",
"fuzzy-mugs-learn",
"geist-button-states",
"getter-step-support",
"getwritable-share-pipe",
"green-streams-decode",
Expand Down Expand Up @@ -140,6 +145,7 @@
"private-member-dce",
"queued-for-uses-first-step-started",
"quiet-trace-viewer-duration",
"quieter-stream-metadata",
"rare-badgers-judge",
"remove-client-mode",
"remove-private-subpath",
Expand All @@ -164,6 +170,7 @@
"start-in-workflow",
"step-bind-preserves-metadata",
"step-run-required",
"stream-failure-diagnostics",
"swc-arguments-not-closure",
"swc-lexical-this-capture",
"swift-cobras-repair",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/astro

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.9
- @workflow/rollup@5.0.0-beta.9
- @workflow/vite@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/astro",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Astro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/builders

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/builders",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Shared builder infrastructure for Workflow SDK",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/cli

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`65336df`](https://github.com/vercel/workflow/commit/65336df9f80f228903216c3e82ea7d499d924734), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9
- @workflow/world-local@5.0.0-beta.8
- @workflow/world-vercel@5.0.0-beta.8
- @workflow/builders@5.0.0-beta.9
- @workflow/web@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/cli",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Command-line interface for Workflow SDK",
"type": "module",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @workflow/core

## 5.0.0-beta.9

### Patch Changes

- [#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.

- [#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.

- Updated dependencies [[`65336df`](https://github.com/vercel/workflow/commit/65336df9f80f228903216c3e82ea7d499d924734), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/world-local@5.0.0-beta.8
- @workflow/world-vercel@5.0.0-beta.8

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/core",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Core runtime and engine for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nest

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nest",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "NestJS integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/next

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9
- @workflow/builders@5.0.0-beta.9

## 5.0.0-beta.8

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/next",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Next.js integration for Workflow SDK",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/nitro

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9
- @workflow/builders@5.0.0-beta.9
- @workflow/rollup@5.0.0-beta.9
- @workflow/vite@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nitro",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Nitro integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nuxt

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/nitro@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nuxt",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Nuxt integration for Workflow SDK",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/rollup

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/rollup",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Rollup plugin for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/sveltekit

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.9
- @workflow/rollup@5.0.0-beta.9
- @workflow/vite@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/sveltekit",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "SvelteKit integration for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/vite

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/vite",
"description": "Vite plugin for Workflow SDK",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/vitest

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`65336df`](https://github.com/vercel/workflow/commit/65336df9f80f228903216c3e82ea7d499d924734), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9
- @workflow/world-local@5.0.0-beta.8
- @workflow/builders@5.0.0-beta.9
- @workflow/rollup@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/vitest",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Vitest plugin for testing Workflow SDK workflows",
"type": "module",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @workflow/web-shared

## 5.0.0-beta.9

### Patch Changes

- [#2144](https://github.com/vercel/workflow/pull/2144) [`b33c5ef`](https://github.com/vercel/workflow/commit/b33c5ef120adf0aa8d9e8b00c5fa68db0f3fba52) Thanks [@mitul-s](https://github.com/mitul-s)! - Improve new trace viewer search matching and highlighting, and add a reusable Geist-style icon button.

- [#2041](https://github.com/vercel/workflow/pull/2041) [`799cc09`](https://github.com/vercel/workflow/commit/799cc09df36913ea9419d0cba052a1ebbf728910) Thanks [@mitul-s](https://github.com/mitul-s)! - Update zoom factor on the trace viewer timeline

- [#2143](https://github.com/vercel/workflow/pull/2143) [`e8e5292`](https://github.com/vercel/workflow/commit/e8e52925ad9603b6d613a5bb94d7c17e4a7f26be) Thanks [@mitul-s](https://github.com/mitul-s)! - Fix `Button` hover, focus, and corner radius to match Geist. The dark-mode hover no longer relies on an unregistered Tailwind variant (it previously turned the inverted button's background dark/transparent depending on the consumer), the focus-visible ring is now rendered, and the `xs` size uses Geist's 4px tiny radius. Styles are written to work under both Tailwind v3 and v4.

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web-shared",
"description": "Shared components for Workflow Observability UI",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"private": false,
"files": [
"dist",
Expand Down
2 changes: 2 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @workflow/web

## 5.0.0-beta.9

## 5.0.0-beta.8

## 5.0.0-beta.7
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web",
"description": "Workflow Observability UI",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"type": "module",
"private": false,
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# workflow

## 5.0.0-beta.9

### Patch Changes

- Updated dependencies [[`4b5f017`](https://github.com/vercel/workflow/commit/4b5f017635b28ff164047bce8ccf4a5981748704), [`ae37315`](https://github.com/vercel/workflow/commit/ae37315cb708b413f2ee9945c90a23a57dfd410d)]:
- @workflow/core@5.0.0-beta.9
- @workflow/cli@5.0.0-beta.9
- @workflow/next@5.0.0-beta.9
- @workflow/nitro@5.0.0-beta.9
- @workflow/typescript-plugin@5.0.0-beta.4
- @workflow/astro@5.0.0-beta.9
- @workflow/nest@5.0.0-beta.9
- @workflow/rollup@5.0.0-beta.9
- @workflow/sveltekit@5.0.0-beta.9
- @workflow/nuxt@5.0.0-beta.9

## 5.0.0-beta.8

### Patch Changes
Expand Down
Loading