Skip to content

Commit 903c1a1

Browse files
Release/610.0.0 (#6809)
## 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? --> Fixes the request made to the hotlist endpoint by including a query param. ## 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 - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 610.0.0; update phishing-controller to 14.1.1 with changelog and dependency references. > > - **Release** > - Bump monorepo version in `package.json` to `610.0.0`. > - **Phishing Controller (`packages/phishing-controller`)** > - Version bump to `14.1.1` in `package.json`. > - Update `CHANGELOG.md`: add `14.1.1` entry and adjust `[Unreleased]`/comparison links. > - **Assets Controllers** > - Update devDependency `@metamask/phishing-controller` to `^14.1.1` in `packages/assets-controllers/package.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 59c2227. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent cc42c42 commit 903c1a1

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "609.0.0",
3+
"version": "610.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@metamask/multichain-account-service": "^1.6.0",
9292
"@metamask/network-controller": "^24.2.1",
9393
"@metamask/permission-controller": "^11.1.0",
94-
"@metamask/phishing-controller": "^14.1.0",
94+
"@metamask/phishing-controller": "^14.1.1",
9595
"@metamask/preferences-controller": "^20.0.1",
9696
"@metamask/providers": "^22.1.0",
9797
"@metamask/snaps-controllers": "^14.0.1",

packages/phishing-controller/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [14.1.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
@@ -439,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439441

440442
All changes listed after this point were applied to this package following the monorepo conversion.
441443

442-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
444+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
445+
[14.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
443446
[14.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
444447
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
445448
[13.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/phishing-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/phishing-controller",
3-
"version": "14.1.0",
3+
"version": "14.1.1",
44
"description": "Maintains a periodically updated list of approved and unapproved website origins",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ __metadata:
26042604
"@metamask/multichain-account-service": "npm:^1.6.0"
26052605
"@metamask/network-controller": "npm:^24.2.1"
26062606
"@metamask/permission-controller": "npm:^11.1.0"
2607-
"@metamask/phishing-controller": "npm:^14.1.0"
2607+
"@metamask/phishing-controller": "npm:^14.1.1"
26082608
"@metamask/polling-controller": "npm:^14.0.1"
26092609
"@metamask/preferences-controller": "npm:^20.0.1"
26102610
"@metamask/providers": "npm:^22.1.0"
@@ -4231,7 +4231,7 @@ __metadata:
42314231
languageName: node
42324232
linkType: hard
42334233

4234-
"@metamask/phishing-controller@npm:^14.1.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
4234+
"@metamask/phishing-controller@npm:^14.1.1, @metamask/phishing-controller@workspace:packages/phishing-controller":
42354235
version: 0.0.0-use.local
42364236
resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller"
42374237
dependencies:

0 commit comments

Comments
 (0)