Skip to content

Commit a4d02be

Browse files
Release 1157.0.0 (#9706)
## Explanation This is a release for `network-enablement-controller` and all the dependent packages. ## 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] > **Medium Risk** > No new code in the diff, but shipping network-enablement 6.0.0 and config-registry 1.0.0 propagates documented breaking messenger and state-shape changes to all dependents that adopt this release train. > > **Overview** > Monorepo release **1157.0.0** with no runtime code edits in this PR—only version bumps, changelogs, `package.json` dependency ranges, and `yarn.lock`. > > **`@metamask/network-enablement-controller` 6.0.0** is the anchor release; dependents are republished to pull **`^6.0.0`** and aligned asset packages: **`assets-controller` 11.3.1**, **`assets-controllers` 110.0.2**, **`network-connection-banner-controller` 0.1.1**, plus **`bridge-controller`** and **`transaction-pay-controller`** dependency updates. **`@metamask/config-registry-controller`** is released as **1.0.0** and wired into network-enablement at **`^1.0.0`**. > > Consumers upgrading through this release inherit **breaking changes already documented** in those packages’ changelogs (e.g. network-enablement’s **`ConfigRegistryController:getState`** messenger requirement and config-registry **`networks`** keyed by **`Caip2ChainId`**), not new logic introduced here. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 06b5ed2. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 464b6a9 commit a4d02be

16 files changed

Lines changed: 63 additions & 38 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": "1156.0.0",
3+
"version": "1157.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.3.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/assets-controllers` from `^110.0.1` to `^110.0.2` ([#9706](https://github.com/MetaMask/core/pull/9706))
15+
- Bump `@metamask/network-enablement-controller` from `^5.6.0` to `^6.0.0` ([#9706](https://github.com/MetaMask/core/pull/9706))
16+
1017
## [11.3.0]
1118

1219
### Added
@@ -809,7 +816,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
809816
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
810817
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
811818

812-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.3.0...HEAD
819+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.3.1...HEAD
820+
[11.3.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.3.0...@metamask/assets-controller@11.3.1
813821
[11.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.2.1...@metamask/assets-controller@11.3.0
814822
[11.2.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.2.0...@metamask/assets-controller@11.2.1
815823
[11.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@11.1.1...@metamask/assets-controller@11.2.0

packages/assets-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controller",
3-
"version": "11.3.0",
3+
"version": "11.3.1",
44
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
55
"keywords": [
66
"Ethereum",
@@ -60,7 +60,7 @@
6060
"@ethersproject/providers": "^5.7.0",
6161
"@metamask/account-tree-controller": "^7.5.5",
6262
"@metamask/accounts-controller": "^39.0.5",
63-
"@metamask/assets-controllers": "^110.0.1",
63+
"@metamask/assets-controllers": "^110.0.2",
6464
"@metamask/base-controller": "^9.1.0",
6565
"@metamask/client-controller": "^1.0.1",
6666
"@metamask/controller-utils": "^12.3.0",
@@ -71,7 +71,7 @@
7171
"@metamask/keyring-snap-client": "^9.2.1",
7272
"@metamask/messenger": "^2.0.0",
7373
"@metamask/network-controller": "^34.0.0",
74-
"@metamask/network-enablement-controller": "^5.6.0",
74+
"@metamask/network-enablement-controller": "^6.0.0",
7575
"@metamask/permission-controller": "^13.1.1",
7676
"@metamask/phishing-controller": "^17.3.0",
7777
"@metamask/polling-controller": "^16.0.8",

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [110.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/network-enablement-controller` from `^5.6.0` to `^6.0.0` ([#9706](https://github.com/MetaMask/core/pull/9706))
15+
1016
## [110.0.1]
1117

1218
### Changed
@@ -3347,7 +3353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33473353
33483354
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
33493355
3350-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@110.0.1...HEAD
3356+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@110.0.2...HEAD
3357+
[110.0.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@110.0.1...@metamask/assets-controllers@110.0.2
33513358
[110.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@110.0.0...@metamask/assets-controllers@110.0.1
33523359
[110.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.4.1...@metamask/assets-controllers@110.0.0
33533360
[109.4.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@109.4.0...@metamask/assets-controllers@109.4.1

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "110.0.1",
3+
"version": "110.0.2",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"Ethereum",
@@ -76,7 +76,7 @@
7676
"@metamask/metamask-eth-abis": "^3.1.1",
7777
"@metamask/multichain-account-service": "^13.0.0",
7878
"@metamask/network-controller": "^34.0.0",
79-
"@metamask/network-enablement-controller": "^5.6.0",
79+
"@metamask/network-enablement-controller": "^6.0.0",
8080
"@metamask/permission-controller": "^13.1.1",
8181
"@metamask/phishing-controller": "^17.3.0",
8282
"@metamask/polling-controller": "^16.0.8",

packages/bridge-controller/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/assets-controllers` from `^110.0.0` to `^110.0.1` ([#9693](https://github.com/MetaMask/core/pull/9693))
12+
- Bump `@metamask/assets-controllers` from `^110.0.0` to `^110.0.1` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9706](https://github.com/MetaMask/core/pull/9706))
1313
- Bump `@metamask/transaction-controller` from `^69.2.1` to `^69.3.0` ([#9693](https://github.com/MetaMask/core/pull/9693))
14-
- Bump `@metamask/assets-controller` from `^11.2.1` to `^11.3.0` ([#9693](https://github.com/MetaMask/core/pull/9693))
14+
- Bump `@metamask/assets-controller` from `^11.2.1` to `^11.3.1` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9706](https://github.com/MetaMask/core/pull/9706))
1515

1616
## [78.0.1]
1717

packages/bridge-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@ethersproject/contracts": "^5.7.0",
6161
"@ethersproject/providers": "^5.7.0",
6262
"@metamask/accounts-controller": "^39.0.5",
63-
"@metamask/assets-controller": "^11.3.0",
64-
"@metamask/assets-controllers": "^110.0.1",
63+
"@metamask/assets-controller": "^11.3.1",
64+
"@metamask/assets-controllers": "^110.0.2",
6565
"@metamask/base-controller": "^9.1.0",
6666
"@metamask/controller-utils": "^12.3.0",
6767
"@metamask/gas-fee-controller": "^26.3.0",

packages/config-registry-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+
## [1.0.0]
11+
1012
### Added
1113

1214
- Add `ConfigRegistryControllerStateChangedEvent` (`ConfigRegistryController:stateChanged`) to the controller's events ([#9595](https://github.com/MetaMask/core/pull/9595))
@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101

100102
- Initial release ([#7668](https://github.com/MetaMask/core/pull/7668), [#7809](https://github.com/MetaMask/core/pull/7809))
101103

102-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.4.1...HEAD
104+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@1.0.0...HEAD
105+
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.4.1...@metamask/config-registry-controller@1.0.0
103106
[0.4.1]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.4.0...@metamask/config-registry-controller@0.4.1
104107
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.3.2...@metamask/config-registry-controller@0.4.0
105108
[0.3.2]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@0.3.1...@metamask/config-registry-controller@0.3.2

packages/config-registry-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/config-registry-controller",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "Manages configuration registry for MetaMask",
55
"keywords": [
66
"Ethereum",

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

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

88
## [Unreleased]
99

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

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))
14+
- Bump `@metamask/network-enablement-controller` from `^5.4.1` to `^6.0.0` ([#9470](https://github.com/MetaMask/core/pull/9470), [#9520](https://github.com/MetaMask/core/pull/9520), [#9706](https://github.com/MetaMask/core/pull/9706))
1315

1416
## [0.1.0]
1517

@@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
dismissal, and switching custom RPC endpoints to an available Infura endpoint
2123
([#9041](https://github.com/MetaMask/core/pull/9041))
2224

23-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.1...HEAD
26+
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.0...@metamask/network-connection-banner-controller@0.1.1
2427
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/network-connection-banner-controller@0.1.0

0 commit comments

Comments
 (0)