Skip to content

Commit 3b3cdfa

Browse files
authored
Release/1124.0.0 (#9520)
## 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? --> ## 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** > Diff is version, changelog, and lockfile updates only—no application logic changes in this PR. > > **Overview** > **Release `1124.0.0`** bumps the core monorepo from `1123.0.0` and publishes **`@metamask/network-enablement-controller` `5.6.0`** (from `5.5.0`). > > Downstream packages **`assets-controller`**, **`assets-controllers`**, and **`network-connection-banner-controller`** update their dependency on `@metamask/network-enablement-controller` to **`^5.6.0`**, with matching **Unreleased** changelog entries (and an updated bump note on network-connection-banner). **`yarn.lock`** is refreshed for the new resolution. > > The **`5.6.0`** changelog documents **`restoreEnabledNetworkMap`** on `NetworkEnablementController` for restoring a snapshotted `enabledNetworkMap` when adding a network without switching the active filter (not exposed via messenger). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 2f35fdf. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a82831b commit 3b3cdfa

10 files changed

Lines changed: 22 additions & 11 deletions

File tree

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": "1123.0.0",
3+
"version": "1124.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/network-enablement-controller` from `^5.5.0` to `^5.6.0` ([#9520](https://github.com/MetaMask/core/pull/9520))
13+
1014
## [11.0.0]
1115

1216
### Fixed

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@metamask/keyring-snap-client": "^9.2.0",
7070
"@metamask/messenger": "^2.0.0",
7171
"@metamask/network-controller": "^34.0.0",
72-
"@metamask/network-enablement-controller": "^5.5.0",
72+
"@metamask/network-enablement-controller": "^5.6.0",
7373
"@metamask/permission-controller": "^13.1.1",
7474
"@metamask/phishing-controller": "^17.2.1",
7575
"@metamask/polling-controller": "^16.0.8",

packages/assets-controllers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Add `Robinhood` in `SupportedTokenDetectionNetworks`
1414
- Add Robinhood BalanceFetcher address in `SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID`
1515

16+
### Changed
17+
18+
- Bump `@metamask/network-enablement-controller` from `^5.5.0` to `^5.6.0` ([#9520](https://github.com/MetaMask/core/pull/9520))
19+
1620
### Removed
1721

1822
- **BREAKING:** Revert Snap account-asset enrichment added in 109.3.0 ([#9454](https://github.com/MetaMask/core/pull/9454))

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@metamask/metamask-eth-abis": "^3.1.1",
7575
"@metamask/multichain-account-service": "^13.0.0",
7676
"@metamask/network-controller": "^34.0.0",
77-
"@metamask/network-enablement-controller": "^5.5.0",
77+
"@metamask/network-enablement-controller": "^5.6.0",
7878
"@metamask/permission-controller": "^13.1.1",
7979
"@metamask/phishing-controller": "^17.2.1",
8080
"@metamask/polling-controller": "^16.0.8",

packages/network-connection-banner-controller/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/network-enablement-controller` from `^5.4.1` to `^5.5.0` ([#9470](https://github.com/MetaMask/core/pull/9470))
12+
- Bump `@metamask/network-enablement-controller` from `^5.4.1` to `^5.6.0` ([#9470](https://github.com/MetaMask/core/pull/9470), [#9520](https://github.com/MetaMask/core/pull/9520))
1313

1414
## [0.1.0]
1515

packages/network-connection-banner-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@metamask/keyring-controller": "^27.1.0",
6060
"@metamask/messenger": "^2.0.0",
6161
"@metamask/network-controller": "^34.0.0",
62-
"@metamask/network-enablement-controller": "^5.5.0",
62+
"@metamask/network-enablement-controller": "^5.6.0",
6363
"@metamask/utils": "^11.11.0",
6464
"reselect": "^5.1.1"
6565
},

packages/network-enablement-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+
## [5.6.0]
11+
1012
### Added
1113

1214
- Add `restoreEnabledNetworkMap` on `NetworkEnablementController` to restore a previously snapshotted `enabledNetworkMap` when adding a network without switching the active network filter. Not exposed as a messenger action ([#9480](https://github.com/MetaMask/core/pull/9480))
@@ -352,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
352354

353355
- Initial release ([#6028](https://github.com/MetaMask/core/pull/6028))
354356

355-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.5.0...HEAD
357+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.6.0...HEAD
358+
[5.6.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.5.0...@metamask/network-enablement-controller@5.6.0
356359
[5.5.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.1...@metamask/network-enablement-controller@5.5.0
357360
[5.4.1]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.0...@metamask/network-enablement-controller@5.4.1
358361
[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.3.0...@metamask/network-enablement-controller@5.4.0

packages/network-enablement-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/network-enablement-controller",
3-
"version": "5.5.0",
3+
"version": "5.6.0",
44
"description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
55
"keywords": [
66
"Ethereum",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5681,7 +5681,7 @@ __metadata:
56815681
"@metamask/keyring-snap-client": "npm:^9.2.0"
56825682
"@metamask/messenger": "npm:^2.0.0"
56835683
"@metamask/network-controller": "npm:^34.0.0"
5684-
"@metamask/network-enablement-controller": "npm:^5.5.0"
5684+
"@metamask/network-enablement-controller": "npm:^5.6.0"
56855685
"@metamask/permission-controller": "npm:^13.1.1"
56865686
"@metamask/phishing-controller": "npm:^17.2.1"
56875687
"@metamask/polling-controller": "npm:^16.0.8"
@@ -5738,7 +5738,7 @@ __metadata:
57385738
"@metamask/metamask-eth-abis": "npm:^3.1.1"
57395739
"@metamask/multichain-account-service": "npm:^13.0.0"
57405740
"@metamask/network-controller": "npm:^34.0.0"
5741-
"@metamask/network-enablement-controller": "npm:^5.5.0"
5741+
"@metamask/network-enablement-controller": "npm:^5.6.0"
57425742
"@metamask/permission-controller": "npm:^13.1.1"
57435743
"@metamask/phishing-controller": "npm:^17.2.1"
57445744
"@metamask/polling-controller": "npm:^16.0.8"
@@ -7742,7 +7742,7 @@ __metadata:
77427742
"@metamask/keyring-controller": "npm:^27.1.0"
77437743
"@metamask/messenger": "npm:^2.0.0"
77447744
"@metamask/network-controller": "npm:^34.0.0"
7745-
"@metamask/network-enablement-controller": "npm:^5.5.0"
7745+
"@metamask/network-enablement-controller": "npm:^5.6.0"
77467746
"@metamask/utils": "npm:^11.11.0"
77477747
"@ts-bridge/cli": "npm:^0.6.4"
77487748
"@types/jest": "npm:^29.5.14"
@@ -7806,7 +7806,7 @@ __metadata:
78067806
languageName: unknown
78077807
linkType: soft
78087808

7809-
"@metamask/network-enablement-controller@npm:^5.5.0, @metamask/network-enablement-controller@workspace:packages/network-enablement-controller":
7809+
"@metamask/network-enablement-controller@npm:^5.6.0, @metamask/network-enablement-controller@workspace:packages/network-enablement-controller":
78107810
version: 0.0.0-use.local
78117811
resolution: "@metamask/network-enablement-controller@workspace:packages/network-enablement-controller"
78127812
dependencies:

0 commit comments

Comments
 (0)