Skip to content

Commit 2785995

Browse files
Release/689.0.0 (#7211)
## 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? --> Minor release of `@metamask/phishing-controller`. ## 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] > Publishes @metamask/phishing-controller 16.1.0 adding token scan type exports, bumps monorepo to 689.0.0, and updates dependent references. > > - **Packages**: > - `@metamask/[email protected]`: adds exports `TokenScanCacheData` and `TokenScanResultType` (`CHANGELOG.md`). > - **Monorepo**: > - Bump root `version` to `689.0.0` (`package.json`). > - **Dependencies**: > - Update references to `@metamask/phishing-controller` from `^16.0.0` to `^16.1.0` in `packages/assets-controllers/package.json` and `yarn.lock`. > - **Docs**: > - Update changelog links for new version (`packages/phishing-controller/CHANGELOG.md`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a4b1db0. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9d48697 commit 2785995

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": "688.0.0",
3+
"version": "689.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
@@ -94,7 +94,7 @@
9494
"@metamask/multichain-account-service": "^4.0.0",
9595
"@metamask/network-controller": "^26.0.0",
9696
"@metamask/permission-controller": "^12.1.1",
97-
"@metamask/phishing-controller": "^16.0.0",
97+
"@metamask/phishing-controller": "^16.1.0",
9898
"@metamask/preferences-controller": "^22.0.0",
9999
"@metamask/providers": "^22.1.0",
100100
"@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+
## [16.1.0]
11+
1012
### Added
1113

1214
- Export `TokenScanCacheData` and `TokenScanResultType` to allow consumers to have a type to reference if grabbing values directly from the controller's state ([#7208](https://github.com/MetaMask/core/pull/7208))
@@ -491,7 +493,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
491493

492494
All changes listed after this point were applied to this package following the monorepo conversion.
493495

494-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
496+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
497+
[16.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
495498
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
496499
[15.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
497500
[15.0.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": "16.0.0",
3+
"version": "16.1.0",
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
@@ -2663,7 +2663,7 @@ __metadata:
26632663
"@metamask/multichain-account-service": "npm:^4.0.0"
26642664
"@metamask/network-controller": "npm:^26.0.0"
26652665
"@metamask/permission-controller": "npm:^12.1.1"
2666-
"@metamask/phishing-controller": "npm:^16.0.0"
2666+
"@metamask/phishing-controller": "npm:^16.1.0"
26672667
"@metamask/polling-controller": "npm:^16.0.0"
26682668
"@metamask/preferences-controller": "npm:^22.0.0"
26692669
"@metamask/providers": "npm:^22.1.0"
@@ -4475,7 +4475,7 @@ __metadata:
44754475
languageName: node
44764476
linkType: hard
44774477

4478-
"@metamask/phishing-controller@npm:^16.0.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
4478+
"@metamask/phishing-controller@npm:^16.1.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
44794479
version: 0.0.0-use.local
44804480
resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller"
44814481
dependencies:

0 commit comments

Comments
 (0)