diff --git a/.changeset/pre.json b/.changeset/pre.json index 22062e9c68..fe060829c9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -104,6 +104,7 @@ "fix-inline-execution-flow-count-race", "fix-load-events-cursor-null", "fix-malformed-tool-call-input", + "fix-message-only-error-block", "fix-next-esm-compat", "fix-next-version-resolution", "fix-observability-getworld-import", @@ -112,6 +113,7 @@ "fix-stream-get-runid", "fix-tarballs-build", "fix-tools-to-model-tools", + "fix-turbopack-content-condition-deferred", "fix-vite-step-source-maps-e2e", "fix-world-local-step-created-race", "fix-world-postgres-events-uniqueness", @@ -124,6 +126,7 @@ "getwritable-share-pipe", "green-streams-decode", "guard-step-consumer-events", + "healthcheck-coreversion", "hook-conflict-web-reviver", "ignore-generated-manifest", "inline-step-registration", @@ -131,6 +134,7 @@ "large-regions-talk", "lazy-discovery-bare-specifiers", "lazy-discovery-default", + "lazy-next-step-imports", "lucky-windows-smash", "many-peas-jog", "modern-penguins-peel", @@ -138,6 +142,7 @@ "narrow-step-bundling", "narrow-trace-detail-pane", "neat-runs-serialize", + "nest-cjs-ast-rewrite", "next-diagnostics-dist", "ninety-dancers-brush", "nitro-dashboard-route", @@ -201,12 +206,14 @@ "tired-pigs-hug", "tired-spiders-rhyme", "trace-nav-tooltips", + "trace-viewer-cleanup", "trace-viewer-load-more", "trace-viewer-loading-skeleton", "trace-viewer-polish", "turbo-next-workbench-outputs", "turbo-next-workbench-vercel-output", "update-queue-client-version", + "update-vercel-queue", "upgrading-workflows-cookbook", "upset-ghosts-rush", "v2-combined-bundle", diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 2ca0cf5fcf..26d705706f 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/ai +## 5.0.0-beta.7 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - workflow@5.0.0-beta.13 + ## 5.0.0-beta.6 ### Patch Changes diff --git a/packages/ai/package.json b/packages/ai/package.json index 11318655f9..3efe506b53 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/ai", - "version": "5.0.0-beta.6", + "version": "5.0.0-beta.7", "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 fd0f82ac6a..341efaa22e 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/astro +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.13 + - @workflow/rollup@5.0.0-beta.13 + - @workflow/vite@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 2b11fae56e..790636f064 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 feaca35f1e..693b2280aa 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/builders +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - @workflow/core@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index ca11b1349d..f40e139b32 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 e51318f473..f5a6e89913 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/cli +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1), [`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2)]: + - @workflow/core@5.0.0-beta.13 + - @workflow/world-local@5.0.0-beta.14 + - @workflow/world-vercel@5.0.0-beta.12 + - @workflow/web@5.0.0-beta.13 + - @workflow/builders@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c872cb64c5..22bce73738 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e1e07666ab..6bc7fd6280 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/core +## 5.0.0-beta.13 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- Updated dependencies [[`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2)]: + - @workflow/world-local@5.0.0-beta.14 + - @workflow/world-vercel@5.0.0-beta.12 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 635b3a0284..b30eca1fec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index 38f42ae250..48dca86c6f 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nest +## 5.0.0-beta.13 + +### Patch Changes + +- [#2080](https://github.com/vercel/workflow/pull/2080) [`d674d6f`](https://github.com/vercel/workflow/commit/d674d6fccdaacfa0bfbce41ca1f17754de533c9c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Use AST-based import rewriting for NestJS CommonJS workflow bundles. + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index fdf6172445..24980aba2f 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 c156b5617b..98b6eb81e2 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/next +## 5.0.0-beta.13 + +### Patch Changes + +- [#2253](https://github.com/vercel/workflow/pull/2253) [`a51910b`](https://github.com/vercel/workflow/commit/a51910b29a64843822449e3d390ea81ca6b7b45e) 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. + +- [#2263](https://github.com/vercel/workflow/pull/2263) [`0b8b077`](https://github.com/vercel/workflow/commit/0b8b077345cd7d51b0726e8248335708e6ac27ea) Thanks [@ijjk](https://github.com/ijjk)! - Avoid creating a separate esbuild steps bundle in Next.js lazy discovery mode. + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - @workflow/core@5.0.0-beta.13 + - @workflow/builders@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index ab92535cd0..1b0cb91f71 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 3d62b79faf..69dd113187 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nitro +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - @workflow/core@5.0.0-beta.13 + - @workflow/web@5.0.0-beta.13 + - @workflow/builders@5.0.0-beta.13 + - @workflow/rollup@5.0.0-beta.13 + - @workflow/vite@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Minor Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 151ad73a34..bb71d0c91c 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 3e6af6303b..61e143eeaa 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nuxt +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies []: + - @workflow/nitro@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f0ee527f1d..800750c20e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 81d1bc6200..edc7db0a0e 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/rollup +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 6152460c0f..abf70e64d3 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 ca3d7910c7..19845242de 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/sveltekit +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.13 + - @workflow/rollup@5.0.0-beta.13 + - @workflow/vite@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 339e01a401..04ccfb0e85 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index bc509b1d66..aa5bbb2125 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies []: + - @workflow/builders@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 679b2ed735..14c9005124 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.12", + "version": "5.0.0-beta.13", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 1aaeb54e88..2ad7a006f7 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/vitest +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1), [`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2)]: + - @workflow/core@5.0.0-beta.13 + - @workflow/world-local@5.0.0-beta.14 + - @workflow/builders@5.0.0-beta.13 + - @workflow/rollup@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 86e192954f..2948b1f302 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 68859c90cb..9eadce1270 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/web-shared +## 5.0.0-beta.13 + +### Patch Changes + +- [#2251](https://github.com/vercel/workflow/pull/2251) [`63f1a99`](https://github.com/vercel/workflow/commit/63f1a9906dbcad09cd9b13fcf0be0147142a3385) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Render message-only workflow errors with the dedicated error block instead of the generic data inspector. + +- [#2252](https://github.com/vercel/workflow/pull/2252) [`9398065`](https://github.com/vercel/workflow/commit/93980658126983c55e0cd703973fd980ad389a25) Thanks [@mitul-s](https://github.com/mitul-s)! - New trace viewer cleanup: fix `EventRow` crash on spans without `attributes.data`, drop dead `DetailPanel` + empty placeholder files, give time markers and segments stable keys, fix invalid `stroke-linejoin` JSX attribute, and replace the unsafe `Trace` cast with the real `TraceWithMeta` type. + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - @workflow/core@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 0af47cfac8..6650891c68 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.12", + "version": "5.0.0-beta.13", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 3153c2557f..9d7ce70c8e 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,7 @@ # @workflow/web +## 5.0.0-beta.13 + ## 5.0.0-beta.12 ## 5.0.0-beta.11 diff --git a/packages/web/package.json b/packages/web/package.json index 89f6bf38dc..74bedfcddd 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.12", + "version": "5.0.0-beta.13", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 700db6c8a6..308e9ec668 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,25 @@ # workflow +## 5.0.0-beta.13 + +### Minor Changes + +- [#1854](https://github.com/vercel/workflow/pull/1854) [`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Surface `workflowCoreVersion` from the responding deployment in `healthCheck()` results. + +### Patch Changes + +- Updated dependencies [[`a51910b`](https://github.com/vercel/workflow/commit/a51910b29a64843822449e3d390ea81ca6b7b45e), [`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1), [`0b8b077`](https://github.com/vercel/workflow/commit/0b8b077345cd7d51b0726e8248335708e6ac27ea), [`d674d6f`](https://github.com/vercel/workflow/commit/d674d6fccdaacfa0bfbce41ca1f17754de533c9c)]: + - @workflow/next@5.0.0-beta.13 + - @workflow/core@5.0.0-beta.13 + - @workflow/nest@5.0.0-beta.13 + - @workflow/cli@5.0.0-beta.13 + - @workflow/nitro@5.0.0-beta.13 + - @workflow/typescript-plugin@5.0.0-beta.4 + - @workflow/astro@5.0.0-beta.13 + - @workflow/rollup@5.0.0-beta.13 + - @workflow/sveltekit@5.0.0-beta.13 + - @workflow/nuxt@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 43897c910e..41b6b98edd 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "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 b37f207c25..8f035b500a 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/world-local +## 5.0.0-beta.14 + +### Patch Changes + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + ## 5.0.0-beta.13 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 0dd36a4501..866add09eb 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.13", + "version": "5.0.0-beta.14", "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 41a66de738..c6f43ac68b 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/world-postgres +## 5.0.0-beta.12 + +### Patch Changes + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + +- Updated dependencies [[`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2)]: + - @workflow/world-local@5.0.0-beta.14 + ## 5.0.0-beta.11 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index a7a7cc9338..71473d2583 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.11", + "version": "5.0.0-beta.12", "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 a5a80a0000..1af34d1caa 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/world-testing +## 5.0.0-beta.13 + +### Patch Changes + +- Updated dependencies [[`8d75491`](https://github.com/vercel/workflow/commit/8d75491a074991dac3c7cf56823feb15354ab0f1)]: + - @workflow/core@5.0.0-beta.13 + - workflow@5.0.0-beta.13 + - @workflow/cli@5.0.0-beta.13 + ## 5.0.0-beta.12 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 82f7c8db29..f3ea54badc 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.12", + "version": "5.0.0-beta.13", "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 772b90acfc..40ae5b5750 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/world-vercel +## 5.0.0-beta.12 + +### Patch Changes + +- [#2255](https://github.com/vercel/workflow/pull/2255) [`81bda49`](https://github.com/vercel/workflow/commit/81bda490ef2726ef36ce457932ec94cc3abc6bc2) Thanks [@ctgowrie](https://github.com/ctgowrie)! - Update @vercel/queue from 0.2.1 to 0.3.0 + ## 5.0.0-beta.11 ### Minor Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index 54134eafa4..65c726f191 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.11", + "version": "5.0.0-beta.12", "description": "Vercel platform World implementation for Workflow SDK", "type": "module", "main": "dist/index.js",