@metamask-previews/account-tree-controller 7.5.5-preview-ed03d2513 → 7.6.0-preview-abbcfa61d

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 +5 -1
  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.6.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `getAccountFromSelectedAccountGroup` and `setSelectedAccountGroupByAccountId` methods ([#9739](https://github.com/MetaMask/core/pull/9739))
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
 
16
18
  - Bump `@metamask/keyring-api` from `^23.5.0` to `^23.7.0` ([#9676](https://github.com/MetaMask/core/pull/9676))
17
19
  - Bump `@metamask/accounts-controller` from `^39.0.5` to `^39.0.6` ([#9735](https://github.com/MetaMask/core/pull/9735))
20
+ - Bump `@metamask/profile-sync-controller` from `^28.3.0` to `^29.0.0` ([#9779](https://github.com/MetaMask/core/pull/9779))
18
21
 
19
22
  ## [7.5.5]
20
23
 
@@ -635,7 +638,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
635
638
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
636
639
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
637
640
 
638
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.5...HEAD
641
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.6.0...HEAD
642
+ [7.6.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.5...@metamask/account-tree-controller@7.6.0
639
643
  [7.5.5]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.4...@metamask/account-tree-controller@7.5.5
640
644
  [7.5.4]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.3...@metamask/account-tree-controller@7.5.4
641
645
  [7.5.3]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.2...@metamask/account-tree-controller@7.5.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "7.5.5-preview-ed03d2513",
3
+ "version": "7.6.0-preview-abbcfa61d",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -61,7 +61,7 @@
61
61
  "@metamask/keyring-controller": "^27.1.0",
62
62
  "@metamask/messenger": "^2.0.0",
63
63
  "@metamask/multichain-account-service": "^13.0.0",
64
- "@metamask/profile-sync-controller": "^28.3.0",
64
+ "@metamask/profile-sync-controller": "^29.0.0",
65
65
  "@metamask/snaps-controllers": "^19.0.0",
66
66
  "@metamask/snaps-sdk": "^11.0.0",
67
67
  "@metamask/snaps-utils": "^12.1.2",