Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3933 +/- ##
=======================================
Coverage 98.56% 98.56%
=======================================
Files 426 426
Lines 12316 12316
Branches 1935 1935
=======================================
Hits 12139 12139
Misses 177 177 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Moving to draft until I get this one merged first #3934 |
Mrtenz
approved these changes
Apr 2, 2026
cryptodev-2s
added a commit
that referenced
this pull request
Apr 2, 2026
This reverts commit e3d7f4b.
cryptodev-2s
added a commit
that referenced
this pull request
Apr 2, 2026
Reverts #3933 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily reverts package version/changelog metadata for a release; no runtime code changes, but incorrect versions could affect publishing/consumers. > > **Overview** > Reverts the prior `149.0.0` release metadata by rolling the root monorepo version back to `148.0.0` and downgrading package versions for `@metamask/snaps-controllers`, `@metamask/snaps-rpc-methods`, `@metamask/snaps-simulation`, and `@metamask/snaps-utils`. > > Updates each package `CHANGELOG.md` to remove the just-added patch release sections and adjust the `[Unreleased]` compare links accordingly (keeping the `@metamask/messenger` bump noted under *Unreleased*). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit cef0f31. 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.
Note
Low Risk
This is a release/versioning update (package version bumps and changelog entries) with no functional code changes; risk is limited to the effects of the bumped dependency versions when consumed downstream.
Overview
Bumps the monorepo version to
149.0.0and publishes patch releases for@metamask/snaps-controllers(19.0.1),@metamask/snaps-rpc-methods(15.0.2),@metamask/snaps-simulation(4.1.3), and@metamask/snaps-utils(12.1.3).Updates each package’s
CHANGELOG.mdto document dependency bumps (notably@metamask/messengerto^1.0.0,@metamask/permission-controllerto^12.3.0, and@metamask/json-rpc-engineto^10.2.4) and adjusts theUnreleasedcomparison links accordingly.Written by Cursor Bugbot for commit 806209c. This will update automatically on new commits. Configure here.