Skip to content

Version Packages (beta)#197

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages (beta)#197
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Feb 13, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/swc-plugin@5.0.0-beta.3

Major Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

@workflow/core@5.0.0-beta.3

Minor Changes

Patch Changes

  • #1848 7d07fab Thanks @pranaygp! - Replace eval in serialization.ts revive() helper with JSON.parse. devalue.stringify() output is always valid JSON (special values are encoded as negative integer sentinels), so JSON.parse is a safe drop-in that eliminates the eval anti-pattern.

  • Updated dependencies [3ad8ee7, 354840e]:

    • @workflow/world-local@5.0.0-beta.3
    • @workflow/world-vercel@5.0.0-beta.3

@workflow/nitro@5.0.0-beta.3

Minor Changes

  • #1844 cbecbaa Thanks @TooTallNate! - Forward string entries from Nitro's externals.external config to the workflow builder's esbuild external option.

Patch Changes

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

workflow@5.0.0-beta.3

Minor Changes

Patch Changes

  • Updated dependencies [a38f140, baba580, cbecbaa, 7d07fab, 417c493, 906f7c1, e295bae]:
    • @workflow/typescript-plugin@5.0.0-beta.3
    • @workflow/next@5.0.0-beta.3
    • @workflow/nitro@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/cli@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/nest@5.0.0-beta.3
    • @workflow/astro@5.0.0-beta.3
    • @workflow/sveltekit@5.0.0-beta.3
    • @workflow/nuxt@5.0.0-beta.3

@workflow/world-vercel@5.0.0-beta.3

Minor Changes

  • #1824 354840e Thanks @TooTallNate! - Add VERCEL_WORKFLOW_SERVER_PROTECTION_BYPASS and VERCEL_WORKFLOW_SERVER_URL env vars.

@workflow/ai@5.0.0-beta.3

Patch Changes

  • #1544 3f6d98f Thanks @iNishant! - Forward strict, inputExamples, and providerOptions tool properties to language model providers, and handle type: 'dynamic' tools

  • Updated dependencies [e295bae]:

    • workflow@5.0.0-beta.3

@workflow/astro@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

@workflow/builders@5.0.0-beta.3

Patch Changes

  • #1857 baba580 Thanks @ijjk! - Write Next.js workflow diagnostics manifests inside the Next.js dist directory and only use .vercel/output/diagnostics for the Vercel Build Output API builder.

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [7d07fab, 417c493, e295bae]:

    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/cli@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [9ea1254, baba580, 7d07fab, 417c493, e295bae, 3ad8ee7, 354840e]:

    • @workflow/web@5.0.0-beta.3
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/world-local@5.0.0-beta.3
    • @workflow/world-vercel@5.0.0-beta.3

@workflow/nest@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [baba580, 417c493]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/next@5.0.0-beta.3

Patch Changes

  • #1857 baba580 Thanks @ijjk! - Write Next.js workflow diagnostics manifests inside the Next.js dist directory and only use .vercel/output/diagnostics for the Vercel Build Output API builder.

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • #1796 906f7c1 Thanks @TooTallNate! - Simplify the deferred builder by importing step sources directly into the generated step/route.js, matching how serde files are handled.

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/nuxt@5.0.0-beta.3

Patch Changes

  • Updated dependencies [cbecbaa]:
    • @workflow/nitro@5.0.0-beta.3

@workflow/rollup@5.0.0-beta.3

Patch Changes

  • #1686 417c493 Thanks @TooTallNate! - BREAKING CHANGE: Remove client transform mode from SWC plugin. The client and step modes were nearly identical — both preserved step function bodies, replaced workflow bodies with throw stubs, and emitted the same JSON manifest. The only differences were the step registration mechanism (simple property assignment vs. IIFE) and whether DCE ran. Step mode now absorbs all client-mode behaviors: hoisted variable references for object property steps (so .stepId is accessible), and dead code elimination. All integrations that previously used mode: 'client' now use mode: 'step'.

  • Updated dependencies [baba580, 417c493]:

    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3

@workflow/sveltekit@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/swc-plugin@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/vite@5.0.0-beta.3

@workflow/typescript-plugin@5.0.0-beta.3

Patch Changes

  • #1830 a38f140 Thanks @ijjk! - Make the TypeScript peer dependency optional and show a clearer error
    when TypeScript is unavailable.

@workflow/vite@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 417c493]:
    • @workflow/builders@5.0.0-beta.3

@workflow/vitest@5.0.0-beta.3

Patch Changes

  • Updated dependencies [baba580, 7d07fab, 417c493, e295bae, 3ad8ee7]:
    • @workflow/builders@5.0.0-beta.3
    • @workflow/core@5.0.0-beta.3
    • @workflow/rollup@5.0.0-beta.3
    • @workflow/world-local@5.0.0-beta.3

@workflow/web@5.0.0-beta.3

Patch Changes

@workflow/web-shared@5.0.0-beta.3

Patch Changes

@workflow/world-local@5.0.0-beta.3

Patch Changes

@workflow/world-postgres@5.0.0-beta.3

Patch Changes

  • Updated dependencies [3ad8ee7]:
    • @workflow/world-local@5.0.0-beta.3

@workflow/world-testing@5.0.0-beta.3

Patch Changes

  • Updated dependencies [7d07fab, 417c493, e295bae]:
    • @workflow/core@5.0.0-beta.3
    • @workflow/cli@5.0.0-beta.3
    • workflow@5.0.0-beta.3

@github-actions github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from 09ab543 to f5fd471 Compare February 21, 2026 06:34
@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 2c7c3f9 to 44bbe43 Compare February 28, 2026 18:48
@github-actions github-actions Bot closed this May 1, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 44bbe43 to 3ad8ee7 Compare May 1, 2026 23:05
@github-actions github-actions Bot reopened this May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants