diff --git a/.changeset/backport-release-app-token-removal.md b/.changeset/backport-release-app-token-removal.md deleted file mode 100644 index 1031c501ca..0000000000 --- a/.changeset/backport-release-app-token-removal.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Backport CI changes from `main` to unblock releases on `stable`. Removes the dependency on the temporarily-removed Release App by switching to `secrets.GITHUB_TOKEN` with `commitMode: github-api` for GPG-signed commits, and bumps `pnpm/action-setup` to `v5` so the version is read from `package.json#packageManager`. Backports #1785, #1866, and #1867. diff --git a/.changeset/fix-tarballs-build.md b/.changeset/fix-tarballs-build.md deleted file mode 100644 index c61d62bc2e..0000000000 --- a/.changeset/fix-tarballs-build.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Fix the `tarballs` Vercel project so workspace dependencies are built before packing — without this, every preview tarball ships with an empty `dist/` directory and downstream installs fail to resolve `dist/*` entry points. diff --git a/.changeset/fix-vite-step-source-maps-e2e.md b/.changeset/fix-vite-step-source-maps-e2e.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/fix-vite-step-source-maps-e2e.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/fix-world-zod-44-compat.md b/.changeset/fix-world-zod-44-compat.md deleted file mode 100644 index 78b350f128..0000000000 --- a/.changeset/fix-world-zod-44-compat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@workflow/world': patch ---- - -Fix compatibility with Zod 4.4.x in `WorkflowRunSchema` by marking `output`, `error`, and `completedAt` as `.optional()` on non-final / cancelled / completed / failed run states. diff --git a/.changeset/moody-rivers-play.md b/.changeset/moody-rivers-play.md deleted file mode 100644 index ddfd722e64..0000000000 --- a/.changeset/moody-rivers-play.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Tighten cleanup in `dev.test.ts` `should include steps discovered from workflow imports` so the deferred builder drops the discovered step from the manifest before the next test file runs. Avoids a Windows-only race where the generated step route retains an import to a deleted source file and breaks every subsequent step request. diff --git a/.changeset/rude-places-tap.md b/.changeset/rude-places-tap.md deleted file mode 100644 index 0055f6e5ef..0000000000 --- a/.changeset/rude-places-tap.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Fix empty `dist/` in preview tarballs from `stable` docs deployments by building packages before packing. diff --git a/.changeset/split-tarballs-from-docs.md b/.changeset/split-tarballs-from-docs.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/split-tarballs-from-docs.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/swift-cobras-repair.md b/.changeset/swift-cobras-repair.md deleted file mode 100644 index 648923f284..0000000000 --- a/.changeset/swift-cobras-repair.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/vitest": patch -"@workflow/world-local": patch ---- - -Fix local-world recovery isolation in Vitest and support custom test directories diff --git a/.changeset/tanstack-start-workbench.md b/.changeset/tanstack-start-workbench.md deleted file mode 100644 index 9e0110c4ff..0000000000 --- a/.changeset/tanstack-start-workbench.md +++ /dev/null @@ -1,5 +0,0 @@ ---- ---- - -Add TanStack Start workbench app and getting-started guide. The existing -`workflow/vite` plugin already supports TanStack Start since it runs on Vite. diff --git a/.changeset/warn-external-workflow-packages.md b/.changeset/warn-external-workflow-packages.md deleted file mode 100644 index 3b82c92235..0000000000 --- a/.changeset/warn-external-workflow-packages.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@workflow/builders": patch -"@workflow/next": patch ---- - -Auto-remove workflow-enabled packages from Next.js `serverExternalPackages` so they can be transformed, and retain a best-effort `externalPackages` warning fallback for non-Next builders. diff --git a/.changeset/world-vercel-trusted-sources.md b/.changeset/world-vercel-trusted-sources.md deleted file mode 100644 index 7cf631fb17..0000000000 --- a/.changeset/world-vercel-trusted-sources.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workflow/world-vercel": minor ---- - -Switch the workflow-server Deployment Protection bypass to OIDC Trusted Sources. The `VERCEL_WORKFLOW_SERVER_PROTECTION_BYPASS` env var is no longer used; the `x-vercel-trusted-oidc-idp-token` header is now sourced from `getVercelOidcToken()`. diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 4cd762b32c..3ae298e104 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/astro +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + - @workflow/rollup@4.0.5 + - @workflow/vite@4.0.5 + ## 4.0.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 76fb268912..096a461151 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "4.0.4", + "version": "4.0.5", "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 d0e50b481e..fbde15e94a 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/builders +## 4.0.6 + +### Patch Changes + +- [#1940](https://github.com/vercel/workflow/pull/1940) [`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f) Thanks [@github-actions](https://github.com/apps/github-actions)! - Auto-remove workflow-enabled packages from Next.js `serverExternalPackages` so they can be transformed, and retain a best-effort `externalPackages` warning fallback for non-Next builders. + +- Updated dependencies []: + - @workflow/core@4.2.5 + - @workflow/errors@4.1.1 + ## 4.0.5 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index 534fc8fcf6..4d4f0ef798 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "4.0.5", + "version": "4.0.6", "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 ac86370945..f3caf04fda 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/cli +## 4.2.5 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8), [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c), [`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f), [`677867b`](https://github.com/vercel/workflow/commit/677867bd1919476625bd30da9fecde4405d19463)]: + - @workflow/world@4.1.2 + - @workflow/world-local@4.1.2 + - @workflow/builders@4.0.6 + - @workflow/world-vercel@4.2.0 + - @workflow/core@4.2.5 + - @workflow/errors@4.1.1 + - @workflow/web@4.1.6 + ## 4.2.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d199669c3c..b4403b7cfd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "4.2.4", + "version": "4.2.5", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6a093d2df1..5ee4d9a7d2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/core +## 4.2.5 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8), [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c), [`677867b`](https://github.com/vercel/workflow/commit/677867bd1919476625bd30da9fecde4405d19463)]: + - @workflow/world@4.1.2 + - @workflow/world-local@4.1.2 + - @workflow/world-vercel@4.2.0 + - @workflow/errors@4.1.1 + ## 4.2.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8793962b06..aa968f0831 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "4.2.4", + "version": "4.2.5", "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 b154621556..d8d9924d74 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nest +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + ## 0.0.4 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 165db4f8ed..846095aa54 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "0.0.4", + "version": "0.0.5", "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 1204de362e..5e732ba4a3 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/next +## 4.0.6 + +### Patch Changes + +- [#1940](https://github.com/vercel/workflow/pull/1940) [`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f) Thanks [@github-actions](https://github.com/apps/github-actions)! - Auto-remove workflow-enabled packages from Next.js `serverExternalPackages` so they can be transformed, and retain a best-effort `externalPackages` warning fallback for non-Next builders. + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + - @workflow/core@4.2.5 + ## 4.0.5 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 458a6b2d0b..c354cbb611 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "4.0.5", + "version": "4.0.6", "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 f344e818d2..e89826c80b 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/nitro +## 4.0.6 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + - @workflow/core@4.2.5 + - @workflow/rollup@4.0.5 + - @workflow/vite@4.0.5 + ## 4.0.5 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index ebe37ace57..0412115bcd 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "4.0.5", + "version": "4.0.6", "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 bcccc3da5e..3fc33ad1b2 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nuxt +## 4.0.6 + +### Patch Changes + +- Updated dependencies []: + - @workflow/nitro@4.0.6 + ## 4.0.5 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index e59c4d526e..66d4429b05 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "4.0.5", + "version": "4.0.6", "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 4d0ee9f339..0669944961 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/rollup +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + ## 4.0.4 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index e00ed31108..206246ef64 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "4.0.4", + "version": "4.0.5", "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 7adef6c0fc..8163981ca9 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/sveltekit +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + - @workflow/rollup@4.0.5 + - @workflow/vite@4.0.5 + ## 4.0.4 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index f0bac89bbc..5985759dd9 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "4.0.4", + "version": "4.0.5", "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 1cec4cdd81..2f679cef73 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/builders@4.0.6 + ## 4.0.4 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index b48c06f08c..f9d3ac76f1 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.4", + "version": "4.0.5", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index e5c8bbc0b7..8a163d2fe1 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/vitest +## 4.0.6 + +### Patch Changes + +- [#1898](https://github.com/vercel/workflow/pull/1898) [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix local-world recovery isolation in Vitest and support custom test directories + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8), [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c), [`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/world@4.1.2 + - @workflow/world-local@4.1.2 + - @workflow/builders@4.0.6 + - @workflow/core@4.2.5 + - @workflow/rollup@4.0.5 + ## 4.0.5 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 6cc459d22b..dc5894eeb1 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "4.0.5", + "version": "4.0.6", "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 dfea1f640d..5537f5eded 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/web-shared +## 4.1.6 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8)]: + - @workflow/world@4.1.2 + - @workflow/core@4.2.5 + ## 4.1.5 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 22cfe05985..c9059d8391 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.5", + "version": "4.1.6", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 885fae3c25..3ff53e1940 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,7 @@ # @workflow/web +## 4.1.6 + ## 4.1.5 ## 4.1.4 diff --git a/packages/web/package.json b/packages/web/package.json index 97a91d4f59..10479dbaf7 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.5", + "version": "4.1.6", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 1c7b15e92a..4fd4a3acdd 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,22 @@ # workflow +## 4.2.5 + +### Patch Changes + +- Updated dependencies [[`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f)]: + - @workflow/next@4.0.6 + - @workflow/cli@4.2.5 + - @workflow/core@4.2.5 + - @workflow/errors@4.1.1 + - @workflow/astro@4.0.5 + - @workflow/nest@0.0.5 + - @workflow/nitro@4.0.6 + - @workflow/rollup@4.0.5 + - @workflow/sveltekit@4.0.5 + - @workflow/typescript-plugin@4.0.2 + - @workflow/nuxt@4.0.6 + ## 4.2.4 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index b51c1bb9d1..630ca0f297 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "4.2.4", + "version": "4.2.5", "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 95f9f11135..318b7dee70 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world-local +## 4.1.2 + +### Patch Changes + +- [#1898](https://github.com/vercel/workflow/pull/1898) [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix local-world recovery isolation in Vitest and support custom test directories + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8)]: + - @workflow/world@4.1.2 + - @workflow/errors@4.1.1 + ## 4.1.1 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index aab483a6b8..c34d2c509c 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "4.1.1", + "version": "4.1.2", "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 1c11746385..1f4990239f 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/world-postgres +## 4.1.2 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8), [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c)]: + - @workflow/world@4.1.2 + - @workflow/world-local@4.1.2 + - @workflow/errors@4.1.1 + ## 4.1.1 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 30d594e66a..9b9763563b 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "4.1.1", + "version": "4.1.2", "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 125f90d12e..8529d25a8c 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world-testing +## 4.1.5 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8)]: + - @workflow/world@4.1.2 + - @workflow/cli@4.2.5 + - @workflow/core@4.2.5 + - workflow@4.2.5 + ## 4.1.4 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 98f3bbacd4..c10922f848 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "4.1.4", + "version": "4.1.5", "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 f7d4a62f5b..b1d9335575 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world-vercel +## 4.2.0 + +### Minor Changes + +- [#1897](https://github.com/vercel/workflow/pull/1897) [`677867b`](https://github.com/vercel/workflow/commit/677867bd1919476625bd30da9fecde4405d19463) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Switch the workflow-server Deployment Protection bypass to OIDC Trusted Sources. The `VERCEL_WORKFLOW_SERVER_PROTECTION_BYPASS` env var is no longer used; the `x-vercel-trusted-oidc-idp-token` header is now sourced from `getVercelOidcToken()`. + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8)]: + - @workflow/world@4.1.2 + - @workflow/errors@4.1.1 + ## 4.1.2 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index 9b289a93ef..7e65367465 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "4.1.2", + "version": "4.2.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 609635675f..39e5860ea6 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/world +## 4.1.2 + +### Patch Changes + +- [#1938](https://github.com/vercel/workflow/pull/1938) [`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix compatibility with Zod 4.4.x in `WorkflowRunSchema` by marking `output`, `error`, and `completedAt` as `.optional()` on non-final / cancelled / completed / failed run states. + ## 4.1.1 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index ee2d5242b5..416921b40e 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "4.1.1", + "version": "4.1.2", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js", diff --git a/tarballs/CHANGELOG.md b/tarballs/CHANGELOG.md new file mode 100644 index 0000000000..19ad0439e1 --- /dev/null +++ b/tarballs/CHANGELOG.md @@ -0,0 +1,30 @@ +# tarballs + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`15e44b3`](https://github.com/vercel/workflow/commit/15e44b360535dcf1e5303cb7389db1f4007a24e8), [`e428cdb`](https://github.com/vercel/workflow/commit/e428cdb1d55b64956914a165ac57e0da76d1a33c), [`14326ad`](https://github.com/vercel/workflow/commit/14326adcf9b8f5dce753a739555e162cd03dc19f), [`677867b`](https://github.com/vercel/workflow/commit/677867bd1919476625bd30da9fecde4405d19463)]: + - @workflow/world@4.1.2 + - @workflow/vitest@4.0.6 + - @workflow/world-local@4.1.2 + - @workflow/builders@4.0.6 + - @workflow/next@4.0.6 + - @workflow/world-vercel@4.2.0 + - @workflow/cli@4.2.5 + - @workflow/core@4.2.5 + - @workflow/errors@4.1.1 + - @workflow/web@4.1.6 + - @workflow/web-shared@4.1.6 + - @workflow/world-postgres@4.1.2 + - @workflow/world-testing@4.1.5 + - @workflow/astro@4.0.5 + - @workflow/nest@0.0.5 + - @workflow/nitro@4.0.6 + - @workflow/rollup@4.0.5 + - @workflow/sveltekit@4.0.5 + - @workflow/vite@4.0.5 + - workflow@4.2.5 + - @workflow/typescript-plugin@4.0.2 + - @workflow/nuxt@4.0.6 + - @workflow/ai@4.1.2 diff --git a/tarballs/package.json b/tarballs/package.json index 2c763c0975..ed0bea6c24 100644 --- a/tarballs/package.json +++ b/tarballs/package.json @@ -1,6 +1,6 @@ { "name": "tarballs", - "version": "0.0.0", + "version": "0.0.1", "private": true, "type": "module", "license": "Apache-2.0",