Skip to content

Commit 855db28

Browse files
Release 399.0.0 (#5812)
## Explanation Minor release of `network-controller` and `controller-utils` ## References See diff ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] 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 - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes --------- Co-authored-by: Salah-Eddine Saakoun <[email protected]>
1 parent e4c1ffa commit 855db28

File tree

60 files changed

+157
-116
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

+157
-116
lines changed

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

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
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": "^22.0.0",
67-
"@metamask/network-controller": "^23.4.0",
67+
"@metamask/network-controller": "^23.5.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

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [6.0.3]
1616

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
51+
"@metamask/controller-utils": "^11.9.0",
5252
"@metamask/utils": "^11.2.0"
5353
},
5454
"devDependencies": {

packages/assets-controllers/CHANGELOG.md

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

1212
- Updated `TokenListController` `fetchTokenList` method to bail if cache is valid ([#5804](https://github.com/MetaMask/core/pull/5804))
1313
- also cleaned up internal state update logic
14+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
1415

1516
## [63.0.0]
1617

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
59+
"@metamask/controller-utils": "^11.9.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": "^22.0.0",
8585
"@metamask/keyring-internal-api": "^6.0.1",
8686
"@metamask/keyring-snap-client": "^4.1.0",
87-
"@metamask/network-controller": "^23.4.0",
87+
"@metamask/network-controller": "^23.5.0",
8888
"@metamask/permission-controller": "^11.0.6",
8989
"@metamask/preferences-controller": "^18.0.0",
9090
"@metamask/providers": "^21.0.0",

packages/bridge-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/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
13+
1014
## [25.0.1]
1115

1216
### Fixed

packages/bridge-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
56+
"@metamask/controller-utils": "^11.9.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": "^63.0.0",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@metamask/eth-json-rpc-provider": "^4.1.8",
71-
"@metamask/network-controller": "^23.4.0",
71+
"@metamask/network-controller": "^23.5.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

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

1212
- Bump `@metamask/bridge-controller` peer dependency to `^25.0.1` ([#5811](https://github.com/MetaMask/core/pull/5811))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
1314

1415
## [21.0.0]
1516

packages/bridge-status-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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": "^25.0.1",
6464
"@metamask/gas-fee-controller": "^23.0.0",
65-
"@metamask/network-controller": "^23.4.0",
65+
"@metamask/network-controller": "^23.5.0",
6666
"@metamask/snaps-controllers": "^11.2.1",
6767
"@metamask/transaction-controller": "^56.0.0",
6868
"@types/jest": "^27.4.1",

packages/chain-agnostic-permission/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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.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))
12+
- Bump `@metamask/network-controller` to `^23.5.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
13+
- Bump `@metamask/controller-utils` to `^11.8.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [0.6.0]
1616

packages/chain-agnostic-permission/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
52-
"@metamask/network-controller": "^23.4.0",
51+
"@metamask/controller-utils": "^11.9.0",
52+
"@metamask/network-controller": "^23.5.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

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

1214
- Add `HttpError` class for errors representing non-200 HTTP responses ([#5809](https://github.com/MetaMask/core/pull/5809))
@@ -513,7 +515,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
513515

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

516-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
518+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
519+
[11.9.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
517520
[11.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
518521
[11.7.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
519522
[11.6.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/controller-utils/package.json

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

packages/earn-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/controller-utils` to `^11.9.0` ([#5812](https://github.com/MetaMask/core/pull/5812))
13+
1014
## [0.14.0]
1115

1216
### Changed

packages/earn-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
52+
"@metamask/controller-utils": "^11.9.0",
5353
"@metamask/stake-sdk": "^1.0.0"
5454
},
5555
"devDependencies": {
5656
"@metamask/accounts-controller": "^29.0.0",
5757
"@metamask/auto-changelog": "^3.4.4",
58-
"@metamask/network-controller": "^23.4.0",
58+
"@metamask/network-controller": "^23.5.0",
5959
"@metamask/transaction-controller": "^56.0.0",
6060
"@types/jest": "^27.4.1",
6161
"deepmerge": "^4.2.2",

packages/eip1193-permission-middleware/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
14+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1515

1616
## [0.1.0]
1717

packages/eip1193-permission-middleware/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [16.0.0]
1616

packages/ens-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
52+
"@metamask/controller-utils": "^11.9.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.4.0",
58+
"@metamask/network-controller": "^23.5.0",
5959
"@types/jest": "^27.4.1",
6060
"deepmerge": "^4.2.2",
6161
"jest": "^27.5.1",

packages/gas-fee-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [23.0.0]
1616

packages/gas-fee-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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.4.0",
64+
"@metamask/network-controller": "^23.5.0",
6565
"@types/jest": "^27.4.1",
6666
"@types/jest-when": "^2.7.3",
6767
"deepmerge": "^4.2.2",

packages/logging-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [6.0.4]
1616

packages/logging-controller/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
51+
"@metamask/controller-utils": "^11.9.0",
5252
"uuid": "^8.3.2"
5353
},
5454
"devDependencies": {

packages/message-manager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [12.0.1]
1616

packages/message-manager/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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.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))
12+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
13+
- Bump `@metamask/network-controller` to `^23.5.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [0.2.0]
1616

packages/multichain-api-middleware/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
52+
"@metamask/controller-utils": "^11.9.0",
5353
"@metamask/json-rpc-engine": "^10.0.3",
54-
"@metamask/network-controller": "^23.4.0",
54+
"@metamask/network-controller": "^23.5.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

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

1216
### Changed

packages/multichain-network-controller/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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": "^29.0.0",
6161
"@metamask/auto-changelog": "^3.4.4",
6262
"@metamask/keyring-controller": "^22.0.0",
63-
"@metamask/network-controller": "^23.4.0",
63+
"@metamask/network-controller": "^23.5.0",
6464
"@types/jest": "^27.4.1",
6565
"@types/lodash": "^4.14.191",
6666
"@types/uuid": "^8.3.0",

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

1414
## [4.0.0]
1515

packages/multichain/package.json

Lines changed: 2 additions & 2 deletions
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.8.0",
51+
"@metamask/controller-utils": "^11.9.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.4.0",
63+
"@metamask/network-controller": "^23.5.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

Lines changed: 1 addition & 1 deletion
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.8.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765))
13+
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
1414

1515
## [8.0.3]
1616

packages/name-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@metamask/base-controller": "^8.0.1",
52-
"@metamask/controller-utils": "^11.8.0",
52+
"@metamask/controller-utils": "^11.9.0",
5353
"@metamask/utils": "^11.2.0",
5454
"async-mutex": "^0.5.0"
5555
},

0 commit comments

Comments
 (0)