Skip to content

Commit 1adb5da

Browse files
authored
Release/371.0.0 (#5678)
## Explanation Bump the `@metamask/multichain-network-controller` ## 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 - [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
1 parent 24285e8 commit 1adb5da

File tree

6 files changed

+13
-6
lines changed

6 files changed

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

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/multichain-network-controller` dependency to `^0.5.1` ([#5678](https://github.com/MetaMask/core/pull/5678))
13+
1014
## [16.0.0]
1115

1216
### Changed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/gas-fee-controller": "^23.0.0",
5858
"@metamask/keyring-api": "^17.4.0",
5959
"@metamask/metamask-eth-abis": "^3.1.1",
60-
"@metamask/multichain-network-controller": "^0.5.0",
60+
"@metamask/multichain-network-controller": "^0.5.1",
6161
"@metamask/polling-controller": "^13.0.0",
6262
"@metamask/utils": "^11.2.0",
6363
"bignumber.js": "^9.1.2",

packages/multichain-network-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+
## [0.5.1]
11+
1012
### Changed
1113

1214
- Updated to restrict `getNetworksWithTransactionActivityByAccounts` to EVM networks only while non-EVM network endpoint support is being completed. Full multi-chain support will be restored in the coming weeks ([#5677](https://github.com/MetaMask/core/pull/5677))
@@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7577
- Handle both EVM and non-EVM network and account switching for the associated network.
7678
- Act as a proxy for the `NetworkController` (for EVM network changes).
7779

78-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
80+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
81+
[0.5.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
7982
[0.5.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8083
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8184
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/multichain-network-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/multichain-network-controller",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Multichain network controller",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ __metadata:
27072707
"@metamask/gas-fee-controller": "npm:^23.0.0"
27082708
"@metamask/keyring-api": "npm:^17.4.0"
27092709
"@metamask/metamask-eth-abis": "npm:^3.1.1"
2710-
"@metamask/multichain-network-controller": "npm:^0.5.0"
2710+
"@metamask/multichain-network-controller": "npm:^0.5.1"
27112711
"@metamask/network-controller": "npm:^23.2.0"
27122712
"@metamask/polling-controller": "npm:^13.0.0"
27132713
"@metamask/snaps-controllers": "npm:^11.2.1"
@@ -3691,7 +3691,7 @@ __metadata:
36913691
languageName: unknown
36923692
linkType: soft
36933693

3694-
"@metamask/multichain-network-controller@npm:^0.5.0, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller":
3694+
"@metamask/multichain-network-controller@npm:^0.5.1, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller":
36953695
version: 0.0.0-use.local
36963696
resolution: "@metamask/multichain-network-controller@workspace:packages/multichain-network-controller"
36973697
dependencies:

0 commit comments

Comments
 (0)