From 2bdf88c79d5df7c94c696b914b8becfcb8a31403 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 18:09:47 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 13 +++++++++++++ packages/ai/CHANGELOG.md | 10 ++++++++++ packages/ai/package.json | 2 +- packages/astro/CHANGELOG.md | 11 +++++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 13 +++++++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/errors/CHANGELOG.md | 9 +++++++++ packages/errors/package.json | 2 +- packages/nest/CHANGELOG.md | 9 +++++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 21 +++++++++++++++++++++ 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 | 13 +++++++++++++ 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 | 17 +++++++++++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 2 ++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 13 +++++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 12 ++++++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 12 ++++++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 14 ++++++++++++++ packages/world-vercel/package.json | 2 +- packages/world/CHANGELOG.md | 6 ++++++ packages/world/package.json | 2 +- 51 files changed, 324 insertions(+), 25 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b5698cc063..0124131251 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -55,6 +55,7 @@ "allow-sync-step-functions", "ast-directive-validation", "better-pets-reply", + "blur-style-prop-compat", "bright-discovery-talk", "bright-hooks-share", "bright-pears-drum", @@ -63,6 +64,7 @@ "bundle-aliased-project-local-helpers", "clever-wombats-drop", "cold-lands-boil", + "cookbook-child-workflows-hook-resume", "cool-cups-greet", "corrupted-event-log-code", "curvy-dingos-cry", @@ -106,11 +108,14 @@ "friendlier-errors", "fuzzy-mugs-learn", "getter-step-support", + "getwritable-share-pipe", "green-streams-decode", "guard-step-consumer-events", + "ignore-generated-manifest", "inline-step-registration", "large-regions-talk", "lazy-discovery-bare-specifiers", + "lazy-discovery-default", "lucky-windows-smash", "many-peas-jog", "modern-penguins-peel", @@ -130,6 +135,7 @@ "preserve-step-fn-names", "pretty-log-format", "private-member-dce", + "queued-for-uses-first-step-started", "quiet-trace-viewer-duration", "rare-badgers-judge", "remove-client-mode", @@ -159,22 +165,29 @@ "swc-lexical-this-capture", "swift-cobras-repair", "sync-step-followup", + "tagged-run-id", "tanstack-start-workbench", "tired-pigs-hug", "tired-spiders-rhyme", "trace-viewer-polish", "turbo-next-workbench-outputs", + "turbo-next-workbench-vercel-output", "update-queue-client-version", + "upgrading-workflows-cookbook", + "upset-ghosts-rush", "v2-combined-bundle", "vast-oranges-fail", "versioning-docs", "warn-external-workflow-packages", "web-shared-error-family-revivers", "web-vercel-preset", + "windows-inline-sourcemaps", + "wise-frogs-thank", "workflow-function-serialization", "world-init-cold-start", "world-local-path-traversal", "world-local-run-failed-not-found", + "world-local-tighten-id-validation", "world-vercel-protection-bypass", "world-vercel-trusted-sources", "yellow-pianos-relax" diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 3265e26569..4649845422 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/ai +## 5.0.0-beta.6 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - workflow@5.0.0-beta.8 + - @workflow/serde@5.0.0-beta.2 + ## 5.0.0-beta.5 ### Patch Changes diff --git a/packages/ai/package.json b/packages/ai/package.json index 60a97c74bb..11318655f9 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/ai", - "version": "5.0.0-beta.5", + "version": "5.0.0-beta.6", "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 71455f3d20..37f792d071 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/astro +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/builders@5.0.0-beta.8 + - @workflow/rollup@5.0.0-beta.8 + - @workflow/vite@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a263479d27..64def58b33 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 3b442bd6ff..7c4427081f 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/builders +## 5.0.0-beta.8 + +### Patch Changes + +- [#1683](https://github.com/vercel/workflow/pull/1683) [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9) Thanks [@pranaygp](https://github.com/pranaygp)! - Write colocated `.gitignore` files for public workflow manifests generated by `WORKFLOW_PUBLIC_MANIFEST=1` + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/errors@5.0.0-beta.5 + - @workflow/utils@5.0.0-beta.3 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index c54aff8704..24355d1b2d 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 cf072f3524..5e814e0974 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/cli +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`b0d0561`](https://github.com/vercel/workflow/commit/b0d0561afc41d20b5203c02bb9a4dbf59d18c214), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8), [`657e8bb`](https://github.com/vercel/workflow/commit/657e8bb9629e7002c7658b98c32761e01e714474)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/builders@5.0.0-beta.8 + - @workflow/world-vercel@5.0.0-beta.7 + - @workflow/errors@5.0.0-beta.5 + - @workflow/utils@5.0.0-beta.3 + - @workflow/world@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.7 + - @workflow/web@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b85b0799ac..c8246fba5a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dd367139e9..0864a67991 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/core +## 5.0.0-beta.8 + +### Patch Changes + +- [#2086](https://github.com/vercel/workflow/pull/2086) [`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix `getWritable()` returning a new TransformStream per call, which caused racing pipes to reorder chunks when callers acquired a writer per write. Repeat calls within the same step now share a single pipe per `(runId, namespace)`. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`b0d0561`](https://github.com/vercel/workflow/commit/b0d0561afc41d20b5203c02bb9a4dbf59d18c214), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8), [`657e8bb`](https://github.com/vercel/workflow/commit/657e8bb9629e7002c7658b98c32761e01e714474)]: + - @workflow/world-vercel@5.0.0-beta.7 + - @workflow/errors@5.0.0-beta.5 + - @workflow/serde@5.0.0-beta.2 + - @workflow/utils@5.0.0-beta.3 + - @workflow/world@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.7 + ## 5.0.0-beta.7 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2599e3fdc0..393a222697 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 73e91ef439..0ce6756e5b 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/errors +## 5.0.0-beta.5 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/utils@5.0.0-beta.3 + ## 5.0.0-beta.4 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index 606f6fb657..e56a29e3ff 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.4", + "version": "5.0.0-beta.5", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index c3354683a6..c27216068e 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nest +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/builders@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 00b38b83f1..cb79fa8cdf 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 fc5971e85e..bf259cb8e9 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,26 @@ # @workflow/next +## 5.0.0-beta.8 + +### Minor Changes + +- [#1805](https://github.com/vercel/workflow/pull/1805) [`070bd0c`](https://github.com/vercel/workflow/commit/070bd0cea960a0d56d7812a6147455f75a06d859) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Change `lazyDiscovery` default to `true` for `withWorkflow`. Workflow + discovery is now deferred until files are requested instead of scanning + eagerly at startup on Next.js versions that support deferred entries + (>= 16.2.0-canary.48). Older versions automatically fall back to eager + discovery. Pass `workflows: { lazyDiscovery: false }` to opt back into + eager discovery on supported Next.js versions. + +### Patch Changes + +- [#1683](https://github.com/vercel/workflow/pull/1683) [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9) Thanks [@pranaygp](https://github.com/pranaygp)! - Write colocated `.gitignore` files for public workflow manifests generated by `WORKFLOW_PUBLIC_MANIFEST=1` + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/builders@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 345accb584..ccb3406471 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 eabebce0d6..35b4a5b4b7 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/nitro +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/builders@5.0.0-beta.8 + - @workflow/rollup@5.0.0-beta.8 + - @workflow/vite@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index ed9782b491..c0b1d21afe 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 4804cd2f6c..3a31f5ffe4 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nuxt +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/nitro@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 19810fd79d..a8c1682a1f 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 31e3055f06..c59b7444d2 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/rollup +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/builders@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index e882da4d73..74acba43e8 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 e2c964b79e..2fe48b001f 100644 --- a/packages/serde/CHANGELOG.md +++ b/packages/serde/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/serde +## 5.0.0-beta.2 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 5.0.0-beta.1 ### Patch Changes diff --git a/packages/serde/package.json b/packages/serde/package.json index 6bd35bb36f..c67b38e123 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": "5.0.0-beta.1", + "version": "5.0.0-beta.2", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index bcea2914c2..24696ddeb7 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/sveltekit +## 5.0.0-beta.8 + +### Patch Changes + +- [#1683](https://github.com/vercel/workflow/pull/1683) [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9) Thanks [@pranaygp](https://github.com/pranaygp)! - Write colocated `.gitignore` files for public workflow manifests generated by `WORKFLOW_PUBLIC_MANIFEST=1` + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/builders@5.0.0-beta.8 + - @workflow/rollup@5.0.0-beta.8 + - @workflow/vite@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 7a40e889dc..40be137a21 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 a01c1e3ecd..06a291f8cd 100644 --- a/packages/typescript-plugin/CHANGELOG.md +++ b/packages/typescript-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/typescript-plugin +## 5.0.0-beta.4 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 5.0.0-beta.3 ### Patch Changes diff --git a/packages/typescript-plugin/package.json b/packages/typescript-plugin/package.json index fe7135ca7e..e302edf64b 100644 --- a/packages/typescript-plugin/package.json +++ b/packages/typescript-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/typescript-plugin", - "version": "5.0.0-beta.3", + "version": "5.0.0-beta.4", "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 8d8badb684..24507a41d0 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 5.0.0-beta.3 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 5.0.0-beta.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 760ee68a7f..f5ef5906cb 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.2", + "version": "5.0.0-beta.3", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 449af0e2df..4b21f89d82 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/vite +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/builders@5.0.0-beta.8 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index bbf8e4919f..10b9063d1e 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.7", + "version": "5.0.0-beta.8", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 5c57b641b0..488cbe1300 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/vitest +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8), [`657e8bb`](https://github.com/vercel/workflow/commit/657e8bb9629e7002c7658b98c32761e01e714474)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/builders@5.0.0-beta.8 + - @workflow/rollup@5.0.0-beta.8 + - @workflow/world@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.7 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index b79a93501f..51fa0b5d19 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 d3563fe1d0..128d8429f6 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,22 @@ # @workflow/web-shared +## 5.0.0-beta.8 + +### Patch Changes + +- [#2108](https://github.com/vercel/workflow/pull/2108) [`8633ebb`](https://github.com/vercel/workflow/commit/8633ebb9b32f28cce4344329840aca47e22d3197) Thanks [@mitul-s](https://github.com/mitul-s)! - Use the `blur-[4px]` arbitrary-value utility on the encrypted data preview instead of Tailwind v4's `blur-xs` utility, so the component renders correctly for consumers on Tailwind v3. + +- [#2087](https://github.com/vercel/workflow/pull/2087) [`a490f58`](https://github.com/vercel/workflow/commit/a490f584e0a739f74f179930c2f84c5ff809d5b2) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix the "Queued for" duration shown in the events list for retried steps. It now measures from `step_created` to the first `step_started` instead of the last, so the displayed value reflects actual queue time rather than queue time plus all retry waits. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- [#1973](https://github.com/vercel/workflow/pull/1973) [`34481af`](https://github.com/vercel/workflow/commit/34481af4b6c5b321275f874f93012e639d7971c6) Thanks [@mitul-s](https://github.com/mitul-s)! - adjusted spacing on trace viewer and detail pane + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/utils@5.0.0-beta.3 + - @workflow/world@5.0.0-beta.5 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 4bb4f5c281..2a04c1cc07 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.7", + "version": "5.0.0-beta.8", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index c626a67900..4133dc80f1 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,7 @@ # @workflow/web +## 5.0.0-beta.8 + ## 5.0.0-beta.7 ## 5.0.0-beta.6 diff --git a/packages/web/package.json b/packages/web/package.json index 9d6bd12f21..d370a8640b 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.7", + "version": "5.0.0-beta.8", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 0d44e90098..ecea129619 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,27 @@ # workflow +## 5.0.0-beta.8 + +### Patch Changes + +- [#2086](https://github.com/vercel/workflow/pull/2086) [`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix `getWritable()` returning a new TransformStream per call, which caused racing pipes to reorder chunks when callers acquired a writer per write. Repeat calls within the same step now share a single pipe per `(runId, namespace)`. + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`0d0bb01`](https://github.com/vercel/workflow/commit/0d0bb013d7073f964bb3aea7869e84ed762bf7a9), [`070bd0c`](https://github.com/vercel/workflow/commit/070bd0cea960a0d56d7812a6147455f75a06d859), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - @workflow/next@5.0.0-beta.8 + - @workflow/sveltekit@5.0.0-beta.8 + - @workflow/astro@5.0.0-beta.8 + - @workflow/cli@5.0.0-beta.8 + - @workflow/errors@5.0.0-beta.5 + - @workflow/nest@5.0.0-beta.8 + - @workflow/nitro@5.0.0-beta.8 + - @workflow/nuxt@5.0.0-beta.8 + - @workflow/rollup@5.0.0-beta.8 + - @workflow/typescript-plugin@5.0.0-beta.4 + - @workflow/utils@5.0.0-beta.3 + ## 5.0.0-beta.7 ### Minor Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index e6fe5ad503..41f5723271 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.7", + "version": "5.0.0-beta.8", "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 8a4b5863bf..002e2de13f 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/world-local +## 5.0.0-beta.7 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- [#2097](https://github.com/vercel/workflow/pull/2097) [`657e8bb`](https://github.com/vercel/workflow/commit/657e8bb9629e7002c7658b98c32761e01e714474) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Reject dots and empty correlationId values in entity ID validation. + +- Updated dependencies [[`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/errors@5.0.0-beta.5 + - @workflow/utils@5.0.0-beta.3 + - @workflow/world@5.0.0-beta.5 + ## 5.0.0-beta.6 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 5e377fe059..8eda60f4ba 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.6", + "version": "5.0.0-beta.7", "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 97d40503f9..f1108b7596 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world-postgres +## 5.0.0-beta.7 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8), [`657e8bb`](https://github.com/vercel/workflow/commit/657e8bb9629e7002c7658b98c32761e01e714474)]: + - @workflow/errors@5.0.0-beta.5 + - @workflow/utils@5.0.0-beta.3 + - @workflow/world@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.7 + ## 5.0.0-beta.6 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 2202f6a085..4d9c492f09 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.6", + "version": "5.0.0-beta.7", "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 7fd9df61a5..746562877a 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world-testing +## 5.0.0-beta.8 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`2050656`](https://github.com/vercel/workflow/commit/2050656099349ededd11b33256e951cf97d88a76), [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/core@5.0.0-beta.8 + - workflow@5.0.0-beta.8 + - @workflow/cli@5.0.0-beta.8 + - @workflow/world@5.0.0-beta.5 + ## 5.0.0-beta.7 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 5019f8fb0a..60ba870d20 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.7", + "version": "5.0.0-beta.8", "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 4d2c6c628a..9fb55b8b2a 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/world-vercel +## 5.0.0-beta.7 + +### Minor Changes + +- [#1978](https://github.com/vercel/workflow/pull/1978) [`b0d0561`](https://github.com/vercel/workflow/commit/b0d0561afc41d20b5203c02bb9a4dbf59d18c214) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add `@workflow/world-vercel/run-id` sub-export with `encode`/`decode` helpers that produce ULID-shaped workflow run IDs carrying a tag bit, a 5-bit version, and a 6-bit Vercel region ID. + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + +- Updated dependencies [[`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8)]: + - @workflow/errors@5.0.0-beta.5 + - @workflow/world@5.0.0-beta.5 + ## 5.0.0-beta.6 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index 1d2aa6104c..e316aa5a49 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.6", + "version": "5.0.0-beta.7", "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 6389d69f27..43bdb6121b 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/world +## 5.0.0-beta.5 + +### Patch Changes + +- [#1799](https://github.com/vercel/workflow/pull/1799) [`503a929`](https://github.com/vercel/workflow/commit/503a929d347df46eb0ad63b068da7781762d0dc8) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Use inline sourcemaps for all workspace packages; published packages no longer ship external `.js.map` files. + ## 5.0.0-beta.4 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index fd875dc55d..5cd36773e3 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",