Skip to content

Commit 22e494c

Browse files
Release 964.0.0 (MetaMask#8722)
## Explanation This is the release candidate for `964.0.0` ## 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] > **Medium Risk** > Primarily a version-bump release, but it upgrades several core controller dependencies including `@metamask/multichain-account-service` to `9.0.0` (major), which could introduce integration breakages across dependent packages. > > **Overview** > Bumps the monorepo release version to `964.0.0` and cuts new package releases for `@metamask/account-tree-controller` (`7.3.0`), `@metamask/multichain-account-service` (`9.0.0`), `@metamask/keyring-controller` (`25.5.0`), `@metamask/permission-controller` (`13.1.0`), `@metamask/gas-fee-controller` (`26.2.0`), `@metamask/transaction-controller` (`65.2.0`), and `@metamask/money-account-controller` (`0.3.0`). > > Propagates these releases through the repo by updating dependent packages’ `package.json` ranges, `CHANGELOG.md` entries, and `yarn.lock` resolutions (notably moving many consumers to `@metamask/keyring-controller@^25.5.0`, `@metamask/permission-controller@^13.1.0`, `@metamask/transaction-controller@^65.2.0`, and `@metamask/gas-fee-controller@^26.2.0`). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a0e67b2. 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 528babf commit 22e494c

75 files changed

Lines changed: 269 additions & 183 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": "963.0.0",
3+
"version": "964.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/account-tree-controller/CHANGELOG.md

Lines changed: 23 additions & 15 deletions
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+
## [7.3.0]
11+
1012
### Added
1113

1214
- Expose missing public `AccountTreeController` methods through its messenger ([#8716](https://github.com/MetaMask/core/pull/8716))
@@ -15,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
- `AccountTreeController:reinit`
1618
- Corresponding action types are available as well.
1719

20+
### Changed
21+
22+
- Bump `@metamask/keyring-controller` from `^25.4.0` to `^25.5.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
23+
- Bump `@metamask/multichain-account-service` from `^8.0.1` to `^9.0.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
24+
1825
## [7.2.0]
1926

2027
### Changed
@@ -61,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6168

6269
### Added
6370

64-
- Add `lastSelected` (timestamp) to account group tree node metadata ([#8261](https://github.com/MetaMask/core/pull/8261)), ([#8300](https://github.com/MetaMask/core/pull/8300))
71+
- Add `lastSelected` (timestamp) to account group tree node metadata ([#8261](https://github.com/MetaMask/core/pull/8261), [#8300](https://github.com/MetaMask/core/pull/8300))
6572
- `group.metadata.lastSelected` is set to `Date.now()` whenever a group becomes the selected group, either via `setSelectedAccountGroup` or `AccountsController:selectedAccountChange`.
6673
- The value is persisted in `accountGroupsMetadata` and restored on `init`/`reinit`.
6774
- The value is not synchronize through backup and sync.
@@ -98,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98105

99106
### Added
100107

101-
- Expose missing public `AccountTreeController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976/))
108+
- Expose missing public `AccountTreeController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976))
102109
- The following actions are now available:
103110
- `AccountTreeController:getAccountWalletObject`
104111
- `AccountTreeController:getAccountWalletObjects`
@@ -110,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110117

111118
### Changed
112119

113-
- Bump `@metamask/accounts-controller` from `^36.0.0` to `^37.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996)), ([#8140](https://github.com/MetaMask/core/pull/8140))
120+
- Bump `@metamask/accounts-controller` from `^36.0.0` to `^37.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996), [#8140](https://github.com/MetaMask/core/pull/8140))
114121
- Bump `@metamask/multichain-account-service` from `^7.0.0` to `^7.1.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
115122

116123
### Removed
@@ -137,7 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137144
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
138145
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
139146
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
140-
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7437](https://github.com/MetaMask/core/pull/7437), [#7515](https://github.com/MetaMask/core/pull/7515), [#7594](https://github.com/MetaMask/core/pull/7594), [#7550](https://github.com/MetaMask/core/pull/7550), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7678](https://github.com/MetaMask/core/pull/7678), [#7713](https://github.com/MetaMask/core/pull/7713), [#7849](https://github.com/MetaMask/core/pull/7849)), ([#7869](https://github.com/MetaMask/core/pull/7869))
147+
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7437](https://github.com/MetaMask/core/pull/7437), [#7515](https://github.com/MetaMask/core/pull/7515), [#7594](https://github.com/MetaMask/core/pull/7594), [#7550](https://github.com/MetaMask/core/pull/7550), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7678](https://github.com/MetaMask/core/pull/7678), [#7713](https://github.com/MetaMask/core/pull/7713), [#7849](https://github.com/MetaMask/core/pull/7849), [#7869](https://github.com/MetaMask/core/pull/7869))
141148
- The dependencies moved are:
142149
- `@metamask/accounts-controller` (^35.0.2)
143150
- `@metamask/keyring-controller` (^25.1.0)
@@ -255,16 +262,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
255262
### Changed
256263

257264
- Set the `setAccountGroupName`'s option `autoHandleConflict` to `true` for all backup & sync operations ([#6697](https://github.com/MetaMask/core/pull/6697))
258-
- Add new group naming for non-HD keyring accounts ([#6679](https://github.com/MetaMask/core/pull/6679)), ([#6696](https://github.com/MetaMask/core/pull/6696))
265+
- Add new group naming for non-HD keyring accounts ([#6679](https://github.com/MetaMask/core/pull/6679), [#6696](https://github.com/MetaMask/core/pull/6696))
259266
- Hardware-wallet account groups are now named: "Ledger|Trezor|QR|Lattice|OneKey Account N".
260267
- Private key account groups are now named: "Imported Account N".
261268
- Snap account groups are now named: "Snap Account N".
262-
- Account group names now use natural indexing as a fallback ([#6677](https://github.com/MetaMask/core/pull/6677)), ([#6679](https://github.com/MetaMask/core/pull/6679)), ([#6696](https://github.com/MetaMask/core/pull/6696))
269+
- Account group names now use natural indexing as a fallback ([#6677](https://github.com/MetaMask/core/pull/6677), [#6679](https://github.com/MetaMask/core/pull/6679), [#6696](https://github.com/MetaMask/core/pull/6696))
263270
- If a user names his accounts without any indexes, we would just use the number of accounts to compute the next available index.
264271

265272
### Fixed
266273

267-
- Fix group naming for non-HD keyring accounts ([#6677](https://github.com/MetaMask/core/pull/6677)), ([#6679](https://github.com/MetaMask/core/pull/6679))
274+
- Fix group naming for non-HD keyring accounts ([#6677](https://github.com/MetaMask/core/pull/6677), [#6679](https://github.com/MetaMask/core/pull/6679))
268275
- Previously, the first non-HD keyring account would start as `Account 2` as opposed to `Account 1` and thus subsequent group names were off as well.
269276

270277
## [1.0.0]
@@ -340,13 +347,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340347

341348
### Added
342349

343-
- Add `AccountWalletObject.status` support ([#6571](https://github.com/MetaMask/core/pull/6571)), ([#6578](https://github.com/MetaMask/core/pull/6578))
350+
- Add `AccountWalletObject.status` support ([#6571](https://github.com/MetaMask/core/pull/6571), [#6578](https://github.com/MetaMask/core/pull/6578))
344351
- The `status` field will now report the current wallet status.
345352
- Uses `MultichainAccountService` to report on-going operations (discovery, alignment, account creations) for `AccountWalletEntropyObject` multichain account wallet objects.
346353

347354
### Changed
348355

349-
- **BREAKING:** Bump peer dependency `@metamask/multichain-account-service` from `^0.7.0` to `^0.8.0` ([#6571](https://github.com/MetaMask/core/pull/6571)), ([#6578](https://github.com/MetaMask/core/pull/6578))
356+
- **BREAKING:** Bump peer dependency `@metamask/multichain-account-service` from `^0.7.0` to `^0.8.0` ([#6571](https://github.com/MetaMask/core/pull/6571), [#6578](https://github.com/MetaMask/core/pull/6578))
350357
- **BREAKING:** Bump peer dependency `@metamask/account-api` from `^0.9.0` to `^0.12.0` ([#6560](https://github.com/MetaMask/core/pull/6560))
351358

352359
## [0.14.0]
@@ -366,7 +373,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
366373
- Optional configuration through new `AccountTreeControllerConfig.backupAndSync` options.
367374
- Add `@metamask/superstruct` for data validation.
368375
- **BREAKING:** Add `@metamask/multichain-account-service` peer dependency ([#6344](https://github.com/MetaMask/core/pull/6344))
369-
- **BREAKING:** Add `@metamask/profile-sync-controller` peer dependency ([#6344](https://github.com/MetaMask/core/pull/6344)), ([#6558](https://github.com/MetaMask/core/pull/6558))
376+
- **BREAKING:** Add `@metamask/profile-sync-controller` peer dependency ([#6344](https://github.com/MetaMask/core/pull/6344), [#6558](https://github.com/MetaMask/core/pull/6558))
370377
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6470](https://github.com/MetaMask/core/pull/6470))
371378

372379
### Changed
@@ -446,7 +453,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
446453
### Added
447454

448455
- **BREAKING:** Add support for `AccountsController:accountRenamed` event handling for state 1 and legacy account syncing compatibility ([#6251](https://github.com/MetaMask/core/pull/6251))
449-
- Add `AccountTreeController:getAccountsFromSelectedAccountGroup` action ([#6266](https://github.com/MetaMask/core/pull/6266)), ([#6248](https://github.com/MetaMask/core/pull/6248)), ([#6265](https://github.com/MetaMask/core/pull/6265))
456+
- Add `AccountTreeController:getAccountsFromSelectedAccountGroup` action ([#6266](https://github.com/MetaMask/core/pull/6266), [#6248](https://github.com/MetaMask/core/pull/6248), [#6265](https://github.com/MetaMask/core/pull/6265))
450457
- This action can be used to get all accounts from the currently selected account group.
451458
- This action also support `AccountSelector` support to filter out accounts based on some criterias.
452459
- Add persistence support for user customizations ([#6221](https://github.com/MetaMask/core/pull/6221))
@@ -457,14 +464,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
457464
- Add `{wallet,group}.type` tag ([#6214](https://github.com/MetaMask/core/pull/6214))
458465
- This `type` can be used as a tag to strongly-type (tagged-union) the `AccountGroupObject`.
459466
- The `type` from `wallet.metadata` has been moved to `wallet.type` instead and can be used to (tagged-union) the `AccountWalletObject`.
460-
- Add `{wallet,group}.metadata` metadata object ([#6214](https://github.com/MetaMask/core/pull/6214)), ([#6258](https://github.com/MetaMask/core/pull/6258))
467+
- Add `{wallet,group}.metadata` metadata object ([#6214](https://github.com/MetaMask/core/pull/6214), [#6258](https://github.com/MetaMask/core/pull/6258))
461468
- Given the `{wallet,group}.type` you will now have access to specific metadata information (e.g. `group.metadata.groupIndex` for multichain account groups or `wallet.metadata.entropy.id` for multichain account wallets)
462469
- Automatically prune empty groups and wallets upon account removal ([#6234](https://github.com/MetaMask/core/pull/6234))
463470
- This ensures that there aren't any empty nodes in the `AccountTreeController` state.
464471

465472
### Changed
466473

467-
- **BREAKING:** Bump peer dependency `@metamask/account-api` from `^0.3.0` to `^0.9.0` ([#6214](https://github.com/MetaMask/core/pull/6214)), ([#6216](https://github.com/MetaMask/core/pull/6216)), ([#6222](https://github.com/MetaMask/core/pull/6222)), ([#6248](https://github.com/MetaMask/core/pull/6248))
474+
- **BREAKING:** Bump peer dependency `@metamask/account-api` from `^0.3.0` to `^0.9.0` ([#6214](https://github.com/MetaMask/core/pull/6214), [#6216](https://github.com/MetaMask/core/pull/6216), [#6222](https://github.com/MetaMask/core/pull/6222), [#6248](https://github.com/MetaMask/core/pull/6248))
468475
- **BREAKING:** Remove use of in-memory wallets and groups (`AccountTree{Wallet,Object}`) ([#6265](https://github.com/MetaMask/core/pull/6265))
469476
- Those types are not ready to be used and adds no value for now.
470477
- **BREAKING:** Move `wallet.metadata.type` tag to `wallet` node ([#6214](https://github.com/MetaMask/core/pull/6214))
@@ -503,7 +510,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
503510

504511
### Changed
505512

506-
- **BREAKING:** Add `@metamask/account-api` peer dependency ([#6115](https://github.com/MetaMask/core/pull/6115)), ([#6146](https://github.com/MetaMask/core/pull/6146))
513+
- **BREAKING:** Add `@metamask/account-api` peer dependency ([#6115](https://github.com/MetaMask/core/pull/6115), [#6146](https://github.com/MetaMask/core/pull/6146))
507514
- **BREAKING:** Types `AccountWallet` and `AccountGroup` have been respectively renamed to `AccountWalletObject` and `AccountGroupObject` ([#6115](https://github.com/MetaMask/core/pull/6115))
508515
- Those names are now used by the `@metamask/account-api` package to define higher-level interfaces.
509516
- **BREAKING:** Bump peer dependency `@metamask/snaps-controllers` from `^12.0.0` to `^14.0.0` ([#6035](https://github.com/MetaMask/core/pull/6035))
@@ -549,7 +556,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
549556
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
550557
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
551558

552-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...HEAD
559+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.3.0...HEAD
560+
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...@metamask/account-tree-controller@7.3.0
553561
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...@metamask/account-tree-controller@7.2.0
554562
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.0.0...@metamask/account-tree-controller@7.1.0
555563
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@6.0.0...@metamask/account-tree-controller@7.0.0

packages/account-tree-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/account-tree-controller",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Controller to group account together based on some pre-defined rules",
55
"keywords": [
66
"Ethereum",
@@ -56,9 +56,9 @@
5656
"@metamask/accounts-controller": "^38.0.0",
5757
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/keyring-api": "^23.1.0",
59-
"@metamask/keyring-controller": "^25.4.0",
59+
"@metamask/keyring-controller": "^25.5.0",
6060
"@metamask/messenger": "^1.2.0",
61-
"@metamask/multichain-account-service": "^8.0.1",
61+
"@metamask/multichain-account-service": "^9.0.0",
6262
"@metamask/profile-sync-controller": "^28.0.2",
6363
"@metamask/snaps-controllers": "^19.0.0",
6464
"@metamask/snaps-sdk": "^11.0.0",

packages/accounts-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
- Use `KeyringV1Adapter` for `SnapKeyring` v2 accounts ([#8703](https://github.com/MetaMask/core/pull/8703))
1313
- `SnapKeyring` v2 instances will be adapted/wrapped by a v1 keyring adapter, making it compatible with the current `KeyringController` keyrings management.
1414
- Bump `@metamask/keyring-utils` from `^3.1.0` to `^3.2.1` ([#8703](https://github.com/MetaMask/core/pull/8703))
15+
- Bump `@metamask/keyring-controller` from `^25.4.0` to `^25.5.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
1516

1617
## [38.0.0]
1718

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@metamask/base-controller": "^9.1.0",
5858
"@metamask/eth-snap-keyring": "^22.0.1",
5959
"@metamask/keyring-api": "^23.1.0",
60-
"@metamask/keyring-controller": "^25.4.0",
60+
"@metamask/keyring-controller": "^25.5.0",
6161
"@metamask/keyring-internal-api": "^11.0.1",
6262
"@metamask/keyring-sdk": "^2.1.1",
6363
"@metamask/keyring-utils": "^3.2.1",

packages/assets-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/account-tree-controller` from `^7.2.0` to `^7.3.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
13+
- Bump `@metamask/keyring-controller` from `^25.4.0` to `^25.5.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
14+
- Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
15+
- Bump `@metamask/transaction-controller` from `^65.1.0` to `^65.2.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
16+
1017
## [6.4.0]
1118

1219
### Added

packages/assets-controller/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,27 @@
5656
"@ethereumjs/util": "^9.1.0",
5757
"@ethersproject/abi": "^5.7.0",
5858
"@ethersproject/providers": "^5.7.0",
59-
"@metamask/account-tree-controller": "^7.2.0",
59+
"@metamask/account-tree-controller": "^7.3.0",
6060
"@metamask/accounts-controller": "^38.0.0",
6161
"@metamask/assets-controllers": "^106.0.0",
6262
"@metamask/base-controller": "^9.1.0",
6363
"@metamask/client-controller": "^1.0.1",
6464
"@metamask/controller-utils": "^11.20.0",
6565
"@metamask/core-backend": "^6.2.1",
6666
"@metamask/keyring-api": "^23.1.0",
67-
"@metamask/keyring-controller": "^25.4.0",
67+
"@metamask/keyring-controller": "^25.5.0",
6868
"@metamask/keyring-internal-api": "^11.0.1",
6969
"@metamask/keyring-snap-client": "^9.0.2",
7070
"@metamask/messenger": "^1.2.0",
7171
"@metamask/network-controller": "^30.1.0",
7272
"@metamask/network-enablement-controller": "^5.1.0",
73-
"@metamask/permission-controller": "^13.0.0",
73+
"@metamask/permission-controller": "^13.1.0",
7474
"@metamask/phishing-controller": "^17.1.1",
7575
"@metamask/polling-controller": "^16.0.4",
7676
"@metamask/preferences-controller": "^23.1.0",
7777
"@metamask/snaps-controllers": "^19.0.0",
7878
"@metamask/snaps-utils": "^12.1.2",
79-
"@metamask/transaction-controller": "^65.1.0",
79+
"@metamask/transaction-controller": "^65.2.0",
8080
"@metamask/utils": "^11.9.0",
8181
"async-mutex": "^0.5.0",
8282
"bignumber.js": "^9.1.2",

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/account-tree-controller` from `^7.2.0` to `^7.3.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
13+
- Bump `@metamask/keyring-controller` from `^25.4.0` to `^25.5.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
14+
- Bump `@metamask/multichain-account-service` from `^8.0.1` to `^9.0.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
15+
- Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
16+
- Bump `@metamask/transaction-controller` from `^65.1.0` to `^65.2.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
17+
1018
## [106.0.0]
1119

1220
### Added

packages/assets-controllers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@ethersproject/contracts": "^5.7.0",
6161
"@ethersproject/providers": "^5.7.0",
6262
"@metamask/abi-utils": "^2.0.3",
63-
"@metamask/account-tree-controller": "^7.2.0",
63+
"@metamask/account-tree-controller": "^7.3.0",
6464
"@metamask/accounts-controller": "^38.0.0",
6565
"@metamask/approval-controller": "^9.0.1",
6666
"@metamask/base-controller": "^9.1.0",
@@ -69,13 +69,13 @@
6969
"@metamask/core-backend": "^6.2.1",
7070
"@metamask/eth-query": "^4.0.0",
7171
"@metamask/keyring-api": "^23.1.0",
72-
"@metamask/keyring-controller": "^25.4.0",
72+
"@metamask/keyring-controller": "^25.5.0",
7373
"@metamask/messenger": "^1.2.0",
7474
"@metamask/metamask-eth-abis": "^3.1.1",
75-
"@metamask/multichain-account-service": "^8.0.1",
75+
"@metamask/multichain-account-service": "^9.0.0",
7676
"@metamask/network-controller": "^30.1.0",
7777
"@metamask/network-enablement-controller": "^5.1.0",
78-
"@metamask/permission-controller": "^13.0.0",
78+
"@metamask/permission-controller": "^13.1.0",
7979
"@metamask/phishing-controller": "^17.1.1",
8080
"@metamask/polling-controller": "^16.0.4",
8181
"@metamask/preferences-controller": "^23.1.0",
@@ -85,7 +85,7 @@
8585
"@metamask/snaps-sdk": "^11.0.0",
8686
"@metamask/snaps-utils": "^12.1.2",
8787
"@metamask/storage-service": "^1.0.1",
88-
"@metamask/transaction-controller": "^65.1.0",
88+
"@metamask/transaction-controller": "^65.2.0",
8989
"@metamask/utils": "^11.9.0",
9090
"@tanstack/query-core": "^5.62.16",
9191
"@types/bn.js": "^5.1.5",

0 commit comments

Comments
 (0)