@metamask-previews/account-tree-controller 3.0.0-preview-4cd9da8d → 4.0.0-preview-e3eb8eca
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 +11 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/profile-sync-controller` from `^26.0.0` to `^27.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
15
|
+
- **BREAKING:** Bump `@metamask/multichain-account-service` from `^3.0.0` to `^4.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
16
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
17
|
+
- **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
18
|
+
|
|
10
19
|
## [3.0.0]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -399,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
399
408
|
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
|
|
400
409
|
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
|
|
401
410
|
|
|
402
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@
|
|
411
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...HEAD
|
|
412
|
+
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...@metamask/account-tree-controller@4.0.0
|
|
403
413
|
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...@metamask/account-tree-controller@3.0.0
|
|
404
414
|
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.6.0...@metamask/account-tree-controller@2.0.0
|
|
405
415
|
[1.6.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.5.0...@metamask/account-tree-controller@1.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/account-tree-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-preview-e3eb8eca",
|
|
4
4
|
"description": "Controller to group account together based on some pre-defined rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@metamask/account-api": "^0.12.0",
|
|
62
|
-
"@metamask/accounts-controller": "^
|
|
62
|
+
"@metamask/accounts-controller": "^35.0.0",
|
|
63
63
|
"@metamask/auto-changelog": "^3.4.4",
|
|
64
64
|
"@metamask/keyring-api": "^21.0.0",
|
|
65
|
-
"@metamask/keyring-controller": "^
|
|
66
|
-
"@metamask/multichain-account-service": "^
|
|
67
|
-
"@metamask/profile-sync-controller": "^
|
|
65
|
+
"@metamask/keyring-controller": "^25.0.0",
|
|
66
|
+
"@metamask/multichain-account-service": "^4.0.0",
|
|
67
|
+
"@metamask/profile-sync-controller": "^27.0.0",
|
|
68
68
|
"@metamask/providers": "^22.1.0",
|
|
69
69
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
70
70
|
"@ts-bridge/cli": "^0.6.4",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@metamask/account-api": "^0.12.0",
|
|
82
|
-
"@metamask/accounts-controller": "^
|
|
83
|
-
"@metamask/keyring-controller": "^
|
|
84
|
-
"@metamask/multichain-account-service": "^
|
|
85
|
-
"@metamask/profile-sync-controller": "^
|
|
82
|
+
"@metamask/accounts-controller": "^35.0.0",
|
|
83
|
+
"@metamask/keyring-controller": "^25.0.0",
|
|
84
|
+
"@metamask/multichain-account-service": "^4.0.0",
|
|
85
|
+
"@metamask/profile-sync-controller": "^27.0.0",
|
|
86
86
|
"@metamask/providers": "^22.0.0",
|
|
87
87
|
"@metamask/snaps-controllers": "^14.0.0",
|
|
88
88
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
|