Release/956.0.0#8679
Merged
tanguyenvn merged 2 commits intomainfrom May 4, 2026
Merged
Conversation
lwin-kyaw
approved these changes
May 4, 2026
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.
Explanation
This pull request publishes monorepo release
956.0.0from branchrelease/956.0.0.Current state
mainalready containedRelease/955.0.0and the feature work for passkey post-registration verification (#8663).What this PR delivers
package.jsonversion to956.0.0.@metamask/passkey-controller@2.0.0, which adds post-registration authentication (generatePostRegistrationAuthenticationOptions) and tightens enrollment so the vault wrapping key is derived from that assertion. Enrollment is now a four-step WebAuthn path (create → post-registrationget()options →get()→protectVaultKeyWithPasskeywith requiredauthenticationResponse), replacing the previous flow whereprotectVaultKeyWithPasskeycould complete enrollment without that step.rpID→expectedRPID/expectedRPIDs, verification helpers updated forexpectedRPIDs: string[], andalready_enrolledwhen enrolling while a passkey is already enrolled. Full detail is inpackages/passkey-controller/CHANGELOG.mdunder[2.0.0].Note for reviewers
CHANGELOG.mdfiles are touched by Update Release for workspace-wide changelog housekeeping; the onlypackage.jsonversion bump besides the root ispackages/passkey-controller(to2.0.0).References
main:Release/955.0.0(#8671)Checklist
Note
Medium Risk
Mostly release metadata, but it publishes
@metamask/passkey-controller@2.0.0with documented breaking API/enrollment-flow changes that will impact downstream consumers if adopted without updates.Overview
Bumps the root workspace version to
956.0.0.Publishes
@metamask/passkey-controller@2.0.0by updating its package version and changelog, including breaking documented changes to passkey enrollment/verification APIs (e.g., post-registration authentication step,rpID→expectedRPIDs, and newalready_enrollederror code).Reviewed by Cursor Bugbot for commit ad0f2ae. Bugbot is set up for automated code reviews on this repo. Configure here.