@metamask-previews/account-tree-controller 7.0.0-preview-debd7ebcd → 7.1.0-preview-9c8c0a0
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 +9 -2
- 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.1.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Always fire `:selectedAccountGroupChange` during `init` call ([#8427](https://github.com/MetaMask/core/pull/8427))
|
|
@@ -14,10 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
16
|
- Now persist `accounTree` ([#8437](https://github.com/MetaMask/core/pull/8437))
|
|
15
17
|
- The tree is not persisted and can be used before `init` is called.
|
|
16
18
|
- This allow consumers (like the assets controllers) to rely on the selected group's accounts right away.
|
|
17
|
-
- Remove dynamic identifiers (wallet IDs, group IDs) from backup and sync thrown error messages to improve Sentry error grouping ([#8349](https://github.com/MetaMask/core/pull/8349))
|
|
18
19
|
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
19
20
|
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
20
21
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
22
|
+
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
23
|
+
|
|
24
|
+
### Removed
|
|
25
|
+
|
|
26
|
+
- Remove dynamic identifiers (wallet IDs, group IDs) from backup and sync thrown error messages to improve Sentry error grouping ([#8349](https://github.com/MetaMask/core/pull/8349))
|
|
21
27
|
|
|
22
28
|
## [7.0.0]
|
|
23
29
|
|
|
@@ -523,7 +529,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
523
529
|
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
|
|
524
530
|
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
|
|
525
531
|
|
|
526
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.
|
|
532
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...HEAD
|
|
533
|
+
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.0.0...@metamask/account-tree-controller@7.1.0
|
|
527
534
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@6.0.0...@metamask/account-tree-controller@7.0.0
|
|
528
535
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.1...@metamask/account-tree-controller@6.0.0
|
|
529
536
|
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.0...@metamask/account-tree-controller@5.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/account-tree-controller",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.0-preview-9c8c0a0",
|
|
4
4
|
"description": "Controller to group account together based on some pre-defined rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/accounts-controller": "^37.2.0",
|
|
57
|
-
"@metamask/base-controller": "^9.0
|
|
57
|
+
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/keyring-api": "^21.6.0",
|
|
59
59
|
"@metamask/keyring-controller": "^25.2.0",
|
|
60
60
|
"@metamask/messenger": "^1.1.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@metamask/account-api": "^1.0.0",
|
|
73
|
-
"@metamask/auto-changelog": "^6.
|
|
73
|
+
"@metamask/auto-changelog": "^6.1.0",
|
|
74
74
|
"@metamask/providers": "^22.1.0",
|
|
75
75
|
"@ts-bridge/cli": "^0.6.4",
|
|
76
76
|
"@types/jest": "^29.5.14",
|