Release/1104.0.0#9429
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
micaelae
previously approved these changes
Jul 8, 2026
64c2051 to
934af53
Compare
mcmire
approved these changes
Jul 8, 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
Releasing the following:
account-tree-controller
assets-controllers
multichain-account-service
snap-account-service
References
N/A
Checklist
Note
Medium Risk
No new runtime code in this PR, but the published majors/minors carry breaking Snap account and multichain alignment APIs that client apps must adopt when they bump these versions.
Overview
This PR cuts release 1104.0.0 by bumping package versions, finalizing changelogs, and refreshing
yarn.lock—there is no application source change in the diff.It publishes
@metamask/snap-account-service@2.0.0,@metamask/multichain-account-service@12.0.0,@metamask/account-tree-controller@7.5.4, and@metamask/assets-controllers@109.3.1, and threads those versions through dependents (assets-controller,bridge-controller,earn-controller,perps-controller,transaction-pay-controller, etc.).The breaking items called out in the released notes (already merged elsewhere) include capability-based v1/v2 Snap keyring routing, new
SnapAccountServicemessenger actions, removal ofcreateAccounts.batchedconfig, and stricterRestrictedSnapKeyringv1 vs v2 usage—consumers must align messenger permissions and Snap integration when upgrading.Reviewed by Cursor Bugbot for commit 64c2051. Bugbot is set up for automated code reviews on this repo. Configure here.