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 numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "1166.0.0",
"version": "1167.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/assets-controller/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/phishing-controller` from `^17.3.0` to `^17.3.1` ([#9746](https://github.com/MetaMask/core/pull/9746))

## [13.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -74,7 +74,7 @@
"@metamask/network-controller": "^35.0.0",
"@metamask/network-enablement-controller": "^6.0.2",
"@metamask/permission-controller": "^13.1.1",
"@metamask/phishing-controller": "^17.3.0",
"@metamask/phishing-controller": "^17.3.1",
"@metamask/polling-controller": "^16.0.9",
"@metamask/preferences-controller": "^23.1.0",
"@metamask/remote-feature-flag-controller": "^5.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/phishing-controller` from `^17.3.0` to `^17.3.1` ([#9746](https://github.com/MetaMask/core/pull/9746))

## [110.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -78,7 +78,7 @@
"@metamask/network-controller": "^35.0.0",
"@metamask/network-enablement-controller": "^6.0.2",
"@metamask/permission-controller": "^13.1.1",
"@metamask/phishing-controller": "^17.3.0",
"@metamask/phishing-controller": "^17.3.1",
"@metamask/polling-controller": "^16.0.9",
"@metamask/preferences-controller": "^23.1.0",
"@metamask/profile-sync-controller": "^28.3.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/phishing-controller/CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.3.1]

### Changed

- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.4.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
Expand DownExpand Up@@ -630,7 +632,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@17.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.1...HEAD
[17.3.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.0...@metamask/phishing-controller@17.3.1
[17.3.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.1...@metamask/phishing-controller@17.3.0
[17.2.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.0...@metamask/phishing-controller@17.2.1
[17.2.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.2...@metamask/phishing-controller@17.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing-controller/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/phishing-controller",
"version": "17.3.0",
"version": "17.3.1",
"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 numberDiff line numberDiff line change
Expand Up@@ -6002,7 +6002,7 @@ __metadata:
"@metamask/network-controller": "npm:^35.0.0"
"@metamask/network-enablement-controller": "npm:^6.0.2"
"@metamask/permission-controller": "npm:^13.1.1"
"@metamask/phishing-controller": "npm:^17.3.0"
"@metamask/phishing-controller": "npm:^17.3.1"
"@metamask/polling-controller": "npm:^16.0.9"
"@metamask/preferences-controller": "npm:^23.1.0"
"@metamask/remote-feature-flag-controller": "npm:^5.0.0"
Expand DownExpand Up@@ -6060,7 +6060,7 @@ __metadata:
"@metamask/network-controller": "npm:^35.0.0"
"@metamask/network-enablement-controller": "npm:^6.0.2"
"@metamask/permission-controller": "npm:^13.1.1"
"@metamask/phishing-controller": "npm:^17.3.0"
"@metamask/phishing-controller": "npm:^17.3.1"
"@metamask/polling-controller": "npm:^16.0.9"
"@metamask/preferences-controller": "npm:^23.1.0"
"@metamask/profile-sync-controller": "npm:^28.3.0"
Expand DownExpand Up@@ -8430,7 +8430,7 @@ __metadata:
languageName: unknown
linkType: soft

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