Skip to content

Commit cf5c9e0

Browse files
Release/389.0.0 (#5765)
## Explanation Release candidates that includes new default network via packages - network-controller - controller-utils <!-- 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 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## 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/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 721d964 commit cf5c9e0

File tree

60 files changed

+163
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+163
-112
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "388.0.0",
3+
"version": "389.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/accounts-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@metamask/auto-changelog": "^3.4.4",
6666
"@metamask/keyring-controller": "^21.0.6",
67-
"@metamask/network-controller": "^23.3.0",
67+
"@metamask/network-controller": "^23.4.0",
6868
"@metamask/providers": "^21.0.0",
6969
"@metamask/snaps-controllers": "^11.2.1",
7070
"@types/jest": "^27.4.1",

packages/address-book-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [6.0.3]
1616

packages/address-book-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/utils": "^11.2.0"
5353
},
5454
"devDependencies": {

packages/assets-controllers/CHANGELOG.md

+4
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/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
1014
## [61.0.0]
1115

1216
### Changed

packages/assets-controllers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@metamask/abi-utils": "^2.0.3",
5757
"@metamask/base-controller": "^8.0.1",
5858
"@metamask/contract-metadata": "^2.4.0",
59-
"@metamask/controller-utils": "^11.7.0",
59+
"@metamask/controller-utils": "^11.8.0",
6060
"@metamask/eth-query": "^4.0.0",
6161
"@metamask/keyring-api": "^17.4.0",
6262
"@metamask/metamask-eth-abis": "^3.1.1",
@@ -84,7 +84,7 @@
8484
"@metamask/keyring-controller": "^21.0.6",
8585
"@metamask/keyring-internal-api": "^6.0.1",
8686
"@metamask/keyring-snap-client": "^4.1.0",
87-
"@metamask/network-controller": "^23.3.0",
87+
"@metamask/network-controller": "^23.4.0",
8888
"@metamask/permission-controller": "^11.0.6",
8989
"@metamask/preferences-controller": "^17.0.0",
9090
"@metamask/providers": "^21.0.0",

packages/bridge-controller/CHANGELOG.md

+4
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/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
1014
## [21.0.0]
1115

1216
### Changed

packages/bridge-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ethersproject/contracts": "^5.7.0",
5454
"@ethersproject/providers": "^5.7.0",
5555
"@metamask/base-controller": "^8.0.1",
56-
"@metamask/controller-utils": "^11.7.0",
56+
"@metamask/controller-utils": "^11.8.0",
5757
"@metamask/gas-fee-controller": "^23.0.0",
5858
"@metamask/keyring-api": "^17.4.0",
5959
"@metamask/metamask-eth-abis": "^3.1.1",
@@ -68,7 +68,7 @@
6868
"@metamask/assets-controllers": "^61.0.0",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@metamask/eth-json-rpc-provider": "^4.1.8",
71-
"@metamask/network-controller": "^23.3.0",
71+
"@metamask/network-controller": "^23.4.0",
7272
"@metamask/remote-feature-flag-controller": "^1.6.0",
7373
"@metamask/snaps-controllers": "^11.2.1",
7474
"@metamask/superstruct": "^3.1.0",

packages/bridge-status-controller/CHANGELOG.md

+4
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/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
1014
## [18.0.0]
1115

1216
### Changed

packages/bridge-status-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/keyring-api": "^17.4.0",
5353
"@metamask/polling-controller": "^13.0.0",
5454
"@metamask/superstruct": "^3.1.0",
@@ -62,7 +62,7 @@
6262
"@metamask/auto-changelog": "^3.4.4",
6363
"@metamask/bridge-controller": "^21.0.0",
6464
"@metamask/gas-fee-controller": "^23.0.0",
65-
"@metamask/network-controller": "^23.3.0",
65+
"@metamask/network-controller": "^23.4.0",
6666
"@metamask/snaps-controllers": "^11.2.1",
6767
"@metamask/transaction-controller": "^55.0.0",
6868
"@types/jest": "^27.4.1",

packages/chain-agnostic-permission/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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-controller` to `^23.4.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
14+
1015
## [0.6.0]
1116

1217
### Changed

packages/chain-agnostic-permission/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {
5050
"@metamask/api-specs": "^0.10.12",
51-
"@metamask/controller-utils": "^11.7.0",
52-
"@metamask/network-controller": "^23.3.0",
51+
"@metamask/controller-utils": "^11.8.0",
52+
"@metamask/network-controller": "^23.4.0",
5353
"@metamask/permission-controller": "^11.0.6",
5454
"@metamask/rpc-errors": "^7.0.2",
5555
"@metamask/utils": "^11.2.0",

packages/controller-utils/CHANGELOG.md

+4-1
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+
## [11.8.0]
11+
1012
### Added
1113

1214
- Add Monad Testnet to various constants, enums, and types ([#5724](https://github.com/MetaMask/core/pull/5724))
@@ -501,7 +503,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
501503

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

504-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
506+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
507+
[11.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
505508
[11.7.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
506509
[11.6.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
507510
[11.5.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/controller-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/controller-utils",
3-
"version": "11.7.0",
3+
"version": "11.8.0",
44
"description": "Data and convenience functions shared by multiple packages",
55
"keywords": [
66
"MetaMask",

packages/earn-controller/CHANGELOG.md

+4
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/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
1014
## [0.13.0]
1115

1216
### Changed

packages/earn-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"dependencies": {
5050
"@ethersproject/providers": "^5.7.0",
5151
"@metamask/base-controller": "^8.0.1",
52-
"@metamask/controller-utils": "^11.7.0",
52+
"@metamask/controller-utils": "^11.8.0",
5353
"@metamask/stake-sdk": "^1.0.0"
5454
},
5555
"devDependencies": {
5656
"@metamask/accounts-controller": "^28.0.0",
5757
"@metamask/auto-changelog": "^3.4.4",
58-
"@metamask/network-controller": "^23.3.0",
58+
"@metamask/network-controller": "^23.4.0",
5959
"@metamask/transaction-controller": "^55.0.0",
6060
"@types/jest": "^27.4.1",
6161
"deepmerge": "^4.2.2",

packages/eip1193-permission-middleware/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Bump `@metamask/chain-agnostic-permission` to `^0.4.0` ([#5674](https://github.com/MetaMask/core/pull/5674))
1313
- Bump `@metamask/chain-agnostic-permission` to `^0.2.0` ([#5518](https://github.com/MetaMask/core/pull/5518))
14-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
14+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1515

1616
## [0.1.0]
1717

packages/eip1193-permission-middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/chain-agnostic-permission": "^0.6.0",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/json-rpc-engine": "^10.0.3",
5353
"@metamask/permission-controller": "^11.0.6",
5454
"@metamask/utils": "^11.2.0",

packages/ens-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [16.0.0]
1616

packages/ens-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"dependencies": {
5050
"@ethersproject/providers": "^5.7.0",
5151
"@metamask/base-controller": "^8.0.1",
52-
"@metamask/controller-utils": "^11.7.0",
52+
"@metamask/controller-utils": "^11.8.0",
5353
"@metamask/utils": "^11.2.0",
5454
"punycode": "^2.1.1"
5555
},
5656
"devDependencies": {
5757
"@metamask/auto-changelog": "^3.4.4",
58-
"@metamask/network-controller": "^23.3.0",
58+
"@metamask/network-controller": "^23.4.0",
5959
"@types/jest": "^27.4.1",
6060
"deepmerge": "^4.2.2",
6161
"jest": "^27.5.1",

packages/gas-fee-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [23.0.0]
1616

packages/gas-fee-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/eth-query": "^4.0.0",
5353
"@metamask/ethjs-unit": "^0.3.0",
5454
"@metamask/polling-controller": "^13.0.0",
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@babel/runtime": "^7.23.9",
6363
"@metamask/auto-changelog": "^3.4.4",
64-
"@metamask/network-controller": "^23.3.0",
64+
"@metamask/network-controller": "^23.4.0",
6565
"@types/jest": "^27.4.1",
6666
"@types/jest-when": "^2.7.3",
6767
"deepmerge": "^4.2.2",

packages/logging-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [6.0.4]
1616

packages/logging-controller/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"uuid": "^8.3.2"
5353
},
5454
"devDependencies": {

packages/message-manager/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [12.0.1]
1616

packages/message-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/eth-sig-util": "^8.2.0",
5353
"@metamask/utils": "^11.2.0",
5454
"@types/uuid": "^8.3.0",

packages/multichain-api-middleware/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/network-controller` to `^23.3.0` ([#5789](https://github.com/MetaMask/core/pull/5789))
12+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/network-controller` to `^23.4.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
1314

1415
## [0.2.0]
1516

packages/multichain-api-middleware/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"dependencies": {
5050
"@metamask/api-specs": "^0.10.12",
5151
"@metamask/chain-agnostic-permission": "^0.6.0",
52-
"@metamask/controller-utils": "^11.7.0",
52+
"@metamask/controller-utils": "^11.8.0",
5353
"@metamask/json-rpc-engine": "^10.0.3",
54-
"@metamask/network-controller": "^23.3.0",
54+
"@metamask/network-controller": "^23.4.0",
5555
"@metamask/permission-controller": "^11.0.6",
5656
"@metamask/rpc-errors": "^7.0.2",
5757
"@metamask/utils": "^11.2.0",

packages/multichain-network-controller/CHANGELOG.md

+4
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/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765))
13+
1014
## [0.6.0]
1115

1216
### Changed

packages/multichain-network-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/keyring-api": "^17.4.0",
5353
"@metamask/keyring-internal-api": "^6.0.1",
5454
"@metamask/superstruct": "^3.1.0",
@@ -60,7 +60,7 @@
6060
"@metamask/accounts-controller": "^28.0.0",
6161
"@metamask/auto-changelog": "^3.4.4",
6262
"@metamask/keyring-controller": "^21.0.6",
63-
"@metamask/network-controller": "^23.3.0",
63+
"@metamask/network-controller": "^23.4.0",
6464
"@types/jest": "^27.4.1",
6565
"@types/lodash": "^4.14.191",
6666
"@types/uuid": "^8.3.0",

packages/multichain/CHANGELOG.md

+1-1
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/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
12+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1313

1414
## [4.0.0]
1515

packages/multichain/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/api-specs": "^0.10.12",
51-
"@metamask/controller-utils": "^11.7.0",
51+
"@metamask/controller-utils": "^11.8.0",
5252
"@metamask/eth-json-rpc-filters": "^9.0.0",
5353
"@metamask/rpc-errors": "^7.0.2",
5454
"@metamask/safe-event-emitter": "^3.0.0",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@metamask/auto-changelog": "^3.4.4",
6262
"@metamask/json-rpc-engine": "^10.0.3",
63-
"@metamask/network-controller": "^23.3.0",
63+
"@metamask/network-controller": "^23.4.0",
6464
"@metamask/permission-controller": "^11.0.6",
6565
"@open-rpc/meta-schema": "^1.14.6",
6666
"@types/jest": "^27.4.1",

packages/name-controller/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/base-controller` from ^8.0.0 to ^8.0.1 ([#5722](https://github.com/MetaMask/core/pull/5722))
13-
- Bump `@metamask/controller-utils` to `^11.7.0` ([#5583](https://github.com/MetaMask/core/pull/5583))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
1414

1515
## [8.0.3]
1616

0 commit comments

Comments
 (0)