@metamask-previews/account-tree-controller 7.5.0-preview-a302a81d3 → 7.5.1-preview-a65eb72

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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.5.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^38.1.2` to `^39.0.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
15
+ - Bump `@metamask/multichain-account-service` from `^10.0.1` to `^10.0.2` ([#8999](https://github.com/MetaMask/core/pull/8999))
16
+
10
17
  ## [7.5.0]
11
18
 
12
19
  ### Added
@@ -583,7 +590,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
583
590
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
584
591
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
585
592
 
586
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.0...HEAD
593
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.1...HEAD
594
+ [7.5.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.0...@metamask/account-tree-controller@7.5.1
587
595
  [7.5.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.4.0...@metamask/account-tree-controller@7.5.0
588
596
  [7.4.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.3.0...@metamask/account-tree-controller@7.4.0
589
597
  [7.3.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...@metamask/account-tree-controller@7.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "7.5.0-preview-a302a81d3",
3
+ "version": "7.5.1-preview-a65eb72",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,12 +53,12 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^38.1.2",
56
+ "@metamask/accounts-controller": "^39.0.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/keyring-api": "^23.1.0",
59
59
  "@metamask/keyring-controller": "^26.0.0",
60
60
  "@metamask/messenger": "^1.2.0",
61
- "@metamask/multichain-account-service": "^10.0.1",
61
+ "@metamask/multichain-account-service": "^10.0.2",
62
62
  "@metamask/profile-sync-controller": "^28.1.1",
63
63
  "@metamask/snaps-controllers": "^19.0.0",
64
64
  "@metamask/snaps-sdk": "^11.0.0",