chore: version packages#15
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is a automated version bump PR for the managed-auth-react package, not a change to kernel API endpoints or Temporal workflows. To monitor this PR anyway, reply with |
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.
Releases
@onkernel/managed-auth-react@0.3.0
Minor Changes
fc77370Thanks @masnwilliams! - Auto-resolve SSO provider icons via the Simple Icons CDN.getSSOProviderInfonow slugifies any provider key and renders its brand icon fromhttps://cdn.simpleicons.org/<slug>, with a circular letter-avatar fallback when the icon fails to load. Removes the hardcodedGoogleMark/GitHubMark/GitLabMark/MicrosoftMark/FacebookMark/AppleMarkSVGs in favor of the generic resolver, so new providers render out of the box without library changes. Non-brand keys (passkey,sso,saml) keep their built-in icons.Patch Changes
#10
74f27bcThanks @Tom-Achache! - Guard the bootstrap effect inuseManagedAuthSessionagainst React 18+ Strict Mode's mount → cleanup → mount double-invocation. Without the guard, the second mount re-firesexchangeHandoffCodewith a now-consumed handoff code and the component lands in the error state ("Failed to start session") even when auth would have worked. Tracked per(sessionId, handoffCode)so a genuine prop change still triggers a fresh exchange.#13
fc77370Thanks @masnwilliams! - Wrap button and option text when content overflows..kma-buttonpreviously usedwhite-space: nowrapand a fixedheight, so long MFA / SSO / sign-in option labels clipped past the card on narrower viewports. Switched tomin-heightplusoverflow-wrap: anywhereso labels wrap and the row grows to fit, and addedpadding+min-width: 0on.kma-sso-buttonso its label can shrink.Note
Low Risk
Release-only changes: updates versioning metadata and generated changelog/license, with no runtime code changes in this PR.
Overview
Bumps
@onkernel/managed-auth-reactfrom0.2.0to0.3.0and adds the generatedCHANGELOG.mdentry for the release.Removes the consumed Changesets files under
.changeset/, and adds the packageLICENSEplus minorpackage.jsonformatting/metadata updates.Reviewed by Cursor Bugbot for commit f95fdbd. Bugbot is set up for automated code reviews on this repo. Configure here.