Skip to content

Commit 3cd5946

Browse files
Release/430.0.0 (#5935)
## Explanation Release core v 430.0.0 ## 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 - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 6f41b3a commit 3cd5946

File tree

60 files changed

+198
-132
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

+198
-132
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": "429.0.0",
3+
"version": "430.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.2",
67-
"@metamask/network-controller": "^23.5.1",
67+
"@metamask/network-controller": "^23.6.0",
6868
"@metamask/providers": "^22.1.0",
6969
"@metamask/snaps-controllers": "^12.3.1",
7070
"@types/jest": "^27.4.1",

packages/address-book-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.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13+
1014
## [6.1.0]
1115

1216
### Added

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.9.0",
51+
"@metamask/controller-utils": "^11.10.0",
5252
"@metamask/utils": "^11.2.0"
5353
},
5454
"devDependencies": {

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [68.1.0]
11+
1012
### Added
1113

1214
- Added Base Network for networks to track in `TokenDetectionController` ([#5902](https://github.com/MetaMask/core/pull/5902))
1315
- Network changes were added in `@metamask/controller-utils`
1416
- Added Metamask pooled staking token for Ethereum Hoodi testnet ([#5855](https://github.com/MetaMask/core/pull/5855))
1517

18+
### Changed
19+
20+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
21+
1622
## [68.0.0]
1723

1824
### Changed
@@ -1702,7 +1708,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17021708
17031709
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
17041710
1705-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1711+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
1712+
[68.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
17061713
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
17071714
[67.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
17081715
[66.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/assets-controllers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "68.0.0",
3+
"version": "68.1.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -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.9.0",
59+
"@metamask/controller-utils": "^11.10.0",
6060
"@metamask/eth-query": "^4.0.0",
6161
"@metamask/keyring-api": "^18.0.0",
6262
"@metamask/metamask-eth-abis": "^3.1.1",
@@ -84,14 +84,14 @@
8484
"@metamask/keyring-controller": "^22.0.2",
8585
"@metamask/keyring-internal-api": "^6.2.0",
8686
"@metamask/keyring-snap-client": "^5.0.0",
87-
"@metamask/network-controller": "^23.5.1",
87+
"@metamask/network-controller": "^23.6.0",
8888
"@metamask/permission-controller": "^11.0.6",
8989
"@metamask/phishing-controller": "^12.5.0",
9090
"@metamask/preferences-controller": "^18.1.0",
9191
"@metamask/providers": "^22.1.0",
9292
"@metamask/snaps-controllers": "^12.3.1",
9393
"@metamask/snaps-sdk": "^7.1.0",
94-
"@metamask/transaction-controller": "^57.1.0",
94+
"@metamask/transaction-controller": "^57.2.0",
9595
"@types/jest": "^27.4.1",
9696
"@types/lodash": "^4.14.191",
9797
"@types/node": "^16.18.54",

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.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13+
1014
## [32.1.1]
1115

1216
### Fixed

packages/bridge-controller/package.json

Lines changed: 4 additions & 4 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.9.0",
56+
"@metamask/controller-utils": "^11.10.0",
5757
"@metamask/gas-fee-controller": "^23.0.0",
5858
"@metamask/keyring-api": "^18.0.0",
5959
"@metamask/metamask-eth-abis": "^3.1.1",
@@ -66,14 +66,14 @@
6666
},
6767
"devDependencies": {
6868
"@metamask/accounts-controller": "^30.0.0",
69-
"@metamask/assets-controllers": "^68.0.0",
69+
"@metamask/assets-controllers": "^68.1.0",
7070
"@metamask/auto-changelog": "^3.4.4",
7171
"@metamask/eth-json-rpc-provider": "^4.1.8",
72-
"@metamask/network-controller": "^23.5.1",
72+
"@metamask/network-controller": "^23.6.0",
7373
"@metamask/remote-feature-flag-controller": "^1.6.0",
7474
"@metamask/snaps-controllers": "^12.3.1",
7575
"@metamask/superstruct": "^3.1.0",
76-
"@metamask/transaction-controller": "^57.1.0",
76+
"@metamask/transaction-controller": "^57.2.0",
7777
"@types/jest": "^27.4.1",
7878
"deepmerge": "^4.2.2",
7979
"jest": "^27.5.1",

packages/bridge-status-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.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13+
1014
## [29.1.0]
1115

1216
### Added

packages/bridge-status-controller/package.json

Lines changed: 3 additions & 3 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.9.0",
51+
"@metamask/controller-utils": "^11.10.0",
5252
"@metamask/keyring-api": "^18.0.0",
5353
"@metamask/polling-controller": "^13.0.0",
5454
"@metamask/superstruct": "^3.1.0",
@@ -63,9 +63,9 @@
6363
"@metamask/bridge-controller": "^32.1.1",
6464
"@metamask/gas-fee-controller": "^23.0.0",
6565
"@metamask/multichain-transactions-controller": "^2.0.0",
66-
"@metamask/network-controller": "^23.5.1",
66+
"@metamask/network-controller": "^23.6.0",
6767
"@metamask/snaps-controllers": "^12.3.1",
68-
"@metamask/transaction-controller": "^57.1.0",
68+
"@metamask/transaction-controller": "^57.2.0",
6969
"@types/jest": "^27.4.1",
7070
"deepmerge": "^4.2.2",
7171
"jest": "^27.5.1",

packages/chain-agnostic-permission/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.5.1` ([#5882](https://github.com/MetaMask/core/pull/5882))
12+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13+
- Bump `@metamask/network-controller` to `^23.6.0` ([#5935](https://github.com/MetaMask/core/pull/5935),[#5882](https://github.com/MetaMask/core/pull/5882))
1314

1415
## [0.7.0]
1516

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.14.0",
51-
"@metamask/controller-utils": "^11.9.0",
52-
"@metamask/network-controller": "^23.5.1",
51+
"@metamask/controller-utils": "^11.10.0",
52+
"@metamask/network-controller": "^23.6.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.10.0]
11+
1012
### Added
1113

1214
- Add `TransactionBatch` in approval types enum ([#5793](https://github.com/MetaMask/core/pull/5793))
@@ -527,7 +529,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
527529

528530
All changes listed after this point were applied to this package following the monorepo conversion.
529531

530-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
532+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
533+
[11.10.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
531534
[11.9.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
532535
[11.8.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
533536
[11.7.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.9.0",
3+
"version": "11.10.0",
44
"description": "Data and convenience functions shared by multiple packages",
55
"keywords": [
66
"MetaMask",

packages/earn-controller/CHANGELOG.md

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

88
## [Unreleased]
99

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

1214
- Replace hardcoded `"lendingWithdraw"` in `LendingTransactionTypes` with `TransactionType.lendingWithdraw` ([#5936](https://github.com/MetaMask/core/pull/5936))
15+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
1316

1417
## [1.0.0]
1518

@@ -193,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193196

194197
- Initial release ([#5271](https://github.com/MetaMask/core/pull/5271))
195198

196-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
199+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
200+
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
197201
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
198202
[0.15.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
199203
[0.14.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/earn-controller/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/earn-controller",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities",
55
"keywords": [
66
"MetaMask",
@@ -50,15 +50,15 @@
5050
"@ethersproject/bignumber": "^5.7.0",
5151
"@ethersproject/providers": "^5.7.0",
5252
"@metamask/base-controller": "^8.0.1",
53-
"@metamask/controller-utils": "^11.9.0",
53+
"@metamask/controller-utils": "^11.10.0",
5454
"@metamask/stake-sdk": "^3.2.0",
5555
"reselect": "^5.1.1"
5656
},
5757
"devDependencies": {
5858
"@metamask/accounts-controller": "^30.0.0",
5959
"@metamask/auto-changelog": "^3.4.4",
60-
"@metamask/network-controller": "^23.5.1",
61-
"@metamask/transaction-controller": "^57.1.0",
60+
"@metamask/network-controller": "^23.6.0",
61+
"@metamask/transaction-controller": "^57.2.0",
6262
"@types/jest": "^27.4.1",
6363
"deepmerge": "^4.2.2",
6464
"jest": "^27.5.1",

packages/eip1193-permission-middleware/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/chain-agnostic-permission` to `^0.7.0` ([#5518](https://github.com/MetaMask/core/pull/5518), [#5674](https://github.com/MetaMask/core/pull/5674), [#5818](https://github.com/MetaMask/core/pull/5818)[#5583](https://github.com/MetaMask/core/pull/5583))
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))
13+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935), [#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
## [0.1.0]
1616

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.7.0",
51-
"@metamask/controller-utils": "^11.9.0",
51+
"@metamask/controller-utils": "^11.10.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.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))
13+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935), [#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.9.0",
52+
"@metamask/controller-utils": "^11.10.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.5.1",
58+
"@metamask/network-controller": "^23.6.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.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))
13+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935), [#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.9.0",
51+
"@metamask/controller-utils": "^11.10.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.5.1",
64+
"@metamask/network-controller": "^23.6.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.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))
13+
- Bump `@metamask/controller-utils` to `^11.10.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), [#5935](https://github.com/MetaMask/core/pull/5935))
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.9.0",
51+
"@metamask/controller-utils": "^11.10.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.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))
13+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935), [#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.9.0",
51+
"@metamask/controller-utils": "^11.10.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 & 1 deletion
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.5.1` ([#5882](https://github.com/MetaMask/core/pull/5882))
12+
- Bump `@metamask/controller-utils` to `^11.10.0` ([#5935](https://github.com/MetaMask/core/pull/5935))
13+
- Bump `@metamask/network-controller` to `^23.6.0` ([#5935](https://github.com/MetaMask/core/pull/5935), [#5882](https://github.com/MetaMask/core/pull/5882))
1314

1415
## [0.4.0]
1516

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.14.0",
5151
"@metamask/chain-agnostic-permission": "^0.7.0",
52-
"@metamask/controller-utils": "^11.9.0",
52+
"@metamask/controller-utils": "^11.10.0",
5353
"@metamask/json-rpc-engine": "^10.0.3",
54-
"@metamask/network-controller": "^23.5.1",
54+
"@metamask/network-controller": "^23.6.0",
5555
"@metamask/permission-controller": "^11.0.6",
5656
"@metamask/rpc-errors": "^7.0.2",
5757
"@metamask/utils": "^11.2.0",

0 commit comments

Comments
 (0)