Merged
Conversation
Contributor
Author
|
@metamaskbot update-changelogs |
aganglada
previously approved these changes
Apr 23, 2026
Member
|
@metamaskbot update-changelogs PR title was wrong, so the workflow didn't trigger. |
|
✅ Changelogs updated and pushed. |
Mrtenz
approved these changes
Apr 23, 2026
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Apr 23, 2026
Reverts MetaMask#8569 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk because this PR only reverts package versioning/changelog metadata and downgrades internal dependency ranges; no runtime code changes are included. > > **Overview** > Reverts the `934.0.0` release metadata by rolling back the monorepo and several package versions (`bridge-controller`, `bridge-status-controller`, `perps-controller`, `transaction-pay-controller`). > > Updates changelog compare links/headers accordingly and downgrades `@metamask/bridge-controller` / `@metamask/bridge-status-controller` dependency ranges in downstream packages, with corresponding `yarn.lock` adjustments. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 826c037. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/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
References
Checklist
Note
Low Risk
This is a release bookkeeping PR (version/changelog/dependency bumps) with no functional code changes in the diff; main risk is consumers picking up new major versions of
bridge-*andperps-controller.Overview
Bumps the monorepo version to
934.0.0and publishes new package versions:@metamask/bridge-controllerand@metamask/bridge-status-controllerto71.0.0,@metamask/perps-controllerto4.0.0, and@metamask/transaction-pay-controllerto19.3.0.Updates corresponding changelogs and aligns downstream dependencies/lockfile to consume
@metamask/bridge-controller@^71.0.0and@metamask/bridge-status-controller@^71.0.0(notably inbridge-status-controllerandtransaction-pay-controller).Reviewed by Cursor Bugbot for commit 2533ea8. Bugbot is set up for automated code reviews on this repo. Configure here.