Skip to content

Version Packages#2352

Open
github-actions[bot] wants to merge 1 commit into
stablefrom
changeset-release/stable
Open

Version Packages#2352
github-actions[bot] wants to merge 1 commit into
stablefrom
changeset-release/stable

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

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 stable, this PR will be updated.

Releases

@workflow/builders@4.1.0

Minor Changes

  • #2305 9c667e0 Thanks @willsather! - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

Patch Changes

@workflow/core@4.5.0

Minor Changes

  • #2373 296b785 Thanks @pranaygp! - Replace hook.hasConflict (a Promise<boolean> property) with hook.getConflict(), a method returning a promise that suspends the workflow to commit hook registration and resolves with { runId } identifying the conflicting run when another active hook owns the token (or null once the hook is registered), without waiting for hook payload data. Code using await hook.hasConflict should migrate to const conflict = await hook.getConflict() and branch on conflict !== null.

  • #2305 9c667e0 Thanks @willsather! - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

Patch Changes

workflow@4.5.0

Minor Changes

  • #2373 296b785 Thanks @pranaygp! - Replace hook.hasConflict (a Promise<boolean> property) with hook.getConflict(), a method returning a promise that suspends the workflow to commit hook registration and resolves with { runId } identifying the conflicting run when another active hook owns the token (or null once the hook is registered), without waiting for hook payload data. Code using await hook.hasConflict should migrate to const conflict = await hook.getConflict() and branch on conflict !== null.

Patch Changes

  • Updated dependencies [2100fc3, 15507bd, 296b785, 9c667e0, 4291c59, 73975ad]:
    • @workflow/core@4.5.0
    • @workflow/cli@4.2.10
    • @workflow/next@4.0.11
    • @workflow/nitro@4.1.1
    • @workflow/typescript-plugin@4.0.3
    • @workflow/astro@4.0.10
    • @workflow/nest@0.0.10
    • @workflow/rollup@4.0.10
    • @workflow/sveltekit@4.0.10
    • @workflow/errors@4.1.4
    • @workflow/nuxt@4.0.11

@workflow/world@4.2.0

Minor Changes

  • #2305 9c667e0 Thanks @willsather! - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

@workflow/world-local@4.2.0

Minor Changes

  • #2305 9c667e0 Thanks @willsather! - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

Patch Changes

  • #2399 b5569a8 Thanks @VaguelySerious! - Update @vercel/queues from 0.3.0 to 0.3.1, which adds native retries for 429s and ECONNRESET

  • Updated dependencies [9c667e0]:

    • @workflow/world@4.2.0
    • @workflow/errors@4.1.4

@workflow/world-postgres@4.2.0

Minor Changes

  • #2305 9c667e0 Thanks @willsather! - Add an optional namespace parameter that scopes queue topic prefixes to __{namespace}_wkf_workflow_*. This allows configuring multiple frameworks in the same deployment without queue topic collision.

Patch Changes

  • #2399 b5569a8 Thanks @VaguelySerious! - Update @vercel/queues from 0.3.0 to 0.3.1, which adds native retries for 429s and ECONNRESET

  • Updated dependencies [9c667e0, b5569a8]:

    • @workflow/world@4.2.0
    • @workflow/world-local@4.2.0
    • @workflow/errors@4.1.4

@workflow/ai@7.0.0

Patch Changes

  • Updated dependencies [296b785]:
    • workflow@4.5.0

@workflow/astro@4.0.10

Patch Changes

  • Updated dependencies [15507bd, 9c667e0]:
    • @workflow/builders@4.1.0
    • @workflow/rollup@4.0.10
    • @workflow/vite@4.0.10

@workflow/cli@4.2.10

Patch Changes

@workflow/nest@0.0.10

Patch Changes

@workflow/next@4.0.11

Patch Changes

@workflow/nitro@4.1.1

Patch Changes

@workflow/nuxt@4.0.11

Patch Changes

  • Updated dependencies []:
    • @workflow/nitro@4.1.1

@workflow/rollup@4.0.10

Patch Changes

@workflow/sveltekit@4.0.10

Patch Changes

  • Updated dependencies [15507bd, 9c667e0]:
    • @workflow/builders@4.1.0
    • @workflow/rollup@4.0.10
    • @workflow/vite@4.0.10

@workflow/vite@4.0.10

Patch Changes

@workflow/vitest@4.0.11

Patch Changes

@workflow/web-shared@4.1.11

Patch Changes

@workflow/world-testing@4.1.10

Patch Changes

@workflow/world-vercel@4.4.1

Patch Changes

@workflow/web@4.1.11

@github-actions github-actions Bot requested a review from a team as a code owner June 11, 2026 07:48
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Jun 14, 2026 8:05am
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jun 14, 2026 8:05am
example-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-astro-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-express-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-fastify-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-hono-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-nitro-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-nuxt-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-sveltekit-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-tanstack-start-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workbench-vite-workflow Ready Ready Preview, Comment Jun 14, 2026 8:05am
workflow-docs Ready Ready Preview, Comment, Open in v0 Jun 14, 2026 8:05am
workflow-swc-playground Ready Ready Preview, Comment Jun 14, 2026 8:05am
workflow-tarballs Ready Ready Preview, Comment Jun 14, 2026 8:05am
workflow-web Ready Ready Preview, Comment Jun 14, 2026 8:05am

@github-actions github-actions Bot force-pushed the changeset-release/stable branch from 3fff661 to 47436d7 Compare June 11, 2026 08:36
@github-actions github-actions Bot force-pushed the changeset-release/stable branch from 3fdada4 to ccbed15 Compare June 11, 2026 09:26
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