Version Packages (beta) - #340
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 17, 2026 17:07
ea4bb93 to
c43e721
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 19, 2026 20:21
9e3825c to
fc6a265
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 20, 2026 18:49
8322a96 to
9d2a926
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 23, 2026 16:21
253b141 to
a490f58
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 24, 2026 14:18
0d23250 to
503a929
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 26, 2026 09:35
c875ba4 to
c58cae6
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 26, 2026 18:41
050f484 to
8633ebb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 27, 2026 04:20
974eac2 to
b0d0561
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 28, 2026 10:50
3c8356c to
234412a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 29, 2026 02:41
6278396 to
55e1765
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 2, 2026 22:39
be0cb86 to
7994629
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 4, 2026 22:23
7aac31d to
b8a337c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 5, 2026 21:56
c2713b6 to
ddc8a79
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 6, 2026 20:17
a9dafb2 to
d674d6f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 7, 2026 16:10
5e0ca84 to
a51910b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 04:18
5d22311 to
5b448ce
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 22:17
6a4bbb2 to
3ae0ae2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 10, 2026 21:46
04e3465 to
bb6ff9a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 13, 2026 19:34
9277095 to
8262c2d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 14, 2026 17:55
3fc0b05 to
011d482
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/cli@5.0.0-beta.38
Minor Changes
25715d4Thanks @pranaygp! -workflow web/inspect --webnow detect an already-running embedded dashboard and open it instead of starting a redundant server. Pass--standaloneto force the standalone web UI.Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
34975f6,b92c23c,a09d001,25715d4]:@workflow/nitro@5.0.0-beta.38
Minor Changes
25715d4Thanks @pranaygp! - Embed the observability dashboard in-process at/_workflow(configurable via thedashboardoption) instead of spawning a separate web server. Enabled in dev and omitted from production builds by default.Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
b92c23c,a09d001,25715d4]:@workflow/web@5.0.0-beta.38
Minor Changes
25715d4Thanks @pranaygp! - Add a framework-agnostic@workflow/web/handlerexport (createWorkflowWebHandler) that serves the observability UI as a single WebRequest→Responsehandler under a configurable base path, plus a@workflow/web/registryfor embedded-dashboard discovery.Patch Changes
a09d001]:@workflow/astro@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
a09d001]:@workflow/builders@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
b92c23c,a09d001]:@workflow/core@5.0.0-beta.38
Patch Changes
#3198
b92c23cThanks @TooTallNate! - Don't observe idle — and raise aWorkflowSuspension— while a delivery that is committed to reaching the workflow is still parked between its serial queue slot and its detachedresolve(). A run with an outstandingsleep()replaying a batch of parallel step results could suspend inside that gap with none of the batch's follow-up work queued, going dormant until an unrelated timer fired.#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
34975f6,a09d001]:@workflow/errors@5.0.0-beta.14
Patch Changes
a09d001]:@workflow/nest@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
a09d001]:@workflow/next@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
b92c23c,a09d001]:@workflow/nuxt@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
25715d4,a09d001]:@workflow/rollup@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
a09d001]:@workflow/sveltekit@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
a09d001]:@workflow/utils@5.0.0-beta.8
Patch Changes
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.@workflow/vite@5.0.0-beta.38
Patch Changes
a09d001]:@workflow/vitest@5.0.0-beta.38
Patch Changes
b92c23c,a09d001]:@workflow/web-shared@5.0.0-beta.38
Patch Changes
b92c23c,a09d001]:workflow@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
25715d4,b92c23c,25715d4,a09d001]:@workflow/world-local@5.0.0-beta.32
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
a09d001]:@workflow/world-postgres@5.0.0-beta.30
Patch Changes
a09d001]:@workflow/world-testing@5.0.0-beta.38
Patch Changes
#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies [
25715d4,b92c23c,a09d001]:@workflow/world-vercel@5.0.0-beta.34
Patch Changes
#3190
34975f6Thanks @VaguelySerious! - Event-log requests now multiplex over a single HTTP/2 connection instead of opening one connection per in-flight request#3142
a09d001Thanks @VaguelySerious! - Revert the static workflow world target injection: the world package is again resolved at runtime fromWORKFLOW_TARGET_WORLDinstead of being aliased into host bundles at build time.Updated dependencies []: