Skip to content

Commit 545f66c

Browse files
Release/1100.0.0 (#9411)
## Explanation Releases: - `@metamask/assets-controller` from `10.0.1` to `10.1.0` - `@metamask/social-controllers` from `2.3.1` to `2.4.0` - CC @Bigshmow ## 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/processes/updating-changelogs.md) - [x] 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** > Release bookkeeping and dependency version bumps; behavioral changes were already merged in prior PRs referenced by the changelogs. > > **Overview** > Monorepo version moves to **1100.0.0** with changelog/version cuts only (no new feature code in this diff). > > **`@metamask/assets-controller@10.1.0`** documents **10.1.0** as the shipped release: temporary `tempMigrateAssetsInfoMetadataAssets3346` constructor healing for niche-chain `assetsInfo`/custom-asset metadata, balance refetch fixes on account-group/network/account-tree changes, and `@metamask/messenger` ^2.0.0. **`@metamask/social-controllers@2.4.0`** documents leaderboard **`optOutOfLeaderboard`** / **`optInToLeaderboard`** on `SocialController` and `SocialService`. > > **`bridge-controller`** and **`transaction-pay-controller`** now depend on `@metamask/assets-controller` **^10.1.0**; **`yarn.lock`** is updated accordingly. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6db65cf. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ded6a8a commit 545f66c

10 files changed

Lines changed: 22 additions & 11 deletions

File tree

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

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [10.1.0]
11+
12+
### Added
13+
14+
- Add temporary `tempMigrateAssetsInfoMetadataAssets3346` constructor option that heals `assetsInfo` metadata (and custom-asset tracking) wiped by a prior defect for tokens on niche EVM chains, using legacy `TokensController` state provided by the host ([#9393](https://github.com/MetaMask/core/pull/9393))
15+
1016
### Changed
1117

1218
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
1319

1420
### Fixed
1521

1622
- Fetch balances when switching account groups, enabling RPC-only networks, or after a new account is added to the account tree ([#9388](https://github.com/MetaMask/core/pull/9388))
17-
- Add temporary `tempMigrateAssetsInfoMetadataAssets3346` constructor option that heals `assetsInfo` metadata (and custom-asset tracking) wiped by a prior defect for tokens on niche EVM chains, using legacy `TokensController` state provided by the host ([#9393](https://github.com/MetaMask/core/pull/9393))
1823

1924
## [10.0.1]
2025

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

695-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.1...HEAD
700+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.1.0...HEAD
701+
[10.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.1...@metamask/assets-controller@10.1.0
696702
[10.0.1]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@10.0.0...@metamask/assets-controller@10.0.1
697703
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.1.0...@metamask/assets-controller@10.0.0
698704
[9.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@9.0.2...@metamask/assets-controller@9.1.0

packages/assets-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/assets-controller",
3-
"version": "10.0.1",
3+
"version": "10.1.0",
44
"description": "Tracks assets balances/prices and handles token detection across all digital assets",
55
"keywords": [
66
"Ethereum",

packages/bridge-controller/CHANGELOG.md

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

1212
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
13+
- Bump `@metamask/assets-controller` from `^10.0.1` to `^10.1.0` ([#9411](https://github.com/MetaMask/core/pull/9411))
1314

1415
## [77.3.2]
1516

packages/bridge-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@ethersproject/contracts": "^5.7.0",
5959
"@ethersproject/providers": "^5.7.0",
6060
"@metamask/accounts-controller": "^39.0.4",
61-
"@metamask/assets-controller": "^10.0.1",
61+
"@metamask/assets-controller": "^10.1.0",
6262
"@metamask/assets-controllers": "^109.3.0",
6363
"@metamask/base-controller": "^9.1.0",
6464
"@metamask/controller-utils": "^12.3.0",

packages/social-controllers/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+
## [2.4.0]
11+
1012
### Added
1113

1214
- Add `optOutOfLeaderboard` and `optInToLeaderboard` methods to `SocialController` and `SocialService`, with corresponding messenger actions (`SocialController:optOutOfLeaderboard`, `SocialController:optInToLeaderboard`, `SocialService:optOutOfLeaderboard`, `SocialService:optInToLeaderboard`). These call `POST /leaderboard/opt-out` and `POST /leaderboard/opt-in` respectively (JWT-authed, `204 No Content` on success) ([#9354](https://github.com/MetaMask/core/pull/9354))
@@ -108,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108110
- `unfollowTrader` — unfollows traders and removes addresses from state
109111
- `updateFollowing` — fetches following list and replaces addresses in state
110112

111-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.3.1...HEAD
113+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.4.0...HEAD
114+
[2.4.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.3.1...@metamask/social-controllers@2.4.0
112115
[2.3.1]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.3.0...@metamask/social-controllers@2.3.1
113116
[2.3.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.2.1...@metamask/social-controllers@2.3.0
114117
[2.2.1]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.2.0...@metamask/social-controllers@2.2.1

packages/social-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/social-controllers",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "A collection of social related controllers",
55
"keywords": [
66
"Ethereum",

packages/transaction-pay-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Refactor vault deposit utilities into shared `utils/` modules (`chomp`, `ma-vault-deposit`, `relay-post-ma-vault`) to prepare for the Relay Money Account deposit path ([#9303](https://github.com/MetaMask/core/pull/9303))
1313
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
1414
- Bump `@metamask/ramps-controller` from `^15.0.0` to `^15.1.0` ([#9395](https://github.com/MetaMask/core/pull/9395))
15+
- Bump `@metamask/assets-controller` from `^10.0.1` to `^10.1.0` ([#9411](https://github.com/MetaMask/core/pull/9411))
1516

1617
## [23.17.4]
1718

packages/transaction-pay-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@ethersproject/abi": "^5.7.0",
5858
"@ethersproject/contracts": "^5.7.0",
5959
"@ethersproject/providers": "^5.7.0",
60-
"@metamask/assets-controller": "^10.0.1",
60+
"@metamask/assets-controller": "^10.1.0",
6161
"@metamask/assets-controllers": "^109.3.0",
6262
"@metamask/base-controller": "^9.1.0",
6363
"@metamask/controller-utils": "^12.3.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5660,7 +5660,7 @@ __metadata:
56605660
languageName: unknown
56615661
linkType: soft
56625662

5663-
"@metamask/assets-controller@npm:^10.0.1, @metamask/assets-controller@workspace:packages/assets-controller":
5663+
"@metamask/assets-controller@npm:^10.1.0, @metamask/assets-controller@workspace:packages/assets-controller":
56645664
version: 0.0.0-use.local
56655665
resolution: "@metamask/assets-controller@workspace:packages/assets-controller"
56665666
dependencies:
@@ -5936,7 +5936,7 @@ __metadata:
59365936
"@ethersproject/contracts": "npm:^5.7.0"
59375937
"@ethersproject/providers": "npm:^5.7.0"
59385938
"@metamask/accounts-controller": "npm:^39.0.4"
5939-
"@metamask/assets-controller": "npm:^10.0.1"
5939+
"@metamask/assets-controller": "npm:^10.1.0"
59405940
"@metamask/assets-controllers": "npm:^109.3.0"
59415941
"@metamask/auto-changelog": "npm:^6.1.0"
59425942
"@metamask/base-controller": "npm:^9.1.0"
@@ -8906,7 +8906,7 @@ __metadata:
89068906
"@ethersproject/abi": "npm:^5.7.0"
89078907
"@ethersproject/contracts": "npm:^5.7.0"
89088908
"@ethersproject/providers": "npm:^5.7.0"
8909-
"@metamask/assets-controller": "npm:^10.0.1"
8909+
"@metamask/assets-controller": "npm:^10.1.0"
89108910
"@metamask/assets-controllers": "npm:^109.3.0"
89118911
"@metamask/auto-changelog": "npm:^6.1.0"
89128912
"@metamask/base-controller": "npm:^9.1.0"

0 commit comments

Comments
 (0)