Release/1001.0.0#8900
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.
Reviewed by Cursor Bugbot for commit 2ae49f6. Configure here.
abretonc7s
approved these changes
May 27, 2026
pull Bot
pushed a commit
to Reality2byte/core
that referenced
this pull request
May 27, 2026
Reverts MetaMask#8900 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog-only revert with no changes to compliance logic or published artifacts beyond semver metadata. > > **Overview** > Reverts the **`@metamask/compliance-controller`** release metadata from **2.1.1** back to **2.1.0**, as part of undoing **Release/1001.0.0** (revert of [MetaMask#8900](MetaMask#8900)). > > **`package.json`** sets the published version to `2.1.0` again. **`CHANGELOG.md`** renames the unreleased section from `[2.1.1]` to `[2.1.0]`, tweaks the fixed-entry wording for case-insensitive EVM cache lookup, and updates compare links so `[Unreleased]` and `[2.1.0]` point at the correct tags. No runtime or API code changes appear in this diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 2a00ddf. 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
This PR releases
@metamask/compliance-controller2.1.1.2.1.0release metadata was already merged tomain, but that PR did not use the release PR title format, so the publish flow was not triggered and@metamask/compliance-controller@2.1.0was not tagged or published.Because
mainalready contains version2.1.0, this PR intentionally bumps the package to2.1.1so the release tooling can detect a package version change and publish the compliance-controller changes normally.Relative to the last published package version, this release includes:
ComplianceServicewith an explicit Compliance API URL.selectAreAnyWalletsBlockedselector.This PR does not introduce new runtime behavior beyond the compliance-controller changes already merged to
main; it corrects the release metadata so those changes can be published.References
Checklist
Note
Low Risk
Only version and changelog metadata change; compliance runtime behavior is untouched in this diff.
Overview
This PR is a release-only update for
@metamask/compliance-controller: it bumps the published version from 2.1.0 to 2.1.1 inpackage.jsonand alignsCHANGELOG.md(section title, compare links, and the[Unreleased]anchor).The only substantive changelog text change is a wording tweak under Fixed: cached wallet compliance lookups are described as matching valid EVM addresses case-insensitively (previously “EVM addresses” without “valid”). No controller, service, or test code is modified in the diff.
Reviewed by Cursor Bugbot for commit 2ae49f6. Bugbot is set up for automated code reviews on this repo. Configure here.