Skip to content

Commit b4d2ac1

Browse files
authored
Release/655.0.0 (#7019)
Small patch release of the `multichain-account-service` to fix the TRON account provider. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes @metamask/multichain-account-service v2.0.1 (TRX provider account creation fix) and updates dependent packages; bumps monorepo to 655.0.0. > > - **multichain-account-service**: > - Bump version to `2.0.1` in `packages/multichain-account-service/package.json`. > - Update `CHANGELOG.md`: use `groupIndex` for `TrxAccountProvider` account creation; add PR reference `[ #7018 ]`. > - **Consumers**: > - Update devDependency `@metamask/multichain-account-service` to `^2.0.1` in `packages/account-tree-controller/package.json` and `packages/assets-controllers/package.json`. > - **Repo**: > - Bump root `package.json` version to `655.0.0`. > - Refresh `yarn.lock` to reflect dependency updates. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6dc6d61. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9063409 commit b4d2ac1

File tree

6 files changed

+12
-9
lines changed

6 files changed

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

packages/account-tree-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@metamask/auto-changelog": "^3.4.4",
6363
"@metamask/keyring-api": "^21.0.0",
6464
"@metamask/keyring-controller": "^24.0.0",
65-
"@metamask/multichain-account-service": "^2.0.0",
65+
"@metamask/multichain-account-service": "^2.0.1",
6666
"@metamask/profile-sync-controller": "^26.0.0",
6767
"@metamask/providers": "^22.1.0",
6868
"@metamask/snaps-controllers": "^14.0.1",

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@metamask/keyring-controller": "^24.0.0",
9191
"@metamask/keyring-internal-api": "^9.0.0",
9292
"@metamask/keyring-snap-client": "^8.0.0",
93-
"@metamask/multichain-account-service": "^2.0.0",
93+
"@metamask/multichain-account-service": "^2.0.1",
9494
"@metamask/network-controller": "^25.0.0",
9595
"@metamask/permission-controller": "^12.1.0",
9696
"@metamask/phishing-controller": "^15.0.0",

packages/multichain-account-service/CHANGELOG.md

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

88
## [Unreleased]
99

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

12-
- Use `groupIndex` for account creations on `TrxAccountProvider` instead of the outdated `derivationPath` ([#7010](https://github.com/MetaMask/core/pull/7010))
14+
- Use `groupIndex` for account creations on `TrxAccountProvider` instead of the outdated `derivationPath` ([#7010](https://github.com/MetaMask/core/pull/7010)), ([#7018](https://github.com/MetaMask/core/pull/7018))
1315

1416
## [2.0.0]
1517

@@ -248,7 +250,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248250
- Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141)), ([#6165](https://github.com/MetaMask/core/pull/6165))
249251
- This service manages multichain accounts/wallets.
250252

251-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
253+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
254+
[2.0.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
252255
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
253256
[1.6.2]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
254257
[1.6.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/multichain-account-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/multichain-account-service",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Service to manage multichain accounts",
55
"keywords": [
66
"MetaMask",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ __metadata:
25772577
"@metamask/keyring-api": "npm:^21.0.0"
25782578
"@metamask/keyring-controller": "npm:^24.0.0"
25792579
"@metamask/messenger": "npm:^0.3.0"
2580-
"@metamask/multichain-account-service": "npm:^2.0.0"
2580+
"@metamask/multichain-account-service": "npm:^2.0.1"
25812581
"@metamask/profile-sync-controller": "npm:^26.0.0"
25822582
"@metamask/providers": "npm:^22.1.0"
25832583
"@metamask/snaps-controllers": "npm:^14.0.1"
@@ -2784,7 +2784,7 @@ __metadata:
27842784
"@metamask/keyring-snap-client": "npm:^8.0.0"
27852785
"@metamask/messenger": "npm:^0.3.0"
27862786
"@metamask/metamask-eth-abis": "npm:^3.1.1"
2787-
"@metamask/multichain-account-service": "npm:^2.0.0"
2787+
"@metamask/multichain-account-service": "npm:^2.0.1"
27882788
"@metamask/network-controller": "npm:^25.0.0"
27892789
"@metamask/permission-controller": "npm:^12.1.0"
27902790
"@metamask/phishing-controller": "npm:^15.0.0"
@@ -4135,7 +4135,7 @@ __metadata:
41354135
languageName: node
41364136
linkType: hard
41374137

4138-
"@metamask/multichain-account-service@npm:^2.0.0, @metamask/multichain-account-service@workspace:packages/multichain-account-service":
4138+
"@metamask/multichain-account-service@npm:^2.0.1, @metamask/multichain-account-service@workspace:packages/multichain-account-service":
41394139
version: 0.0.0-use.local
41404140
resolution: "@metamask/multichain-account-service@workspace:packages/multichain-account-service"
41414141
dependencies:

0 commit comments

Comments
 (0)