@metamask-previews/account-tree-controller 7.3.0-preview-ccdc8dcd5 → 7.4.0-preview-a96479ea9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [7.4.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `AccountTreeController:accountGroup{Created,Updated,Removed}` events ([#8766](https://github.com/MetaMask/core/pull/8766))
|
|
@@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
17
|
### Changed
|
|
16
18
|
|
|
17
19
|
- Bump `@metamask/accounts-controller` from `^38.0.0` to `^38.1.1` ([#8755](https://github.com/MetaMask/core/pull/8755), [#8774](https://github.com/MetaMask/core/pull/8774))
|
|
20
|
+
- Bump `@metamask/multichain-account-service` from `^9.0.0` to `^10.0.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
|
|
21
|
+
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
|
|
18
22
|
|
|
19
23
|
## [7.3.0]
|
|
20
24
|
|
|
@@ -565,7 +569,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
565
569
|
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
|
|
566
570
|
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
|
|
567
571
|
|
|
568
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.
|
|
572
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.4.0...HEAD
|
|
573
|
+
[7.4.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.3.0...@metamask/account-tree-controller@7.4.0
|
|
569
574
|
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...@metamask/account-tree-controller@7.3.0
|
|
570
575
|
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...@metamask/account-tree-controller@7.2.0
|
|
571
576
|
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.0.0...@metamask/account-tree-controller@7.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/account-tree-controller",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-preview-a96479ea9",
|
|
4
4
|
"description": "Controller to group account together based on some pre-defined rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@metamask/keyring-api": "^23.1.0",
|
|
59
59
|
"@metamask/keyring-controller": "^25.5.0",
|
|
60
60
|
"@metamask/messenger": "^1.2.0",
|
|
61
|
-
"@metamask/multichain-account-service": "^
|
|
62
|
-
"@metamask/profile-sync-controller": "^28.0
|
|
61
|
+
"@metamask/multichain-account-service": "^10.0.0",
|
|
62
|
+
"@metamask/profile-sync-controller": "^28.1.0",
|
|
63
63
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
64
64
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
65
65
|
"@metamask/snaps-utils": "^12.1.2",
|