Skip to content

Commit 3be3a08

Browse files
authored
Release 975.0.0 (MetaMask#8765)
## Explanation <!-- 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? --> Releasing new minor version of `@metamask/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 --> ## 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/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version and dependency bumps plus changelog updates; functional risk is limited to any downstream impact from consuming `@metamask/network-controller@31.1.0`. > > **Overview** > Publishes `@metamask/network-controller` **v31.1.0**, documenting the new exported types `AddNetworkCustomRpcEndpointFields` and `InfuraRpcEndpoint`. > > Updates the monorepo release version to `975.0.0` and bumps all affected workspace packages (and `yarn.lock`) to depend on `@metamask/network-controller` `^31.1.0`, with corresponding `CHANGELOG.md` entries. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 0049bb6. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 56cdc72 commit 3be3a08

48 files changed

Lines changed: 136 additions & 52 deletions

File tree

Some content is hidden

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "974.0.0",
3+
"version": "975.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"@metamask/eth-block-tracker": "^15.0.1",
5656
"@metamask/eth-json-rpc-provider": "^6.0.1",
5757
"@metamask/json-rpc-engine": "^10.5.0",
58-
"@metamask/network-controller": "^31.0.0",
58+
"@metamask/network-controller": "^31.1.0",
5959
"@metamask/utils": "^11.9.0",
6060
"@ts-bridge/cli": "^0.6.4",
6161
"@types/jest": "^29.5.14",

packages/accounts-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/network-controller` from `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
13+
1014
## [38.1.0]
1115

1216
### Changed

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@metamask/keyring-sdk": "^2.1.1",
6363
"@metamask/keyring-utils": "^3.2.1",
6464
"@metamask/messenger": "^1.2.0",
65-
"@metamask/network-controller": "^31.0.0",
65+
"@metamask/network-controller": "^31.1.0",
6666
"@metamask/superstruct": "^3.1.0",
6767
"@metamask/utils": "^11.9.0",
6868
"deepmerge": "^4.2.2",

packages/assets-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/network-controller` from `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
13+
1014
## [7.0.1]
1115

1216
### Changed

packages/assets-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@metamask/keyring-internal-api": "^11.0.1",
6969
"@metamask/keyring-snap-client": "^9.0.2",
7070
"@metamask/messenger": "^1.2.0",
71-
"@metamask/network-controller": "^31.0.0",
71+
"@metamask/network-controller": "^31.1.0",
7272
"@metamask/network-enablement-controller": "^5.1.1",
7373
"@metamask/permission-controller": "^13.1.1",
7474
"@metamask/phishing-controller": "^17.1.2",

packages/assets-controllers/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 `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
13+
1014
## [106.0.1]
1115

1216
### Changed

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@metamask/messenger": "^1.2.0",
7474
"@metamask/metamask-eth-abis": "^3.1.1",
7575
"@metamask/multichain-account-service": "^9.0.0",
76-
"@metamask/network-controller": "^31.0.0",
76+
"@metamask/network-controller": "^31.1.0",
7777
"@metamask/network-enablement-controller": "^5.1.1",
7878
"@metamask/permission-controller": "^13.1.1",
7979
"@metamask/phishing-controller": "^17.1.2",

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/network-controller` from `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
13+
1014
## [72.0.2]
1115

1216
### Changed

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@metamask/messenger": "^1.2.0",
6868
"@metamask/metamask-eth-abis": "^3.1.1",
6969
"@metamask/multichain-network-controller": "^3.1.1",
70-
"@metamask/network-controller": "^31.0.0",
70+
"@metamask/network-controller": "^31.1.0",
7171
"@metamask/polling-controller": "^16.0.5",
7272
"@metamask/profile-sync-controller": "^28.0.2",
7373
"@metamask/remote-feature-flag-controller": "^4.2.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/network-controller` from `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
13+
1014
## [71.1.2]
1115

1216
### Changed

0 commit comments

Comments
 (0)