chore: version packages (alpha) - #256
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 11, 2026 07:25
5ebf8c4 to
e05f8ee
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 11, 2026 08:23
e05f8ee to
8d31620
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 11, 2026 12:52
8d31620 to
1c1689d
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 02:20
1c1689d to
7a1a08c
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 07:24
7a1a08c to
fe997b1
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 09:01
fe997b1 to
2600cea
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 10:01
2600cea to
0cd31b4
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 13:27
0cd31b4 to
43662fe
Compare
zitadel-nextgen-release
Bot
force-pushed
the
changeset-release/main
branch
from
June 12, 2026 16:09
43662fe to
289da48
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
@zitadel/components@0.1.0-alpha.2
Minor Changes
#266
01aed1eThanks @mridang! - Allow configuring<zitadel-login>and<zitadel-logout>declaratively from HTML viaproject-id,proxy-path, andurlattributes, so the components work on a plain page without JS orconfigureZitadel(). Configuration resolves in this order, highest first: theprojectproperty, then theconfigureZitadel()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, sodist/standalone.mjsis genuinely self-contained.#261
09aa2b1Thanks @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./standaloneexport andunpkg/jsdelivr.Patch Changes
#231
ce89c59Thanks @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 sharedemit()helper), make post-step focus deterministic viaupdateCompleteinstead ofrequestAnimationFrame, centralise SDK/API resolution in aresolveApi()helper, correct the manifest registry (e.g.zl-passkeymethodattribute), and expand unit/browser test coverage.#253
c097a5fThanks @vitorbari! - Add English labels for thegivenName,familyName, anddateOfBirthfields the default register step now collects.
@zitadel/cli@0.1.0-alpha.2
Patch Changes
#265
ceb74d5Thanks @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
ca53f61Thanks @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
Patch Changes
b0094f4Thanks @mridang! - FixconfigureZitadel()so its state survives when more than one copy of@zitadel/api/configends up loaded — the standalone components bundle inlines its own copy, and dual-package hazards / duplicatenode_modulestrees in a monorepo can load a second copy alongside the app's. Previously each module instance held its ownlet currentProject, so aconfigureZitadel()call in one was invisible togetZitadelConfig()in another and the components silently saw no config. The slot now lives onglobalThisunder aSymbol.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, Nodevmcontexts, worker threads) still have their own registries.@zitadel/sdk-angular@0.1.0-alpha.2
Patch Changes
b0094f4,ce89c59,01aed1e,09aa2b1,c097a5f]:@zitadel/sdk-next@0.1.0-alpha.2
Patch Changes
b0094f4,ce89c59,01aed1e,09aa2b1,c097a5f]:@zitadel/sdk-nuxt@0.1.0-alpha.2
Patch Changes
b0094f4,ce89c59,01aed1e,09aa2b1,c097a5f]:@zitadel/sdk-react@0.1.0-alpha.2
Patch Changes
b0094f4,ce89c59,01aed1e,09aa2b1,c097a5f]:@zitadel/sdk-vue@0.1.0-alpha.2
Patch Changes
b0094f4,ce89c59,01aed1e,09aa2b1,c097a5f]:@zitadel/sdk-core@0.1.0-alpha.2