@metamask-previews/account-tree-controller 7.0.0-preview-b441b46d7 → 7.1.0-preview-5d0317d14
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 +8 -2
- package/package.json +2 -2
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,12 +16,15 @@ 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))
|
|
21
22
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
22
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))
|
|
27
|
+
|
|
23
28
|
## [7.0.0]
|
|
24
29
|
|
|
25
30
|
### Changed
|
|
@@ -524,7 +529,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
524
529
|
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
|
|
525
530
|
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
|
|
526
531
|
|
|
527
|
-
[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
|
|
528
534
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@6.0.0...@metamask/account-tree-controller@7.0.0
|
|
529
535
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.1...@metamask/account-tree-controller@6.0.0
|
|
530
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-5d0317d14",
|
|
4
4
|
"description": "Controller to group account together based on some pre-defined rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -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",
|