Skip to content

Commit 36231c2

Browse files
Release/1032.0.0 (MetaMask#9083)
## Explanation Bumps `@metamask/controller-utils` from `12.1.1` to `12.2.0` Bumps `@metamask/assets-controller` from `9.0.0` to `9.0.1` ## 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 - [x] 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** > Dependency and version-metadata only; risk is limited to consumers picking up controller-utils 12.2.0 (e.g. faster `encodeFunctionData`) via semver ranges, not behavioral changes in this PR’s diff. > > **Overview** > Prepares **monorepo release `1032.0.0`** by aligning package versions, changelogs, and `yarn.lock`—no application source changes in this diff. > > **`@metamask/controller-utils`** is released as **`12.2.0`** (from `12.1.1`); dependents move to **`^12.2.0`**, with Unreleased changelog lines updated to record the bump ([MetaMask#9083](MetaMask#9083)). > > **`@metamask/assets-controller`** is patched to **`9.0.1`** for the same `controller-utils` dependency; **`bridge-controller`** and **`transaction-pay-controller`** pick up **`^9.0.1`** where they depend on assets-controller. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 92da19d. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6355588 commit 36231c2

96 files changed

Lines changed: 190 additions & 132 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "1031.0.0",
3+
"version": "1032.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
1213
- The `state` option of the `AccountsController` constructor is now optional, defaulting to the controller's default state when omitted ([#8924](https://github.com/MetaMask/core/pull/8924))
1314

1415
## [39.0.1]

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@metamask/auto-changelog": "^6.1.0",
76-
"@metamask/controller-utils": "^12.1.1",
76+
"@metamask/controller-utils": "^12.2.0",
7777
"@metamask/providers": "^22.1.0",
7878
"@ts-bridge/cli": "^0.6.4",
7979
"@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
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.1` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058))
12+
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.2.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083))
1313

1414
## [7.1.2]
1515

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@metamask/base-controller": "^9.1.0",
57-
"@metamask/controller-utils": "^12.1.1",
57+
"@metamask/controller-utils": "^12.2.0",
5858
"@metamask/messenger": "^1.2.0",
5959
"@metamask/utils": "^11.9.0"
6060
},

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

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

1010
### Changed
1111

12+
- Bump `@metamask/controller-utils` from `^11.19.0` to `^12.2.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8755](https://github.com/MetaMask/core/pull/8755), [#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083))
1213
- Bump `@metamask/messenger` from `^1.1.0` to `^1.2.0` ([#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
13-
- Bump `@metamask/controller-utils` from `^11.19.0` to `^12.1.1` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8755](https://github.com/MetaMask/core/pull/8755), [#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058))
1414
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
1515

1616
[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
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@metamask/base-controller": "^9.1.0",
57-
"@metamask/controller-utils": "^12.1.1",
57+
"@metamask/controller-utils": "^12.2.0",
5858
"@metamask/messenger": "^1.2.0",
5959
"@metamask/utils": "^11.9.0"
6060
},

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [9.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
15+
1016
## [9.0.0]
1117

1218
### Added
@@ -607,7 +613,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
607613
- Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709))
608614
- Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709))
609615

610-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.0.0...HEAD
616+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.0.1...HEAD
617+
[9.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.0.0...@metamask/assets-controller@9.0.1
611618
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.3...@metamask/assets-controller@9.0.0
612619
[8.3.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.2...@metamask/assets-controller@8.3.3
613620
[8.3.2]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@8.3.1...@metamask/assets-controller@8.3.2

packages/assets-controller/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-controller",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
55
"keywords": [
66
"Ethereum",
@@ -61,7 +61,7 @@
6161
"@metamask/assets-controllers": "^109.0.0",
6262
"@metamask/base-controller": "^9.1.0",
6363
"@metamask/client-controller": "^1.0.1",
64-
"@metamask/controller-utils": "^12.1.1",
64+
"@metamask/controller-utils": "^12.2.0",
6565
"@metamask/core-backend": "^6.3.3",
6666
"@metamask/keyring-api": "^23.1.0",
6767
"@metamask/keyring-controller": "^27.0.0",

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/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
13+
1014
## [109.0.0]
1115

1216
### Added

0 commit comments

Comments
 (0)