From f103f81ecbba8acc1fdd816dcdc92f417f39f5f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:46:22 +0000 Subject: [PATCH] Version Packages --- .changeset/bump-undici-7-26.md | 6 ---- .changeset/clever-adults-ask.md | 7 ----- .changeset/fix-message-only-error-block.md | 5 ---- ...ix-turbopack-content-condition-deferred.md | 5 ---- .changeset/healthcheck-coreversion.md | 6 ---- .changeset/nest-cjs-ast-rewrite.md | 5 ---- .changeset/runtime-decryption-error.md | 6 ---- .changeset/terminal-run-event-replay.md | 5 ---- .changeset/update-vercel-queue.md | 7 ----- .changeset/vercel-world-custom-dispatcher.md | 5 ---- .changeset/windows-inline-sourcemaps.md | 28 ------------------- packages/ai/CHANGELOG.md | 10 +++++++ packages/ai/package.json | 2 +- packages/astro/CHANGELOG.md | 11 ++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 11 ++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 16 +++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 22 +++++++++++++++ packages/core/package.json | 2 +- packages/errors/CHANGELOG.md | 11 ++++++++ packages/errors/package.json | 2 +- packages/nest/CHANGELOG.md | 11 ++++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 12 ++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 12 ++++++++ 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/serde/CHANGELOG.md | 6 ++++ packages/serde/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 11 ++++++++ packages/sveltekit/package.json | 2 +- packages/typescript-plugin/CHANGELOG.md | 6 ++++ packages/typescript-plugin/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++ packages/utils/package.json | 2 +- packages/vite/CHANGELOG.md | 9 ++++++ packages/vite/package.json | 2 +- packages/vitest/CHANGELOG.md | 13 +++++++++ packages/vitest/package.json | 2 +- packages/web-shared/CHANGELOG.md | 13 +++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 2 ++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 24 ++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 17 +++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 16 +++++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 12 ++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 20 +++++++++++++ packages/world-vercel/package.json | 2 +- packages/world/CHANGELOG.md | 6 ++++ packages/world/package.json | 2 +- 61 files changed, 320 insertions(+), 110 deletions(-) delete mode 100644 .changeset/bump-undici-7-26.md delete mode 100644 .changeset/clever-adults-ask.md delete mode 100644 .changeset/fix-message-only-error-block.md delete mode 100644 .changeset/fix-turbopack-content-condition-deferred.md delete mode 100644 .changeset/healthcheck-coreversion.md delete mode 100644 .changeset/nest-cjs-ast-rewrite.md delete mode 100644 .changeset/runtime-decryption-error.md delete mode 100644 .changeset/terminal-run-event-replay.md delete mode 100644 .changeset/update-vercel-queue.md delete mode 100644 .changeset/vercel-world-custom-dispatcher.md delete mode 100644 .changeset/windows-inline-sourcemaps.md diff --git a/.changeset/bump-undici-7-26.md b/.changeset/bump-undici-7-26.md deleted file mode 100644 index ed7c11093b..0000000000 --- a/.changeset/bump-undici-7-26.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@workflow/world-local': patch -'@workflow/world-vercel': patch ---- - -Update `undici` to 7.26.0. diff --git a/.changeset/clever-adults-ask.md b/.changeset/clever-adults-ask.md deleted file mode 100644 index b3b2813068..0000000000 --- a/.changeset/clever-adults-ask.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@workflow/world-vercel": patch -"@workflow/world-local": patch -"@workflow/world-postgres": patch ---- - -Update `@vercel/queue` from 0.1.7 to 0.2.1 diff --git a/.changeset/fix-message-only-error-block.md b/.changeset/fix-message-only-error-block.md deleted file mode 100644 index bcd3779d9d..0000000000 --- a/.changeset/fix-message-only-error-block.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/web-shared': patch ---- - -Render message-only workflow errors with the dedicated error block instead of the generic data inspector. diff --git a/.changeset/fix-turbopack-content-condition-deferred.md b/.changeset/fix-turbopack-content-condition-deferred.md deleted file mode 100644 index b89432f08e..0000000000 --- a/.changeset/fix-turbopack-content-condition-deferred.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/next': patch ---- - -Always apply turbopack content condition regardless of builder mode to prevent the workflow loader from running on every JS/TS file when lazy discovery is enabled. diff --git a/.changeset/healthcheck-coreversion.md b/.changeset/healthcheck-coreversion.md deleted file mode 100644 index 51e745e469..0000000000 --- a/.changeset/healthcheck-coreversion.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/core": minor -"workflow": minor ---- - -Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. diff --git a/.changeset/nest-cjs-ast-rewrite.md b/.changeset/nest-cjs-ast-rewrite.md deleted file mode 100644 index 82c2799fab..0000000000 --- a/.changeset/nest-cjs-ast-rewrite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow/nest": patch ---- - -Use AST-based import rewriting for NestJS CommonJS workflow bundles. diff --git a/.changeset/runtime-decryption-error.md b/.changeset/runtime-decryption-error.md deleted file mode 100644 index b852316b65..0000000000 --- a/.changeset/runtime-decryption-error.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/errors": patch -"@workflow/core": patch ---- - -Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. diff --git a/.changeset/terminal-run-event-replay.md b/.changeset/terminal-run-event-replay.md deleted file mode 100644 index 93f66c78bd..0000000000 --- a/.changeset/terminal-run-event-replay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/core': patch ---- - -Skip workflow replay when the event log already contains a terminal run event. diff --git a/.changeset/update-vercel-queue.md b/.changeset/update-vercel-queue.md deleted file mode 100644 index 2eee0a37b6..0000000000 --- a/.changeset/update-vercel-queue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@workflow/world-local": patch -"@workflow/world-postgres": patch -"@workflow/world-vercel": patch ---- - -Update @vercel/queue from 0.2.1 to 0.3.0 diff --git a/.changeset/vercel-world-custom-dispatcher.md b/.changeset/vercel-world-custom-dispatcher.md deleted file mode 100644 index a010ced541..0000000000 --- a/.changeset/vercel-world-custom-dispatcher.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/world-vercel': minor ---- - -Add a `dispatcher` option to `createVercelWorld` for supplying a custom undici dispatcher, used for both HTTP and queue requests. Defaults to the shared undici `RetryAgent`. diff --git a/.changeset/windows-inline-sourcemaps.md b/.changeset/windows-inline-sourcemaps.md deleted file mode 100644 index a3abc61256..0000000000 --- a/.changeset/windows-inline-sourcemaps.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"@workflow/ai": patch -"@workflow/astro": patch -"@workflow/builders": patch -"@workflow/cli": patch -"@workflow/core": patch -"@workflow/errors": patch -"@workflow/next": patch -"@workflow/nest": patch -"@workflow/nitro": patch -"@workflow/nuxt": patch -"@workflow/rollup": patch -"@workflow/serde": patch -"@workflow/sveltekit": patch -"@workflow/typescript-plugin": patch -"@workflow/utils": patch -"@workflow/vite": patch -"@workflow/vitest": patch -"@workflow/web-shared": patch -"@workflow/world": patch -"@workflow/world-local": patch -"@workflow/world-postgres": patch -"@workflow/world-testing": patch -"@workflow/world-vercel": patch -"workflow": patch ---- - -Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 48f5de35ce..8e4c943077 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/ai +## 6.0.0 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - workflow@4.4.0 + - @workflow/serde@4.1.2 + ## 5.0.0 ### Patch Changes diff --git a/packages/ai/package.json b/packages/ai/package.json index 7bb8788abb..d241d8204e 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/ai", - "version": "5.0.0", + "version": "6.0.0", "description": "Workflow SDK compatible helper library for the AI SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3ed2c9266e..664e1ea553 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/astro +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index d3f0ad115c..b4aa4de5c8 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "4.0.8", + "version": "4.0.9", "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 1303ae5dea..592e63ec70 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/builders +## 4.0.10 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/utils@4.1.3 + ## 4.0.9 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index b74bd5ca6c..bc4d3a99f7 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "4.0.9", + "version": "4.0.10", "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 e86d2c847f..16a3776564 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/cli +## 4.2.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/world-vercel@4.4.0 + - @workflow/core@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/builders@4.0.10 + - @workflow/utils@4.1.3 + - @workflow/world@4.1.5 + - @workflow/web@4.1.10 + ## 4.2.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 69385b95f1..6a809a5973 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "4.2.8", + "version": "4.2.9", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3e6205fafe..2bea82a2a9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @workflow/core +## 4.4.0 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- [#2145](https://github.com/vercel/workflow/pull/2145) [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. + +- [#2214](https://github.com/vercel/workflow/pull/2214) [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f) Thanks [@pranaygp](https://github.com/pranaygp)! - Skip workflow replay when the event log already contains a terminal run event. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/world-vercel@4.4.0 + - @workflow/errors@4.1.4 + - @workflow/serde@4.1.2 + - @workflow/utils@4.1.3 + - @workflow/world@4.1.5 + ## 4.3.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 637076ff19..b2e01cb1f4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "4.3.1", + "version": "4.4.0", "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 caf38a45f2..a1b383d577 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/errors +## 4.1.4 + +### Patch Changes + +- [#2145](https://github.com/vercel/workflow/pull/2145) [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Classify SDK-level AES-GCM encryption failures as `RUNTIME_ERROR` instead of `USER_ERROR` via a new `RuntimeDecryptionError`. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/utils@4.1.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 7f03e13433..3e439c900f 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": "4.1.3", + "version": "4.1.4", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index b2c5325e7a..b2e7cae8f4 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nest +## 0.0.9 + +### Patch Changes + +- [#2080](https://github.com/vercel/workflow/pull/2080) [`4df5cff`](https://github.com/vercel/workflow/commit/4df5cff6014b06a951aa84bc8adc9beb1cb86f07) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Use AST-based import rewriting for NestJS CommonJS workflow bundles. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 0.0.8 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 7691d6af3f..ab2590cafa 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "0.0.8", + "version": "0.0.9", "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 6a4f748768..6ae93347f6 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/next +## 4.0.10 + +### Patch Changes + +- [#2253](https://github.com/vercel/workflow/pull/2253) [`a06206e`](https://github.com/vercel/workflow/commit/a06206ef418a9ced9fa08280e7c78d256fc7fabe) Thanks [@wbinnssmith](https://github.com/wbinnssmith)! - Always apply turbopack content condition regardless of builder mode to prevent the workflow loader from running on every JS/TS file when lazy discovery is enabled. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/builders@4.0.10 + ## 4.0.9 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index e2e21aa2ee..f5d96ad697 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "4.0.9", + "version": "4.0.10", "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 7f8c4759fb..9f25ec01bd 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/nitro +## 4.0.10 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.9 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index c8064ea1c8..baf6c42d52 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "4.0.9", + "version": "4.0.10", "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 0955932beb..131e5504be 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nuxt +## 4.0.10 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/nitro@4.0.10 + ## 4.0.9 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 55881dca88..0b289a8861 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "4.0.9", + "version": "4.0.10", "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 0d6906bf52..df67779534 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/rollup +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 4.0.8 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index a6dbc1f9e5..8d42a1bc15 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "4.0.8", + "version": "4.0.9", "description": "Rollup plugin for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/serde/CHANGELOG.md b/packages/serde/CHANGELOG.md index eaac933117..0da4f0d75d 100644 --- a/packages/serde/CHANGELOG.md +++ b/packages/serde/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/serde +## 4.1.2 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.1 ### Patch Changes diff --git a/packages/serde/package.json b/packages/serde/package.json index 1e1f216309..79e2b0fce8 100644 --- a/packages/serde/package.json +++ b/packages/serde/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/serde", "description": "Serialization symbols for custom class serialization in Workflow SDK", - "version": "4.1.1", + "version": "4.1.2", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index babca20afd..723146d2bf 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/sveltekit +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/vite@4.0.9 + ## 4.0.8 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index aad95b2f7f..164e20431d 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "4.0.8", + "version": "4.0.9", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/typescript-plugin/CHANGELOG.md b/packages/typescript-plugin/CHANGELOG.md index 6b5545ea08..01588c3158 100644 --- a/packages/typescript-plugin/CHANGELOG.md +++ b/packages/typescript-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/typescript-plugin +## 4.0.3 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.0.2 ### Patch Changes diff --git a/packages/typescript-plugin/package.json b/packages/typescript-plugin/package.json index 67d12ddb2d..df1981b248 100644 --- a/packages/typescript-plugin/package.json +++ b/packages/typescript-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/typescript-plugin", - "version": "4.0.2", + "version": "4.0.3", "description": "TypeScript Language Service Plugin for Workflow SDK", "main": "dist/index.js", "files": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 88740c3352..5c94025bda 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 4.1.3 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 5fd4640c98..bd9584cd81 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": "4.1.2", + "version": "4.1.3", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 58f0fe5b1a..694dc778ba 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/vite +## 4.0.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/builders@4.0.10 + ## 4.0.8 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 98b4c5ec42..902872e2c4 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": "4.0.8", + "version": "4.0.9", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index e9bde70812..2f0d495c2e 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/vitest +## 4.0.10 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/core@4.4.0 + - @workflow/builders@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/world@4.1.5 + ## 4.0.9 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 5d9cab5435..8e2f6fc854 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "4.0.9", + "version": "4.0.10", "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 cb0e7fd56f..5d4ca60777 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/web-shared +## 4.1.10 + +### Patch Changes + +- [#2251](https://github.com/vercel/workflow/pull/2251) [`d58f0ba`](https://github.com/vercel/workflow/commit/d58f0ba5c4001291dcff658fd8289d67ceec0067) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Render message-only workflow errors with the dedicated error block instead of the generic data inspector. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - @workflow/utils@4.1.3 + - @workflow/world@4.1.5 + ## 4.1.9 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index abcc87f6c1..ff3d2b57ee 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": "4.1.9", + "version": "4.1.10", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5f947f9c26..d3cd3b63bf 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,7 @@ # @workflow/web +## 4.1.10 + ## 4.1.9 ## 4.1.8 diff --git a/packages/web/package.json b/packages/web/package.json index 2a974a4ba2..f2a58e1db9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web", "description": "Workflow Observability UI", - "version": "4.1.9", + "version": "4.1.10", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index cb77017c96..f022648fe9 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,29 @@ # workflow +## 4.4.0 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`a06206e`](https://github.com/vercel/workflow/commit/a06206ef418a9ced9fa08280e7c78d256fc7fabe), [`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`4df5cff`](https://github.com/vercel/workflow/commit/4df5cff6014b06a951aa84bc8adc9beb1cb86f07), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/next@4.0.10 + - @workflow/core@4.4.0 + - @workflow/nest@0.0.9 + - @workflow/errors@4.1.4 + - @workflow/astro@4.0.9 + - @workflow/cli@4.2.9 + - @workflow/nitro@4.0.10 + - @workflow/nuxt@4.0.10 + - @workflow/rollup@4.0.9 + - @workflow/sveltekit@4.0.9 + - @workflow/typescript-plugin@4.0.3 + - @workflow/utils@4.1.3 + ## 4.3.1 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 8f10fb29f4..32ba157e0a 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "4.3.1", + "version": "4.4.0", "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 10562189b7..49fcacd732 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,22 @@ # @workflow/world-local +## 4.1.5 + +### Patch Changes + +- [#2231](https://github.com/vercel/workflow/pull/2231) [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Update `undici` to 7.26.0. + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/errors@4.1.4 + - @workflow/utils@4.1.3 + - @workflow/world@4.1.5 + ## 4.1.4 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 3c243fccfd..1500bfe4e6 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "4.1.4", + "version": "4.1.5", "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 8d4f0bcc20..a4d51b95e2 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/world-postgres +## 4.1.5 + +### Patch Changes + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f), [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/world-local@4.1.5 + - @workflow/errors@4.1.4 + - @workflow/utils@4.1.3 + - @workflow/world@4.1.5 + ## 4.1.4 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 3b53c85b47..95993c8b05 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "4.1.4", + "version": "4.1.5", "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 392f7aee5b..71225d5f2d 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world-testing +## 4.1.9 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`5077962`](https://github.com/vercel/workflow/commit/5077962d67c841fd7e81cf29ddedb017581dd501), [`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`e959124`](https://github.com/vercel/workflow/commit/e9591245bd8befe1a3859690a0027fd76822930f), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/core@4.4.0 + - workflow@4.4.0 + - @workflow/cli@4.2.9 + - @workflow/world@4.1.5 + ## 4.1.8 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 019123c0c1..677caf69af 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "4.1.8", + "version": "4.1.9", "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 e827998b81..a10f702c83 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,25 @@ # @workflow/world-vercel +## 4.4.0 + +### Minor Changes + +- [#2235](https://github.com/vercel/workflow/pull/2235) [`ecea733`](https://github.com/vercel/workflow/commit/ecea7339996e3c13283bfd29b1ee6d66bc791434) Thanks [@AndrewBarba](https://github.com/AndrewBarba)! - Add a `dispatcher` option to `createVercelWorld` for supplying a custom undici dispatcher, used for both HTTP and queue requests. Defaults to the shared undici `RetryAgent`. + +### Patch Changes + +- [#2231](https://github.com/vercel/workflow/pull/2231) [`95b3477`](https://github.com/vercel/workflow/commit/95b34775cd44e3de686e9a16a29618378cb0f32f) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Update `undici` to 7.26.0. + +- [#2246](https://github.com/vercel/workflow/pull/2246) [`c74e5a3`](https://github.com/vercel/workflow/commit/c74e5a35e480ef58d9b6da21e370b9b0cd723639) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update `@vercel/queue` from 0.1.7 to 0.2.1 + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`c8c8ec1`](https://github.com/vercel/workflow/commit/c8c8ec1d55ac02284c0b1f3049d1c34b6190b11f) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b385a2d`](https://github.com/vercel/workflow/commit/b385a2d6ebf35d665d32029777d0cf4018bc82dd), [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb)]: + - @workflow/errors@4.1.4 + - @workflow/world@4.1.5 + ## 4.3.2 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index a738234bd3..9bfea52697 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "4.3.2", + "version": "4.4.0", "description": "Vercel platform World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index e90fbe435f..603286788f 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/world +## 4.1.5 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`eca3b51`](https://github.com/vercel/workflow/commit/eca3b51a034b51e0c0ca89b949ee28d1f07a2cbb) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 4.1.4 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index fc2f423037..aeaf752aad 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "4.1.4", + "version": "4.1.5", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",