chore: version packages - #35
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
we were waiting for #36 to finish review and merge so we could bundle both changes into 0.5.4. however, #33 already fixes the login-field loading delay; #36 is a separate, non-blocking reconnect-timing cleanup and does not need to hold up this release. @masnwilliams @akxue can we get this reviewed and merged so we can unblock SDK users? once publication to npm is confirmed, we can advise upgrading to #36 can ship in a subsequent patch if it is not ready in time. |
masnwilliams
left a comment
There was a problem hiding this comment.
release output looks correct and matches the generated Changesets result exactly. validated tests, build, typecheck, formatting, and the publishable package locally.
follow-up after merge: confirm @onkernel/managed-auth-react@0.5.4 publishes to npm, then bump the hosted UI dependency to 0.5.4 and deploy it. customer-managed installations will need to upgrade separately.
ebede7b to
e4f4219
Compare
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.5.4
Patch Changes
#33
c91e582Thanks @aylee855! - Preserve input-ready session state when skipping the prime step and refresh discovery state after 15 seconds without updates. Share snapshot recovery across discovery, reconnects, and stale submissions; reconcile overlapping live updates instead of discarding potentially newer state, and cancel obsolete requests when submitting or leaving a session.#33
c91e582Thanks @aylee855! - Keep an already-ready login form visible when the consent step is dismissed, instead of replacing it with a loading state that no later event will clear.#36
c354962Thanks @aylee855! - Preserve scheduled reconnect delays when a concurrent state refresh finishes, so snapshot recovery cannot reconnect early or restart the retry wait.Note
Low Risk
Version and changelog-only release PR; behavioral changes were shipped in earlier PRs and this merge mainly triggers publish.
Overview
Release
@onkernel/managed-auth-react@0.5.4via Changesets: bumpspackage.jsonfrom0.5.3to0.5.4, records three patch notes inCHANGELOG.md, and removes the consumed changeset files.The published patch bundles session/discovery UX fixes already merged in #33 and #36: keeping input-ready state when the prime step is skipped, refreshing discovery after 15s idle, shared snapshot recovery with reconciled live updates and cancelled stale requests, leaving the login form visible when consent is dismissed, and not resetting reconnect backoff when a concurrent state refresh completes.
No application source changes in this diff—only release metadata for npm publish.
Reviewed by Cursor Bugbot for commit e4f4219. Bugbot is set up for automated code reviews on this repo. Configure here.