@metamask-previews/account-tree-controller 7.4.0-preview-781882851 → 7.5.0-preview-d3514bcb5

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 +11 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.5.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add group naming support for `KeyringType` (v2) ([#8885](https://github.com/MetaMask/core/pull/8885))
13
15
  - Add `KeyringType` (v2) in Snap matching rule ([#8885](https://github.com/MetaMask/core/pull/8885))
14
16
 
17
+ ### Changed
18
+
19
+ - Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
20
+ - Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
21
+ - Bump `@metamask/multichain-account-service` from `^10.0.0` to `^10.0.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
22
+ - Bump `@metamask/profile-sync-controller` from `^28.1.0` to `^28.1.1` ([#8912](https://github.com/MetaMask/core/pull/8912))
23
+
15
24
  ## [7.4.0]
16
25
 
17
26
  ### Added
@@ -574,7 +583,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574
583
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
575
584
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
576
585
 
577
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.4.0...HEAD
586
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.0...HEAD
587
+ [7.5.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.4.0...@metamask/account-tree-controller@7.5.0
578
588
  [7.4.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.3.0...@metamask/account-tree-controller@7.4.0
579
589
  [7.3.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...@metamask/account-tree-controller@7.3.0
580
590
  [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...@metamask/account-tree-controller@7.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "7.4.0-preview-781882851",
3
+ "version": "7.5.0-preview-d3514bcb5",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,13 +53,13 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^38.1.1",
56
+ "@metamask/accounts-controller": "^38.1.2",
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/keyring-api": "^23.1.0",
59
- "@metamask/keyring-controller": "^25.5.0",
59
+ "@metamask/keyring-controller": "^26.0.0",
60
60
  "@metamask/messenger": "^1.2.0",
61
- "@metamask/multichain-account-service": "^10.0.0",
62
- "@metamask/profile-sync-controller": "^28.1.0",
61
+ "@metamask/multichain-account-service": "^10.0.1",
62
+ "@metamask/profile-sync-controller": "^28.1.1",
63
63
  "@metamask/snaps-controllers": "^19.0.0",
64
64
  "@metamask/snaps-sdk": "^11.0.0",
65
65
  "@metamask/snaps-utils": "^12.1.2",