Skip to content

Commit 1bb289e

Browse files
authored
Release/624.0.0 (#6845)
## Explanation Patch release of `network-controller` and `eip-5792-middleware`, just to update dependencies. ## 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 - [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 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Patch releases for network-controller (24.2.2) and eip-5792-middleware (1.2.3), with repo-wide dependency updates to @metamask/network-controller ^24.2.2 and updated changelogs/lockfile. > > - **Packages**: > - **`@metamask/network-controller` 24.2.2**: > - Updates deps: `@metamask/eth-block-tracker` → `^12.2.1`, `@metamask/eth-json-rpc-infura` → `^10.3.0`, `@metamask/eth-json-rpc-middleware` → `^19.0.1`. > - **`@metamask/eip-5792-middleware` 1.2.3**: > - Changelog entry for `@metamask/transaction-controller` `^60.7.0`. > - **Repo-wide dependency bumps**: > - Update many packages to depend on `@metamask/network-controller` `^24.2.2` (package.jsons and `yarn.lock`). > - **Changelogs/metadata**: > - Update changelogs for `network-controller` and `eip-5792-middleware`; monorepo version set to `624.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4b83bb3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8be3908 commit 1bb289e

File tree

25 files changed

+54
-40
lines changed

25 files changed

+54
-40
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": "623.0.0",
3+
"version": "624.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
@@ -67,7 +67,7 @@
6767
"@metamask/auto-changelog": "^3.4.4",
6868
"@metamask/controller-utils": "^11.14.1",
6969
"@metamask/keyring-controller": "^23.1.1",
70-
"@metamask/network-controller": "^24.2.1",
70+
"@metamask/network-controller": "^24.2.2",
7171
"@metamask/providers": "^22.1.0",
7272
"@metamask/snaps-controllers": "^14.0.1",
7373
"@types/jest": "^27.4.1",

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@metamask/keyring-internal-api": "^9.0.0",
9191
"@metamask/keyring-snap-client": "^8.0.0",
9292
"@metamask/multichain-account-service": "^1.6.1",
93-
"@metamask/network-controller": "^24.2.1",
93+
"@metamask/network-controller": "^24.2.2",
9494
"@metamask/permission-controller": "^11.1.0",
9595
"@metamask/phishing-controller": "^14.1.2",
9696
"@metamask/preferences-controller": "^20.0.2",

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@metamask/assets-controllers": "^81.0.0",
7171
"@metamask/auto-changelog": "^3.4.4",
7272
"@metamask/eth-json-rpc-provider": "^5.0.1",
73-
"@metamask/network-controller": "^24.2.1",
73+
"@metamask/network-controller": "^24.2.2",
7474
"@metamask/remote-feature-flag-controller": "^1.9.0",
7575
"@metamask/snaps-controllers": "^14.0.1",
7676
"@metamask/superstruct": "^3.1.0",

packages/bridge-status-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@metamask/auto-changelog": "^3.4.4",
6161
"@metamask/bridge-controller": "^52.0.0",
6262
"@metamask/gas-fee-controller": "^24.1.0",
63-
"@metamask/network-controller": "^24.2.1",
63+
"@metamask/network-controller": "^24.2.2",
6464
"@metamask/snaps-controllers": "^14.0.1",
6565
"@metamask/transaction-controller": "^60.7.0",
6666
"@types/jest": "^27.4.1",

packages/chain-agnostic-permission/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-controller` from `^24.2.1` to `^24.2.1` ([#6845](https://github.com/MetaMask/core/pull/6845))
13+
1014
## [1.2.0]
1115

1216
### Changed

packages/chain-agnostic-permission/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@metamask/api-specs": "^0.14.0",
5151
"@metamask/controller-utils": "^11.14.1",
52-
"@metamask/network-controller": "^24.2.1",
52+
"@metamask/network-controller": "^24.2.2",
5353
"@metamask/permission-controller": "^11.1.0",
5454
"@metamask/rpc-errors": "^7.0.2",
5555
"@metamask/utils": "^11.8.1",

packages/earn-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@metamask/account-tree-controller": "^1.5.0",
6060
"@metamask/auto-changelog": "^3.4.4",
61-
"@metamask/network-controller": "^24.2.1",
61+
"@metamask/network-controller": "^24.2.2",
6262
"@metamask/transaction-controller": "^60.7.0",
6363
"@types/jest": "^27.4.1",
6464
"deepmerge": "^4.2.2",

packages/eip-5792-middleware/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.2.3]
11+
1012
### Changed
1113

1214
- Bump `@metamask/transaction-controller` from `^60.6.1` to `^60.7.0` ([#6841](https://github.com/MetaMask/core/pull/6841))
@@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547

4648
- Initial release ([#6458](https://github.com/MetaMask/core/pull/6458))
4749

48-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
50+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
51+
[1.2.3]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
4952
[1.2.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
5053
[1.2.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
5154
[1.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/eip-5792-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eip-5792-middleware",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Implements the JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status, as referenced in EIP-5792",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)