Release 875.0.0#8266
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
amitabh94
approved these changes
Mar 20, 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 PR cuts monorepo release
875.0.0and publishes a new@metamask/ramps-controllerversion so consumers can pick up ramps work that is already onmainbut was not included in the previous npm publish train.Current state
mainincludes ramps updates (notably messenger exposure andgetOrderwallet/query handling), documented under Unreleased inpackages/ramps-controller/CHANGELOG.md.@metamask/ramps-controllerand do not get those fixes/features from the registry.What this change does
875.0.0(release branch convention).@metamask/ramps-controller@12.0.1, with changelog entries moved from Unreleased into[12.0.1]per Keep a Changelog.RampsControllermethods exposed via the messenger (#8221).getOrderwallet handling so requests andorderStatusChangedpayloads stay consistent (#8251).Note for reviewers
References
@metamask/ramps-controllerin MetaMask mobile/extension (and any other consumers) after this version is on npmChecklist
Note
Low Risk
Low risk release-only change: version bumps and changelog/link updates with no functional code modifications.
Overview
Cuts the monorepo release by bumping the root version to
875.0.0.Publishes a patch release of
@metamask/ramps-controller(12.0.1) by bumping its package version and moving the existing Unreleased changelog entries into a new12.0.1section, updating the compare links accordingly.Written by Cursor Bugbot for commit 5b33da9. This will update automatically on new commits. Configure here.