Skip to content

chore: version packages (alpha) - #256

Merged
fforootd merged 1 commit into
mainfrom
changeset-release/main
Jun 12, 2026
Merged

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

Conversation

@zitadel-nextgen-release

@zitadel-nextgen-release zitadel-nextgen-release 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 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/components@0.1.0-alpha.2

Minor Changes

  • #266 01aed1e Thanks @mridang! - Allow configuring <zitadel-login> and <zitadel-logout> declaratively from HTML via project-id, proxy-path, and url attributes, so the components work on a plain page without JS or configureZitadel(). Configuration resolves in this order, highest first: the project property, then the configureZitadel() global, then the HTML attributes. The existing JS paths still win — the attributes are the no-JS fallback.

    Also fix the standalone bundle so it loads in a browser: it was built for Node and emitted an import "node:module" that browsers cannot resolve. It is now built for the browser, so dist/standalone.mjs is genuinely self-contained.

  • #261 09aa2b1 Thanks @mridang! - Add a standalone browser bundle (dist/standalone.mjs) so the components work on a plain HTML page via <script type="module"> with no import map or bundler. Exposed via the ./standalone export and unpkg/jsdelivr.

Patch Changes

  • #231 ce89c59 Thanks @bastionstack! - Tidy the web components package: align README/AGENTS docs with the real SDK-config API, adopt idiomatic Lit patterns (classMap, live(), ifDefined, @query, a shared emit() helper), make post-step focus deterministic via updateComplete instead of requestAnimationFrame, centralise SDK/API resolution in a resolveApi() helper, correct the manifest registry (e.g. zl-passkey method attribute), and expand unit/browser test coverage.

  • #253 c097a5f Thanks @vitorbari! - Add English labels for the givenName, familyName, and dateOfBirth
    fields the default register step now collects.

@zitadel/cli@0.1.0-alpha.2

Patch Changes

  • #265 ceb74d5 Thanks @fforootd! - Derive alpha local runtime images from the installed CLI version, pin generated SDK dependencies to the same alpha train, and emit exact-version follow-up commands for reproducible tester reports.

  • #255 ca53f61 Thanks @fforootd! - Make doctor local-runtime checks advisory for cloud setup, harden fresh Next.js scaffolding, auto-install setup dependencies, normalize public follow-up commands, and avoid assuming Next.js in local-runtime setup guidance.

  • Updated dependencies [b0094f4]:

    • @zitadel/api@0.1.0-alpha.2

@zitadel/api@0.1.0-alpha.2

Patch Changes

  • #268 b0094f4 Thanks @mridang! - Fix configureZitadel() so its state survives when more than one copy of @zitadel/api/config ends up loaded — the standalone components bundle inlines its own copy, and dual-package hazards / duplicate node_modules trees in a monorepo can load a second copy alongside the app's. Previously each module instance held its own let currentProject, so a configureZitadel() call in one was invisible to getZitadelConfig() in another and the components silently saw no config. The slot now lives on globalThis under a Symbol.for(...) key, which the global symbol registry resolves to the same symbol identity in every copy of the module evaluated in the same JS realm — separate realms (iframes, Node vm contexts, worker threads) still have their own registries.

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

Patch Changes

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

Patch Changes

@zitadel/sdk-nuxt@0.1.0-alpha.2

Patch Changes

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

Patch Changes

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

Patch Changes

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

@vercel

vercel Bot commented Jun 11, 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 Jun 12, 2026 4:10pm

Request Review

@fforootd
fforootd merged commit 17edaf8 into main Jun 12, 2026
12 checks passed
@fforootd
fforootd deleted the changeset-release/main branch June 12, 2026 16:17
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.

1 participant