build: version packages (alpha) - #437
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 27, 2026 00:26
04ead77 to
104fe24
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 29, 2026 13:43
104fe24 to
0190ce3
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 30, 2026 13:23
0190ce3 to
0adf600
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2026 09:22
0adf600 to
fe75e65
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2026 09:29
fe75e65 to
4ff55d3
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2026 14:00
4ff55d3 to
fef50e3
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2026 19:06
fef50e3 to
48b2fc9
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 7, 2026 09:59
48b2fc9 to
bcd2dd7
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 7, 2026 12:10
bcd2dd7 to
7717327
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 7, 2026 12:25
7717327 to
7f73d8e
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
July 8, 2026 11:21
4c6a8d3 to
b77c86e
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 publish to npm yourself or setup this action to publish 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
@zitadel/cli@0.1.0-alpha.14
Minor Changes
#341
605abe1Thanks @fforootd! - Scaffold editable schema and flow config from shared local defaults, add project default seeding control, and seed sync state so plan is idempotent immediately after setup.#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
#469
f55a293Thanks @fforootd! - Route published CLI telemetry to the production Mixpanel project during npm publish.#436
13ef6b6Thanks @fforootd! - Map CLI telemetry events to Mixpanel's event country property so country appears correctly in analytics.#474
ec0a33cThanks @fforootd! - Verify public npm provenance after repository publication.Updated dependencies [
eedc8fe,ddc0c13,54dcc87,605abe1]:@zitadel/server@0.1.0-alpha.14
Minor Changes
605abe1Thanks @fforootd! - Scaffold editable schema and flow config from shared local defaults, add project default seeding control, and seed sync state so plan is idempotent immediately after setup.Patch Changes
#456
eedc8feThanks @wim07101993! - Add schema correlation viaobjectType: schemas now persist this field, andGET /schemascan filter byobjectType.#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/api@0.1.0-alpha.14
Minor Changes
605abe1Thanks @fforootd! - Scaffold editable schema and flow config from shared local defaults, add project default seeding control, and seed sync state so plan is idempotent immediately after setup.@zitadel/components@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/config@0.1.0-alpha.14
Minor Changes
605abe1Thanks @fforootd! - Scaffold editable schema and flow config from shared local defaults, add project default seeding control, and seed sync state so plan is idempotent immediately after setup.Patch Changes
605abe1]:@zitadel/sdk-angular@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-core@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
605abe1]:@zitadel/sdk-next@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-qwik@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-react@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-solid@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-svelte@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/sdk-vue@0.1.0-alpha.14
Minor Changes
#443
ea193dcThanks @bastionstack! - Add a post-sign-in<zitadel-session>"signed in as" card: a dedicated element exposed through every SPA SDK and re-exported from sdk-next. CLI scaffolds now render it as the post-sign-in/profilepage (with a Logout action) across all frameworks. Identity is read fromGET /sessions/me, preferringnamethenemailthenuser_id.<zitadel-logout>now sources its identity from the samegetMySessionoperation instead of the__nextgen_displaycookie, so both signed-in surfaces work against the real backend. Both components route theirgetMySession/revokeMySessioncalls through the sharedapi-clientwrappers that enforcecredentials: "include".Patch Changes
54dcc87,605abe1,ea193dc]:@zitadel/server-darwin-arm64@0.1.0-alpha.14
Patch Changes
#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/server-darwin-x64@0.1.0-alpha.14
Patch Changes
#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/server-linux-arm64@0.1.0-alpha.14
Patch Changes
#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/server-linux-x64@0.1.0-alpha.14
Patch Changes
#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/server-win32-x64@0.1.0-alpha.14
Patch Changes
#434
ddc0c13Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation throughUserService.#453
54dcc87Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects abackaction on rendered step responses when there's a step to return to, and clears the back stack past irreversible mutations (user creation, passkey registration) and at flow termination.@zitadel/sdk-nuxt@0.1.0-alpha.14
Patch Changes
54dcc87,605abe1,ea193dc]: