@metamask-previews/account-tree-controller 4.1.0-preview-0bb0ab8a7 → 4.1.1-preview-8edbf7c9d

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 +4 -4
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
+ ## [4.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^35.0.2` to `^36.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
15
+ - Bump `@metamask/multichain-account-service` from `^6.0.0` to `^7.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
16
+
10
17
  ## [4.1.0]
11
18
 
12
19
  ### Added
@@ -431,7 +438,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431
438
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
432
439
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
433
440
 
434
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.0...HEAD
441
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.1...HEAD
442
+ [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.1.0...@metamask/account-tree-controller@4.1.1
435
443
  [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@4.0.0...@metamask/account-tree-controller@4.1.0
436
444
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@3.0.0...@metamask/account-tree-controller@4.0.0
437
445
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@2.0.0...@metamask/account-tree-controller@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "4.1.0-preview-0bb0ab8a7",
3
+ "version": "4.1.1-preview-8edbf7c9d",
4
4
  "description": "Controller to group account together based on some pre-defined rules",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/accounts-controller": "^35.0.2",
51
+ "@metamask/accounts-controller": "^36.0.0",
52
52
  "@metamask/base-controller": "^9.0.0",
53
53
  "@metamask/keyring-controller": "^25.1.0",
54
54
  "@metamask/messenger": "^0.3.0",
55
- "@metamask/multichain-account-service": "^6.0.0",
55
+ "@metamask/multichain-account-service": "^7.0.0",
56
56
  "@metamask/profile-sync-controller": "^27.1.0",
57
57
  "@metamask/snaps-controllers": "^17.2.0",
58
58
  "@metamask/snaps-sdk": "^10.3.0",
@@ -72,7 +72,7 @@
72
72
  "deepmerge": "^4.2.2",
73
73
  "jest": "^29.7.0",
74
74
  "ts-jest": "^29.2.5",
75
- "typedoc": "^0.24.8",
75
+ "typedoc": "^0.25.13",
76
76
  "typedoc-plugin-missing-exports": "^2.0.0",
77
77
  "typescript": "~5.3.3",
78
78
  "webextension-polyfill": "^0.12.0"