@metamask-previews/account-tree-controller 7.1.0-preview-95a687acf → 7.2.0-preview-53e60e1a5

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 +7 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.2.0]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/keyring-api` from `^21.6.0` to `^23.0.1` ([#8464](https://github.com/MetaMask/core/pull/8464))
14
+ - Bump `@metamask/accounts-controller` from `^37.2.0` to `^38.0.0` ([#8665](https://github.com/MetaMask/core/pull/8665))
15
+ - Bump `@metamask/keyring-api` from `^21.6.0` to `^23.1.0` ([#8464](https://github.com/MetaMask/core/pull/8464), [#8647](https://github.com/MetaMask/core/pull/8647))
13
16
  - Add Stellar sort-order support ([#8464](https://github.com/MetaMask/core/pull/8464))
14
17
  - Now use `SnapController:getSnap` when applying Snap rule (instead of using `account.metadata.snap.enabled`. ([#8584](https://github.com/MetaMask/core/pull/8584))
15
18
  - As a result of this, Snap accounts that reference unavailable Snap (read, not available on the `SnapController`) will now be grouped under the Keyring rule instead (e.g being put in the "Snap Wallet" section).
16
19
  - Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
17
- - Bump `@metamask/keyring-controller` from `^25.2.0` to `^25.3.0` ([#8634](https://github.com/MetaMask/core/pull/8634))
20
+ - Bump `@metamask/keyring-controller` from `^25.2.0` to `^25.4.0` ([#8634](https://github.com/MetaMask/core/pull/8634), [#8665](https://github.com/MetaMask/core/pull/8665))
18
21
 
19
22
  ## [7.1.0]
20
23
 
@@ -538,7 +541,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
538
541
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
539
542
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
540
543
 
541
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...HEAD
544
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.2.0...HEAD
545
+ [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.1.0...@metamask/account-tree-controller@7.2.0
542
546
  [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.0.0...@metamask/account-tree-controller@7.1.0
543
547
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@6.0.0...@metamask/account-tree-controller@7.0.0
544
548
  [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@5.0.1...@metamask/account-tree-controller@6.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "7.1.0-preview-95a687acf",
3
+ "version": "7.2.0-preview-53e60e1a5",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,10 +53,10 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^37.2.0",
56
+ "@metamask/accounts-controller": "^38.0.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
- "@metamask/keyring-api": "^23.0.1",
59
- "@metamask/keyring-controller": "^25.3.0",
58
+ "@metamask/keyring-api": "^23.1.0",
59
+ "@metamask/keyring-controller": "^25.4.0",
60
60
  "@metamask/messenger": "^1.2.0",
61
61
  "@metamask/multichain-account-service": "^8.0.1",
62
62
  "@metamask/profile-sync-controller": "^28.0.2",
@@ -69,7 +69,7 @@
69
69
  "lodash": "^4.17.21"
70
70
  },
71
71
  "devDependencies": {
72
- "@metamask/account-api": "^1.0.3",
72
+ "@metamask/account-api": "^1.0.4",
73
73
  "@metamask/auto-changelog": "^6.1.0",
74
74
  "@metamask/providers": "^22.1.0",
75
75
  "@ts-bridge/cli": "^0.6.4",