Skip to content

Commit 08ce5e5

Browse files
authored
Release/824.0.0 (#7995)
## 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? --> For releasing changes made in #7994 ## 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 a release/version propagation and dependency bump; functional change is limited to consuming `@metamask/controller-utils@11.19.0` (new built-in network constant). > > **Overview** > Bumps the monorepo release version to `824.0.0` and publishes new package versions, including `@metamask/controller-utils@11.19.0` (notably adding `megaeth-mainnet` to `BUILT_IN_NETWORKS`). > > Propagates this update across the workspace by updating many packages’ `@metamask/controller-utils` dependency range to `^11.19.0`, and bumps related package versions where needed (e.g. `@metamask/assets-controller@2.0.1`, `@metamask/assets-controllers@100.0.0`, `@metamask/bridge-controller@67.1.0`, `@metamask/transaction-pay-controller@15.1.1`), with corresponding changelog entries and `yarn.lock` updates. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 63ed79c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c1e5bf2 commit 08ce5e5

File tree

81 files changed

+214
-111
lines changed

Some content is hidden

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

81 files changed

+214
-111
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": "823.0.0",
3+
"version": "824.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
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@metamask/auto-changelog": "^3.4.4",
73-
"@metamask/controller-utils": "^11.18.0",
73+
"@metamask/controller-utils": "^11.19.0",
7474
"@metamask/providers": "^22.1.0",
7575
"@ts-bridge/cli": "^0.6.4",
7676
"@types/jest": "^29.5.14",

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
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13-
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
13+
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.19.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583), [#7995](https://github.com/MetaMask/core/pull/7995))
1414

1515
## [7.0.1]
1616

packages/address-book-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": "^9.0.0",
52-
"@metamask/controller-utils": "^11.18.0",
52+
"@metamask/controller-utils": "^11.19.0",
5353
"@metamask/messenger": "^0.3.0",
5454
"@metamask/utils": "^11.9.0"
5555
},

packages/analytics-data-regulation-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ 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` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
13+
1014
[Unreleased]: https://github.com/MetaMask/core/

packages/analytics-data-regulation-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@metamask/base-controller": "^9.0.0",
53-
"@metamask/controller-utils": "^11.18.0",
53+
"@metamask/controller-utils": "^11.19.0",
5454
"@metamask/messenger": "^0.3.0",
5555
"@metamask/utils": "^11.9.0"
5656
},

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

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

1214
- Refactor data source tests to use shared `MockAssetControllerMessenger` fixture ([#7958](https://github.com/MetaMask/core/pull/7958))
1315
- Export `STAKING_INTERFACE` from the staked balance fetcher for use with the staking contract ABI.
1416
- `StakedBalanceDataSource` teardown now uses the messenger's `clearEventSubscriptions`; custom messenger implementations must support it for correct cleanup.
1517
- Bump `@metamask/network-enablement-controller` from `^4.1.0` to `^4.1.1` ([#7984](https://github.com/MetaMask/core/pull/7984))
1618
- Bump `@metamask/core-backend` from `^5.1.1` to `^6.0.0` ([#7993](https://github.com/MetaMask/core/pull/7993))
19+
- Bump `@metamask/assets-controllers` from `^99.4.0` to `^100.0.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
20+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
1721

1822
## [2.0.0]
1923

@@ -88,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8892
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
8993
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
9094

91-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.0...HEAD
95+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.1...HEAD
96+
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@2.0.0...@metamask/assets-controller@2.0.1
9297
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@1.0.0...@metamask/assets-controller@2.0.0
9398
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@0.2.0...@metamask/assets-controller@1.0.0
9499
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@0.1.0...@metamask/assets-controller@0.2.0

packages/assets-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controller",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
55
"keywords": [
66
"MetaMask",
@@ -53,9 +53,9 @@
5353
"@ethersproject/abi": "^5.7.0",
5454
"@ethersproject/providers": "^5.7.0",
5555
"@metamask/account-tree-controller": "^4.1.1",
56-
"@metamask/assets-controllers": "^99.4.0",
56+
"@metamask/assets-controllers": "^100.0.0",
5757
"@metamask/base-controller": "^9.0.0",
58-
"@metamask/controller-utils": "^11.18.0",
58+
"@metamask/controller-utils": "^11.19.0",
5959
"@metamask/core-backend": "^6.0.0",
6060
"@metamask/keyring-api": "^21.5.0",
6161
"@metamask/keyring-controller": "^25.1.0",

packages/assets-controllers/CHANGELOG.md

Lines changed: 5 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+
## [100.0.0]
11+
1012
### Added
1113

1214
- **BREAKING:** `MultichainAssetsControllerMessenger` now requires the `PhishingController:bulkScanTokens` action to be allowed ([#7923](https://github.com/MetaMask/core/pull/7923))
@@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
- Bump `@metamask/network-enablement-controller` from `^4.1.0` to `^4.1.1` ([#7984](https://github.com/MetaMask/core/pull/7984))
2527
- Bump `@metamask/core-backend` from `^5.0.0` to `^6.0.0` ([#7993](https://github.com/MetaMask/core/pull/7993))
2628
- Change MegaETH mainnet occurences filtering for getTokensURL ([#7994](https://github.com/MetaMask/core/pull/7994))
29+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
2730

2831
## [99.4.0]
2932

@@ -2698,7 +2701,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26982701
26992702
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
27002703
2701-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.4.0...HEAD
2704+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@100.0.0...HEAD
2705+
[100.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.4.0...@metamask/assets-controllers@100.0.0
27022706
[99.4.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.2...@metamask/assets-controllers@99.4.0
27032707
[99.3.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.1...@metamask/assets-controllers@99.3.2
27042708
[99.3.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@99.3.0...@metamask/assets-controllers@99.3.1

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "99.4.0",
3+
"version": "100.0.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -60,7 +60,7 @@
6060
"@metamask/approval-controller": "^8.0.0",
6161
"@metamask/base-controller": "^9.0.0",
6262
"@metamask/contract-metadata": "^2.4.0",
63-
"@metamask/controller-utils": "^11.18.0",
63+
"@metamask/controller-utils": "^11.19.0",
6464
"@metamask/core-backend": "^6.0.0",
6565
"@metamask/eth-query": "^4.0.0",
6666
"@metamask/keyring-api": "^21.5.0",

0 commit comments

Comments
 (0)