@metamask-previews/account-tree-controller 2.0.0-preview-7f5161b8 → 3.0.0-preview-12e7e334

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/multichain-account-service` from `^2.0.0` to `^3.0.0` ([#7100](https://github.com/MetaMask/core/pull/7100))
15
+
10
16
  ## [2.0.0]
11
17
 
12
18
  ### Changed
@@ -393,7 +399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
393
399
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
394
400
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
395
401
 
396
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...HEAD
402
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...HEAD
403
+ [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...@metamask/account-tree-controller@3.0.0
397
404
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.6.0...@metamask/account-tree-controller@2.0.0
398
405
  [1.6.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.5.0...@metamask/account-tree-controller@1.6.0
399
406
  [1.5.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.4.2...@metamask/account-tree-controller@1.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "2.0.0-preview-7f5161b8",
3
+ "version": "3.0.0-preview-12e7e334",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -63,7 +63,7 @@
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
64
  "@metamask/keyring-api": "^21.0.0",
65
65
  "@metamask/keyring-controller": "^24.0.0",
66
- "@metamask/multichain-account-service": "^2.1.0",
66
+ "@metamask/multichain-account-service": "^3.0.0",
67
67
  "@metamask/profile-sync-controller": "^26.0.0",
68
68
  "@metamask/providers": "^22.1.0",
69
69
  "@metamask/snaps-controllers": "^14.0.1",
@@ -81,7 +81,7 @@
81
81
  "@metamask/account-api": "^0.12.0",
82
82
  "@metamask/accounts-controller": "^34.0.0",
83
83
  "@metamask/keyring-controller": "^24.0.0",
84
- "@metamask/multichain-account-service": "^2.0.0",
84
+ "@metamask/multichain-account-service": "^3.0.0",
85
85
  "@metamask/profile-sync-controller": "^26.0.0",
86
86
  "@metamask/providers": "^22.0.0",
87
87
  "@metamask/snaps-controllers": "^14.0.0",