Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "1254.0.0",
"version": "1255.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `AccountsApiDataSource` now treats Accounts API `/v2/supportedNetworks` `partialSupport` as active chains in addition to `fullSupport`, still gated by the Snaps assets migration feature flags ([#10144](https://github.com/MetaMask/core/pull/10144))
- `AccountsApiDataSource` now reads Accounts API `/v2/supportedNetworks` as CAIP-2 `fullSupport` and `partialSupport` string arrays, matching the current API payload
- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
- Bump `@metamask/phishing-controller` from `^18.0.0` to `^18.1.0` ([#10234](https://github.com/MetaMask/core/pull/10234))

@cryptodev-2s cryptodev-2s Sep 14, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wzrdk3lly these are added automatically by ci on release PR open or triggered manually be commenting @metamaskbot update-changelogs

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh nice thank you!


## [16.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@metamask/network-controller": "^37.0.0",
"@metamask/network-enablement-controller": "^7.0.0",
"@metamask/permission-controller": "^14.0.0",
"@metamask/phishing-controller": "^18.0.0",
"@metamask/phishing-controller": "^18.1.0",
"@metamask/polling-controller": "^17.0.0",
"@metamask/preferences-controller": "^24.0.0",
"@metamask/remote-feature-flag-controller": "^7.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `@metamask/profile-sync-controller` from `^32.0.0` to `^32.1.1` ([#10184](https://github.com/MetaMask/core/pull/10184), [#10220](https://github.com/MetaMask/core/pull/10220))
- Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
- Bump `@metamask/phishing-controller` from `^18.0.0` to `^18.1.0` ([#10234](https://github.com/MetaMask/core/pull/10234))

## [112.0.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@metamask/network-controller": "^37.0.0",
"@metamask/network-enablement-controller": "^7.0.0",
"@metamask/permission-controller": "^14.0.0",
"@metamask/phishing-controller": "^18.0.0",
"@metamask/phishing-controller": "^18.1.0",
"@metamask/polling-controller": "^17.0.0",
"@metamask/preferences-controller": "^24.0.0",
"@metamask/profile-sync-controller": "^32.1.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/phishing-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.1.0]

### Added

- Add `extractSignatureAddresses` utility, plus `ExtractedSignatureAddresses` and `ExtractSignatureAddressesOptions` types, to collect the `address`-typed values from an EIP-712 typed-data message for real-time address scanning ([#10170](https://github.com/MetaMask/core/pull/10170))
Expand Down Expand Up @@ -677,7 +679,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@18.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@18.1.0...HEAD
[18.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@18.0.0...@metamask/phishing-controller@18.1.0
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.1...@metamask/phishing-controller@18.0.0
[17.4.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.0...@metamask/phishing-controller@17.4.1
[17.4.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.1...@metamask/phishing-controller@17.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/phishing-controller",
"version": "18.0.0",
"version": "18.1.0",
"description": "Maintains a periodically updated list of approved and unapproved website origins",
"keywords": [
"Ethereum",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5860,7 +5860,7 @@ __metadata:
"@metamask/network-controller": "npm:^37.0.0"
"@metamask/network-enablement-controller": "npm:^7.0.0"
"@metamask/permission-controller": "npm:^14.0.0"
"@metamask/phishing-controller": "npm:^18.0.0"
"@metamask/phishing-controller": "npm:^18.1.0"
"@metamask/polling-controller": "npm:^17.0.0"
"@metamask/preferences-controller": "npm:^24.0.0"
"@metamask/remote-feature-flag-controller": "npm:^7.0.0"
Expand Down Expand Up @@ -5922,7 +5922,7 @@ __metadata:
"@metamask/network-controller": "npm:^37.0.0"
"@metamask/network-enablement-controller": "npm:^7.0.0"
"@metamask/permission-controller": "npm:^14.0.0"
"@metamask/phishing-controller": "npm:^18.0.0"
"@metamask/phishing-controller": "npm:^18.1.0"
"@metamask/polling-controller": "npm:^17.0.0"
"@metamask/preferences-controller": "npm:^24.0.0"
"@metamask/profile-sync-controller": "npm:^32.1.1"
Expand Down Expand Up @@ -8490,7 +8490,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/phishing-controller@npm:^18.0.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
"@metamask/phishing-controller@npm:^18.1.0, @metamask/phishing-controller@workspace:packages/phishing-controller":
version: 0.0.0-use.local
resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller"
dependencies:
Expand Down