@metamask-previews/account-tree-controller 4.1.1-preview-1c2b324fd → 5.0.0-preview-00245ea

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  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
+ ## [5.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Expose missing public `AccountTreeController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976/))
@@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
23
 
22
24
  ### Changed
23
25
 
24
- - Bump `@metamask/accounts-controller` from `^36.0.0` to `^36.0.1` ([#7996](https://github.com/MetaMask/core/pull/7996))
26
+ - Bump `@metamask/accounts-controller` from `^36.0.0` to `^37.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996)), ([#8140](https://github.com/MetaMask/core/pull/8140))
27
+ - Bump `@metamask/multichain-account-service` from `^7.0.0` to `^7.1.0` ([#8140](https://github.com/MetaMask/core/pull/8140))
25
28
 
26
29
  ### Removed
27
30
 
@@ -459,7 +462,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459
462
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
460
463
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
461
464
 
462
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.1...HEAD
465
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.0...HEAD
466
+ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.1...@metamask/account-tree-controller@5.0.0
463
467
  [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.0...@metamask/account-tree-controller@4.1.1
464
468
  [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...@metamask/account-tree-controller@4.1.0
465
469
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...@metamask/account-tree-controller@4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "4.1.1-preview-1c2b324fd",
3
+ "version": "5.0.0-preview-00245ea",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^36.0.1",
51
+ "@metamask/accounts-controller": "^37.0.0",
52
52
  "@metamask/base-controller": "^9.0.0",
53
53
  "@metamask/keyring-controller": "^25.1.0",
54
54
  "@metamask/messenger": "^0.3.0",
55
- "@metamask/multichain-account-service": "^7.0.0",
55
+ "@metamask/multichain-account-service": "^7.1.0",
56
56
  "@metamask/profile-sync-controller": "^27.1.0",
57
57
  "@metamask/snaps-controllers": "^17.2.0",
58
58
  "@metamask/snaps-sdk": "^10.3.0",