Merged
Conversation
micaelae
pushed a commit
that referenced
this pull request
Apr 7, 2026
## Explanation Minor release for the `keyring-controller` and `accounts-controller` in preparation of the new `money-account-controller` (not yet ready). ## References N/A ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this PR is primarily a version/dependency bump across packages, with no functional source changes in this diff; risk is limited to downstream behavior changes from updated `@metamask/accounts-controller`/`@metamask/keyring-controller` versions. > > **Overview** > Updates the monorepo version to `896.0.0` and cuts new releases for `@metamask/accounts-controller` (`37.2.0`) and `@metamask/keyring-controller` (`25.2.0`). > > Propagates these dependency bumps throughout the workspace (multiple controllers/services), updates package changelogs accordingly, and refreshes `yarn.lock` to align with the new versions. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f6caa52. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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
Minor release for the
keyring-controllerandaccounts-controllerin preparation of the newmoney-account-controller(not yet ready).References
N/A
Checklist
Note
Low Risk
Low risk: this PR is primarily a version/dependency bump across packages, with no functional source changes in this diff; risk is limited to downstream behavior changes from updated
@metamask/accounts-controller/@metamask/keyring-controllerversions.Overview
Updates the monorepo version to
896.0.0and cuts new releases for@metamask/accounts-controller(37.2.0) and@metamask/keyring-controller(25.2.0).Propagates these dependency bumps throughout the workspace (multiple controllers/services), updates package changelogs accordingly, and refreshes
yarn.lockto align with the new versions.Written by Cursor Bugbot for commit f6caa52. This will update automatically on new commits. Configure here.