Skip to content

Version Packages (beta) - #523

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

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/ai@5.0.0-beta.15

Patch Changes

  • Updated dependencies [ffc5807]:
    • @workflow/utils@5.0.0-beta.10
    • workflow@5.0.0-beta.47

@workflow/astro@5.0.0-beta.47

Patch Changes

  • Updated dependencies [88f5d21]:
    • @workflow/builders@5.0.0-beta.47
    • @workflow/rollup@5.0.0-beta.47
    • @workflow/vite@5.0.0-beta.47

@workflow/builders@5.0.0-beta.47

Patch Changes

  • #3876 88f5d21 Thanks @TooTallNate! - Shim __dirname/__filename in fully-bundled ESM output so CJS dependencies that reference them at module scope (e.g. google-gax) no longer crash the deployed function at init with ReferenceError: __dirname is not defined in ES module scope.

    CJS dependencies that feature-detect with typeof __dirname !== 'undefined' will now take their CJS branch, where __dirname resolves to the function root rather than the dependency's original directory.

  • Updated dependencies [855e479, ffc5807]:

    • @workflow/core@5.0.0-beta.47
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19

@workflow/cli@5.0.0-beta.47

Patch Changes

  • Updated dependencies [855e479, 88f5d21, 1c44cc8, cc6eb7e, ffc5807, 3e0c18a]:
    • @workflow/world@5.0.0-beta.32
    • @workflow/core@5.0.0-beta.47
    • @workflow/builders@5.0.0-beta.47
    • @workflow/world-vercel@5.0.0-beta.43
    • @workflow/world-local@5.0.0-beta.41
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19
    • @workflow/web@5.0.0-beta.47

@workflow/core@5.0.0-beta.47

Patch Changes

  • #3849 855e479 Thanks @VaguelySerious! - Fix runs failing with CORRUPTED_EVENT_LOG after every step had already succeeded, when the event log held two attribute writes under one id.

  • Updated dependencies [855e479, 1c44cc8, cc6eb7e, ffc5807, 3e0c18a]:

    • @workflow/world@5.0.0-beta.32
    • @workflow/world-vercel@5.0.0-beta.43
    • @workflow/world-local@5.0.0-beta.41
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19

@workflow/errors@5.0.0-beta.19

Patch Changes

  • Updated dependencies [ffc5807]:
    • @workflow/utils@5.0.0-beta.10

@workflow/nest@5.0.0-beta.47

Patch Changes

  • Updated dependencies [88f5d21, ffc5807]:
    • @workflow/builders@5.0.0-beta.47
    • @workflow/utils@5.0.0-beta.10

@workflow/next@5.0.0-beta.47

Patch Changes

  • #3801 a3da6b7 Thanks @NathanColosimo! - Discover workflows imported by every Next.js file convention entrypoint.

  • Updated dependencies [855e479, 88f5d21]:

    • @workflow/core@5.0.0-beta.47
    • @workflow/builders@5.0.0-beta.47

@workflow/nitro@5.0.0-beta.47

Patch Changes

  • Updated dependencies [855e479, 88f5d21]:
    • @workflow/core@5.0.0-beta.47
    • @workflow/builders@5.0.0-beta.47
    • @workflow/web@5.0.0-beta.47
    • @workflow/rollup@5.0.0-beta.47
    • @workflow/vite@5.0.0-beta.47

@workflow/nuxt@5.0.0-beta.47

Patch Changes

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

@workflow/rollup@5.0.0-beta.47

Patch Changes

  • Updated dependencies [88f5d21]:
    • @workflow/builders@5.0.0-beta.47

@workflow/sveltekit@5.0.0-beta.47

Patch Changes

  • Updated dependencies [88f5d21]:
    • @workflow/builders@5.0.0-beta.47
    • @workflow/rollup@5.0.0-beta.47
    • @workflow/vite@5.0.0-beta.47

@workflow/utils@5.0.0-beta.10

Patch Changes

  • #3878 ffc5807 Thanks @pranaygp! - Stop logging on healthy workflow execution: the breadcrumbs that only described the runtime working correctly now print under DEBUG=workflow:*. Warnings and errors are unchanged.

@workflow/vite@5.0.0-beta.47

Patch Changes

  • Updated dependencies [88f5d21]:
    • @workflow/builders@5.0.0-beta.47

@workflow/vitest@5.0.0-beta.47

Patch Changes

  • Updated dependencies [855e479, 88f5d21, ffc5807, 3e0c18a]:
    • @workflow/world@5.0.0-beta.32
    • @workflow/core@5.0.0-beta.47
    • @workflow/builders@5.0.0-beta.47
    • @workflow/world-local@5.0.0-beta.41
    • @workflow/rollup@5.0.0-beta.47

@workflow/web@5.0.0-beta.47

Patch Changes

  • Updated dependencies [ffc5807, 3e0c18a]:
    • @workflow/world-local@5.0.0-beta.41

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

Patch Changes

  • #3849 855e479 Thanks @VaguelySerious! - Mark the second of two attribute writes under one id as read past, matching what the runtime does with it, and stop treating a run's step-written attribute events as repeats of each other.

  • #3825 36944cd Thanks @alangenfeld! - Allow trace callers to add product-specific attributes to event-derived step spans.

  • #3872 4d5852b Thanks @mitul-s! - Keep the trace viewer Alt+hover delta overlay working after a span click by stopping Chrome from stealing Alt.

  • Updated dependencies [855e479, ffc5807]:

    • @workflow/world@5.0.0-beta.32
    • @workflow/core@5.0.0-beta.47
    • @workflow/utils@5.0.0-beta.10

workflow@5.0.0-beta.47

Patch Changes

  • Updated dependencies [855e479, a3da6b7, ffc5807]:
    • @workflow/core@5.0.0-beta.47
    • @workflow/next@5.0.0-beta.47
    • @workflow/utils@5.0.0-beta.10
    • @workflow/cli@5.0.0-beta.47
    • @workflow/errors@5.0.0-beta.19
    • @workflow/nitro@5.0.0-beta.47
    • @workflow/typescript-plugin@5.0.0-beta.5
    • @workflow/astro@5.0.0-beta.47
    • @workflow/nest@5.0.0-beta.47
    • @workflow/rollup@5.0.0-beta.47
    • @workflow/sveltekit@5.0.0-beta.47
    • @workflow/nuxt@5.0.0-beta.47

@workflow/world@5.0.0-beta.32

Patch Changes

  • #3849 855e479 Thanks @VaguelySerious! - Fix runs failing with CORRUPTED_EVENT_LOG after every step had already succeeded, when the event log held two attribute writes under one id.

  • #3878 ffc5807 Thanks @pranaygp! - Stop logging on healthy workflow execution: the breadcrumbs that only described the runtime working correctly now print under DEBUG=workflow:*. Warnings and errors are unchanged.

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

Patch Changes

  • #3878 ffc5807 Thanks @pranaygp! - Stop logging on healthy workflow execution: the breadcrumbs that only described the runtime working correctly now print under DEBUG=workflow:*. Warnings and errors are unchanged.

  • #3824 3e0c18a Thanks @AndrewBarba! - Abort active local queue deliveries when the World closes, including when transport timeouts are disabled.

  • Updated dependencies [855e479, ffc5807]:

    • @workflow/world@5.0.0-beta.32
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19

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

Patch Changes

  • Updated dependencies [855e479, ffc5807, 3e0c18a]:
    • @workflow/world@5.0.0-beta.32
    • @workflow/world-local@5.0.0-beta.41
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19

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

Patch Changes

  • Updated dependencies [855e479, ffc5807]:
    • @workflow/world@5.0.0-beta.32
    • @workflow/core@5.0.0-beta.47
    • @workflow/cli@5.0.0-beta.47
    • workflow@5.0.0-beta.47

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

Patch Changes

  • #3742 1c44cc8 Thanks @VaguelySerious! - Fail a run instead of retrying it forever when its event log references a payload the backend can no longer read

  • #3844 cc6eb7e Thanks @VaguelySerious! - Authenticate deploymentId: "latest" with the deployment's own OIDC identity instead of an ambient VERCEL_TOKEN, and scope the request to the configured team, fixing spurious 404s when resolving the latest deployment

  • #3878 ffc5807 Thanks @pranaygp! - Stop logging on healthy workflow execution: the breadcrumbs that only described the runtime working correctly now print under DEBUG=workflow:*. Warnings and errors are unchanged.

  • Updated dependencies [855e479, ffc5807]:

    • @workflow/world@5.0.0-beta.32
    • @workflow/utils@5.0.0-beta.10
    • @workflow/errors@5.0.0-beta.19

@github-actions github-actions Bot closed this Aug 19, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 442feb6 to a036888 Compare August 19, 2026 23:05
@github-actions github-actions Bot reopened this Aug 19, 2026
@github-actions github-actions Bot closed this Aug 20, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from fd08879 to 5fca3bb Compare August 20, 2026 22:41
@github-actions github-actions Bot reopened this Aug 20, 2026
@github-actions github-actions Bot closed this Aug 21, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 7ff5c2c to a06afee Compare August 21, 2026 21:44
@github-actions github-actions Bot reopened this Aug 21, 2026
@github-actions github-actions Bot closed this Aug 28, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f3cabb8 to 3e0c18a Compare August 28, 2026 00:35
@github-actions github-actions Bot reopened this Aug 28, 2026
@github-actions github-actions Bot closed this Aug 28, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4332438 to ff7248f Compare August 28, 2026 23:42
@github-actions github-actions Bot reopened this Aug 28, 2026
@github-actions github-actions Bot closed this Aug 29, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 68fd1e2 to 855e479 Compare August 29, 2026 23:27
@github-actions github-actions Bot reopened this Aug 29, 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