Skip to content

build: version packages (alpha) - #437

Merged
fforootd merged 1 commit into
mainfrom
changeset-release/main
Jul 8, 2026
Merged

build: version packages (alpha)#437
fforootd merged 1 commit into
mainfrom
changeset-release/main

Conversation

@zitadel-nextgen-release

@zitadel-nextgen-release zitadel-nextgen-release Bot commented Jun 26, 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 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.

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

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

@zitadel/cli@0.1.0-alpha.14

Minor Changes

  • #341 605abe1 Thanks @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 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • #469 f55a293 Thanks @fforootd! - Route published CLI telemetry to the production Mixpanel project during npm publish.

  • #436 13ef6b6 Thanks @fforootd! - Map CLI telemetry events to Mixpanel's event country property so country appears correctly in analytics.

  • #474 ec0a33c Thanks @fforootd! - Verify public npm provenance after repository publication.

  • Updated dependencies [eedc8fe, ddc0c13, 54dcc87, 605abe1]:

    • @zitadel/server@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/config@0.1.0-alpha.14

@zitadel/server@0.1.0-alpha.14

Minor Changes

  • #341 605abe1 Thanks @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 eedc8fe Thanks @wim07101993! - Add schema correlation via objectType: schemas now persist this field, and
    GET /schemas can filter by objectType.

  • #434 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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

  • #341 605abe1 Thanks @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 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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

  • #341 605abe1 Thanks @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

  • Updated dependencies [605abe1]:
    • @zitadel/api@0.1.0-alpha.14

@zitadel/sdk-angular@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-core@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [605abe1]:
    • @zitadel/api@0.1.0-alpha.14

@zitadel/sdk-next@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-qwik@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-react@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-solid@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-svelte@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/sdk-vue@0.1.0-alpha.14

Minor Changes

  • #443 ea193dc Thanks @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 /profile page (with a Logout action) across all frameworks. Identity is read from GET /sessions/me, preferring name then email then user_id.

    <zitadel-logout> now sources its identity from the same getMySession operation instead of the __nextgen_display cookie, so both signed-in surfaces work against the real backend. Both components route their getMySession/revokeMySession calls through the shared api-client wrappers that enforce credentials: "include".

Patch Changes

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@zitadel/server-darwin-arm64@0.1.0-alpha.14

Patch Changes

  • #434 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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 ddc0c13 Thanks @vitorbari! - Fix passkey signup silently dropping every collected user attribute except the identifier. The passkey-register now routes user creation through UserService.

  • #453 54dcc87 Thanks @vitorbari! - Add back navigation to interactive flows. The engine injects a back action 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

  • Updated dependencies [54dcc87, 605abe1, ea193dc]:
    • @zitadel/components@0.1.0-alpha.14
    • @zitadel/api@0.1.0-alpha.14
    • @zitadel/sdk-core@0.1.0-alpha.14

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nextgen Ready Ready Preview, Comment Jul 8, 2026 11:22am
nextgen-docs Ready Ready Preview, Comment Jul 8, 2026 11:22am
nextgen-mock-zitadel Ready Ready Preview, Comment Jul 8, 2026 11:22am

Request Review

@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

⚠️ No Changeset found

Latest commit: b77c86e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from 0adf600 to fe75e65 Compare July 6, 2026 09:22
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from fe75e65 to 4ff55d3 Compare July 6, 2026 09:29
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from 4ff55d3 to fef50e3 Compare July 6, 2026 14:00
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from fef50e3 to 48b2fc9 Compare July 6, 2026 19:06
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from 48b2fc9 to bcd2dd7 Compare July 7, 2026 09:59
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from bcd2dd7 to 7717327 Compare July 7, 2026 12:10
@zitadel-nextgen-release
zitadel-nextgen-release Bot force-pushed the changeset-release/main branch from 7717327 to 7f73d8e Compare July 7, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant