Release 1248.0.0 - #10166
Merged
Merged
Conversation
…ngelog Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This comment has been minimized.
This comment has been minimized.
Dependency bump entries are generated automatically. Co-authored-by: Cursor <cursoragent@cursor.com>
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
@metamaskbot update-changelogs |
This comment has been minimized.
This comment has been minimized.
cryptodev-2s
left a comment
Contributor
There was a problem hiding this comment.
Unfortunately, since you've made a major release, we ask people to also release the dependent packages to help keep the clients' lockfiles a bit lighter. Most of these releases are patches, with only one minor.
Contributor
Author
|
@metamaskbot update-changelogs |
|
✅ Changelogs updated and pushed. |
Contributor
Author
|
@cryptodev-2s Addressed: the 12 requested dependents are now patch releases, and |
They have Unreleased Added telemetry, so 81.1.0 and 76.1.0 match SemVer. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
@cryptodev-2s Done — |
cryptodev-2s
approved these changes
Sep 10, 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
Publishes
@metamask/profile-sync-controller@32.0.0and@metamask/ramps-controller@22.0.0so clients can pick up V2 ramps order syncing via User Storage (#9474).BACKUPANDSYNC_FEATURES.rampsSyncing,isRampsSyncingEnabled, andAuthenticationController.clearState()(feat(profile-sync-controller): addclearStatetoAuthenticationController#10165). BREAKING:UserStorageControllerStaterequiresisRampsSyncingEnabled.RampsController:syncOrdersWithUserStorage). BREAKING: messenger must delegate User Storage actions andAuthenticationController:isSignedIn.Also publishes dependent packages so clients can adopt the new majors without retaining duplicate dependency versions:
@metamask/profile-metrics-controller@5.1.0,@metamask/bridge-controller@81.1.0,@metamask/bridge-status-controller@76.1.0@metamask/account-tree-controller@10.0.1,@metamask/assets-controllers@112.0.1,@metamask/claims-controller@1.0.1,@metamask/core-backend@10.0.1,@metamask/notification-services-controller@28.0.1,@metamask/shield-controller@7.0.1,@metamask/smart-transactions-controller@27.0.1,@metamask/social-controllers@3.0.1,@metamask/subscription-controller@9.0.1, and@metamask/transaction-pay-controller@28.0.1.References
Checklist
Note
Medium Risk
No new runtime code in this diff, but it publishes major/breaking controller releases and wide dependency realignment—client integrators must adopt new state shapes and messenger wiring when bumping.
Overview
Monorepo release 1248.0.0 — bumps the root version and cuts new package versions with updated
CHANGELOG.mdentries,package.jsondependency ranges, andyarn.lock.The release ships
@metamask/profile-sync-controller@32.0.0and@metamask/ramps-controller@22.0.0(features already landed in prior PRs; this PR only publishes them). Dependent packages are republished mostly as patch bumps that raise@metamask/profile-sync-controllerto^32.0.0(and related bumps such as@metamask/account-tree-controller@10.0.1,@metamask/assets-controllers@112.0.1,@metamask/core-backend@10.0.1).@metamask/profile-metrics-controller@5.1.0,@metamask/bridge-controller@81.1.0, and@metamask/bridge-status-controller@76.1.0are included as minor releases in the same train.@metamask/transaction-pay-controller@28.0.1also picks up@metamask/ramps-controller@^22.0.0.Consumers upgrading to this release inherit the documented breaking changes from profile-sync 32 (
UserStorageControllerState.isRampsSyncingEnabled) and ramps 22 (extra messenger delegations for User Storage sync), plus wallet-reset support viaAuthenticationController.clearState()in the published profile-sync version.Reviewed by Cursor Bugbot for commit 2ff3eb7. Bugbot is set up for automated code reviews on this repo. Configure here.