From a5ccd2cdf58a2e8a6af63a37f6e62931a17f47de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 23:42:23 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 7 ++++++- packages/astro/CHANGELOG.md | 11 +++++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 11 +++++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 19 +++++++++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- packages/errors/CHANGELOG.md | 7 +++++++ packages/errors/package.json | 2 +- packages/nest/CHANGELOG.md | 9 +++++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 10 ++++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 17 +++++++++++++++++ packages/nitro/package.json | 2 +- packages/nuxt/CHANGELOG.md | 9 +++++++++ packages/nuxt/package.json | 2 +- packages/rollup/CHANGELOG.md | 9 +++++++++ packages/rollup/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 11 +++++++++++ packages/sveltekit/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- packages/vite/CHANGELOG.md | 7 +++++++ packages/vite/package.json | 2 +- packages/vitest/CHANGELOG.md | 10 ++++++++++ packages/vitest/package.json | 2 +- packages/web-shared/CHANGELOG.md | 8 ++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 11 +++++++++++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 20 ++++++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 10 ++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 9 +++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 11 +++++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 11 +++++++++++ packages/world-vercel/package.json | 2 +- 43 files changed, 257 insertions(+), 22 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c02cf9f703..ab45b10ffe 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -101,6 +101,7 @@ "clever-spans-search", "clever-wombats-drop", "cli-analytics-list-reads", + "cli-defer-embedded-dashboard", "cli-generic-world-backends", "cli-runs-time-window", "cli-url-deep-link", @@ -231,6 +232,7 @@ "gzip-ref-compression-core", "gzip-ref-compression-world-vercel", "gzip-ref-compression-world", + "h2-events-multiplexing", "healthcheck-coreversion", "hip-onions-refuse", "hoist-follow-imports-check", @@ -247,6 +249,7 @@ "hook-token-reuse-after-dispose", "hook-trace-bar-gray", "idempotency-strategy-e2e", + "idle-check-parked-deliveries", "ignore-generated-manifest", "inline-completion-persistence", "inline-delta-turbo-unlocks", @@ -295,6 +298,7 @@ "next-root-detection", "ninety-dancers-brush", "nitro-dashboard-route", + "nitro-embedded-dashboard", "nitro-forward-externals", "nitro-h2-noderequire", "nitro-monorepo-project-root", @@ -376,6 +380,7 @@ "retry-eve-connect-timeouts", "retry-idempotent-event-posts", "retry-vqs-handler-errors-immediately", + "revert-static-world-target", "rich-signals-inline", "rich-toes-live", "route-bundle-isolation-regression-test", @@ -421,7 +426,6 @@ "start-allow-reserved-attributes", "start-cross-run-lineage", "start-in-workflow", - "static-world-target", "step-attributes", "step-bind-preserves-metadata", "step-delivery-ordering", @@ -495,6 +499,7 @@ "vm-determinism-hardening", "warn-external-workflow-packages", "web-analytics-list-reads", + "web-embeddable-handler", "web-h2-noderequire", "web-hook-token-lazy", "web-local-world-static-injection", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ee77b2402f..6e586edf74 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/astro +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/builders@5.0.0-beta.38 + - @workflow/rollup@5.0.0-beta.38 + - @workflow/vite@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 3bf21597c7..35124d2821 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Astro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index 8b511f5bdd..5313019eea 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/builders +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/core@5.0.0-beta.38 + - @workflow/utils@5.0.0-beta.8 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.37 ### Minor Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index b939ae5679..b9726be481 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Shared builder infrastructure for Workflow SDK", "type": "module", "main": "./dist/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e0939d6394..c815f8a82f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # @workflow/cli +## 5.0.0-beta.38 + +### Minor Changes + +- [#2548](https://github.com/vercel/workflow/pull/2548) [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10) Thanks [@pranaygp](https://github.com/pranaygp)! - `workflow web` / `inspect --web` now detect an already-running embedded dashboard and open it instead of starting a redundant server. Pass `--standalone` to force the standalone web UI. + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`34975f6`](https://github.com/vercel/workflow/commit/34975f6b7dd8e0dad874e852eac04c9652f5971d), [`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804), [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10)]: + - @workflow/world-vercel@5.0.0-beta.34 + - @workflow/core@5.0.0-beta.38 + - @workflow/builders@5.0.0-beta.38 + - @workflow/utils@5.0.0-beta.8 + - @workflow/world-local@5.0.0-beta.32 + - @workflow/web@5.0.0-beta.38 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.37 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0109e712af..2559725981 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9c14d8df20..0a494a2ffa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/core +## 5.0.0-beta.38 + +### Patch Changes + +- [#3198](https://github.com/vercel/workflow/pull/3198) [`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Don't observe idle — and raise a `WorkflowSuspension` — while a delivery that is committed to reaching the workflow is still parked between its serial queue slot and its detached `resolve()`. A run with an outstanding `sleep()` replaying a batch of parallel step results could suspend inside that gap with none of the batch's follow-up work queued, going dormant until an unrelated timer fired. + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`34975f6`](https://github.com/vercel/workflow/commit/34975f6b7dd8e0dad874e852eac04c9652f5971d), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/world-vercel@5.0.0-beta.34 + - @workflow/utils@5.0.0-beta.8 + - @workflow/world-local@5.0.0-beta.32 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.37 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 20b4f613ff..7d7e0a978b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index b61bf89b44..414d2d1640 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/errors +## 5.0.0-beta.14 + +### Patch Changes + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/utils@5.0.0-beta.8 + ## 5.0.0-beta.13 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 745a9be994..a81fc33636 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/errors", "description": "A package for standardizing errors in Workflow SDK", - "version": "5.0.0-beta.13", + "version": "5.0.0-beta.14", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index 421cd2f366..65a5bf8fad 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nest +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/builders@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index f5c459a4eb..5b88f827a6 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "NestJS integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 486b01ba2f..8f7c842746 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/next +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/core@5.0.0-beta.38 + - @workflow/builders@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 3111aea124..7bbbbe8f02 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Next.js integration for Workflow SDK", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 28a3a861a4..925845088b 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,22 @@ # @workflow/nitro +## 5.0.0-beta.38 + +### Minor Changes + +- [#2548](https://github.com/vercel/workflow/pull/2548) [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10) Thanks [@pranaygp](https://github.com/pranaygp)! - Embed the observability dashboard in-process at `/_workflow` (configurable via the `dashboard` option) instead of spawning a separate web server. Enabled in dev and omitted from production builds by default. + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804), [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10)]: + - @workflow/core@5.0.0-beta.38 + - @workflow/builders@5.0.0-beta.38 + - @workflow/rollup@5.0.0-beta.38 + - @workflow/web@5.0.0-beta.38 + - @workflow/vite@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 5518d88676..9c6b30f5aa 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Nitro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 85206e3357..2506d4153c 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nuxt +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/nitro@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 93d997ee00..a2cb1b785c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Nuxt integration for Workflow SDK", "license": "Apache-2.0", "type": "module", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index ab283cff54..d987bad7d9 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/rollup +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/builders@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index c78fcd94ca..62212a92a7 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Rollup plugin for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index d09eda85a5..6a227de597 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/sveltekit +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/builders@5.0.0-beta.38 + - @workflow/rollup@5.0.0-beta.38 + - @workflow/vite@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index fad1e63d69..08fb1c9dbe 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9061baa434..2603bd686b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 5.0.0-beta.8 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + ## 5.0.0-beta.7 ### Major Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 06aa38a44d..f7db6b5ac4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/utils", "description": "Utility functions for Workflow SDK", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 65ecfd15be..0aa973f801 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.38 + +### Patch Changes + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/builders@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 889326f88c..2ffe941c3e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/vite", "description": "Vite plugin for Workflow SDK", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 84b5e9e77e..506d595bfc 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/vitest +## 5.0.0-beta.38 + +### Patch Changes + +- Updated dependencies [[`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/core@5.0.0-beta.38 + - @workflow/builders@5.0.0-beta.38 + - @workflow/rollup@5.0.0-beta.38 + - @workflow/world-local@5.0.0-beta.32 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index fcebaf9ed5..a9fd2c18cb 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Vitest plugin for testing Workflow SDK workflows", "type": "module", "main": "./dist/index.js", diff --git a/packages/web-shared/CHANGELOG.md b/packages/web-shared/CHANGELOG.md index c1d976d4c2..b8beb4cc1a 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/web-shared +## 5.0.0-beta.38 + +### Patch Changes + +- Updated dependencies [[`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/core@5.0.0-beta.38 + - @workflow/utils@5.0.0-beta.8 + ## 5.0.0-beta.37 ### Major Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 72a2b58e9c..01134b9279 100644 --- a/packages/web-shared/package.json +++ b/packages/web-shared/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web-shared", "description": "Shared components for Workflow Observability UI", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index fb68ad6390..cc8150bcae 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/web +## 5.0.0-beta.38 + +### Minor Changes + +- [#2548](https://github.com/vercel/workflow/pull/2548) [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10) Thanks [@pranaygp](https://github.com/pranaygp)! - Add a framework-agnostic `@workflow/web/handler` export (`createWorkflowWebHandler`) that serves the observability UI as a single Web `Request`→`Response` handler under a configurable base path, plus a `@workflow/web/registry` for embedded-dashboard discovery. + +### Patch Changes + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/world-local@5.0.0-beta.32 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index c8970e7085..28f5ea37a1 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web", "description": "Workflow Observability UI", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index cfbbcc89e8..54c005373a 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,25 @@ # workflow +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10), [`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/cli@5.0.0-beta.38 + - @workflow/core@5.0.0-beta.38 + - @workflow/nitro@5.0.0-beta.38 + - @workflow/nest@5.0.0-beta.38 + - @workflow/next@5.0.0-beta.38 + - @workflow/nuxt@5.0.0-beta.38 + - @workflow/astro@5.0.0-beta.38 + - @workflow/rollup@5.0.0-beta.38 + - @workflow/sveltekit@5.0.0-beta.38 + - @workflow/utils@5.0.0-beta.8 + - @workflow/typescript-plugin@5.0.0-beta.5 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.37 ### Major Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index a2d4cc2154..b8f61a381f 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Workflow SDK - Build durable, resilient, and observable workflows", "main": "dist/typescript-plugin.cjs", "type": "module", diff --git a/packages/world-local/CHANGELOG.md b/packages/world-local/CHANGELOG.md index 5ec86a42a7..ac24e00754 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world-local +## 5.0.0-beta.32 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/utils@5.0.0-beta.8 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.31 ### Major Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 79f03aaf85..67c82126e6 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "5.0.0-beta.31", + "version": "5.0.0-beta.32", "description": "Local development World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world-postgres/CHANGELOG.md b/packages/world-postgres/CHANGELOG.md index f46919521c..2a4a80f872 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/world-postgres +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/utils@5.0.0-beta.8 + - @workflow/world-local@5.0.0-beta.32 + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.29 ### Major Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index bfed3df169..72c5bd62e6 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "description": "A reference World implementation based on PostgreSQL", "type": "module", "main": "dist/index.js", diff --git a/packages/world-testing/CHANGELOG.md b/packages/world-testing/CHANGELOG.md index d87d683c31..2804eada50 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/world-testing +## 5.0.0-beta.38 + +### Patch Changes + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies [[`25715d4`](https://github.com/vercel/workflow/commit/25715d4521164836d7f2eb2493b73d13ec595b10), [`b92c23c`](https://github.com/vercel/workflow/commit/b92c23ccb46d27066025acd8742da357603c79d8), [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804)]: + - @workflow/cli@5.0.0-beta.38 + - @workflow/core@5.0.0-beta.38 + - workflow@5.0.0-beta.38 + ## 5.0.0-beta.37 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index be83406ec8..9f625c5b74 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "5.0.0-beta.37", + "version": "5.0.0-beta.38", "description": "Testing utilities and World implementation for Workflow SDK", "main": "dist/src/index.mjs", "files": [ diff --git a/packages/world-vercel/CHANGELOG.md b/packages/world-vercel/CHANGELOG.md index ae23ce7968..a05156b82d 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/world-vercel +## 5.0.0-beta.34 + +### Patch Changes + +- [#3190](https://github.com/vercel/workflow/pull/3190) [`34975f6`](https://github.com/vercel/workflow/commit/34975f6b7dd8e0dad874e852eac04c9652f5971d) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Event-log requests now multiplex over a single HTTP/2 connection instead of opening one connection per in-flight request + +- [#3142](https://github.com/vercel/workflow/pull/3142) [`a09d001`](https://github.com/vercel/workflow/commit/a09d00135bd96f22bd1ae1dee6b5a6f797b7d804) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Revert the static workflow world target injection: the world package is again resolved at runtime from `WORKFLOW_TARGET_WORLD` instead of being aliased into host bundles at build time. + +- Updated dependencies []: + - @workflow/errors@5.0.0-beta.14 + ## 5.0.0-beta.33 ### Major Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index 8c35e4dec3..d57ed974ac 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "5.0.0-beta.33", + "version": "5.0.0-beta.34", "description": "Vercel platform World implementation for Workflow SDK", "type": "module", "main": "dist/index.js",