Commit 79379da
authored
Release/1001.0.0 (#8900)
## Explanation
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain?
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so?
* If you had to upgrade a dependency, why did you do so?
-->
This PR releases `@metamask/compliance-controller` `2.1.1`.
`2.1.0` release metadata was already merged to `main`, but that PR did
not use the release PR title format, so the publish flow was not
triggered and `@metamask/compliance-controller@2.1.0` was not tagged or
published.
Because `main` already contains version `2.1.0`, this PR intentionally
bumps the package to `2.1.1` so 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:
- Support for configuring `ComplianceService` with an explicit
Compliance API URL.
- A new `selectAreAnyWalletsBlocked` selector.
- Case-insensitive cached compliance lookups for valid EVM addresses.
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
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## 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**
> 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** in `package.json` and aligns `CHANGELOG.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.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
2ae49f6. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 2face14 commit 79379da
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments