@metamask-previews/account-tree-controller 7.5.4-preview-ae00c4c29 → 7.5.5-preview-a511f243f

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 (3) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/LICENSE +1 -0
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.5.5]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/profile-sync-controller` from `^28.2.0` to `^28.3.0` ([#9463](https://github.com/MetaMask/core/pull/9463))
15
+ - Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.5` ([#9470](https://github.com/MetaMask/core/pull/9470))
16
+ - Bump `@metamask/multichain-account-service` from `^12.0.0` to `^13.0.0` ([#9470](https://github.com/MetaMask/core/pull/9470))
17
+
10
18
  ## [7.5.4]
11
19
 
12
20
  ### Changed
@@ -618,7 +626,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
618
626
  - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
619
627
  - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
620
628
 
621
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.4...HEAD
629
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.5...HEAD
630
+ [7.5.5]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.4...@metamask/account-tree-controller@7.5.5
622
631
  [7.5.4]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.3...@metamask/account-tree-controller@7.5.4
623
632
  [7.5.3]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.2...@metamask/account-tree-controller@7.5.3
624
633
  [7.5.2]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.5.1...@metamask/account-tree-controller@7.5.2
package/LICENSE CHANGED
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/account-tree-controller",
3
- "version": "7.5.4-preview-ae00c4c29",
3
+ "version": "7.5.5-preview-a511f243f",
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": "^39.0.4",
56
+ "@metamask/accounts-controller": "^39.0.5",
57
57
  "@metamask/base-controller": "^9.1.0",
58
58
  "@metamask/keyring-api": "^23.5.0",
59
59
  "@metamask/keyring-controller": "^27.1.0",
60
60
  "@metamask/messenger": "^2.0.0",
61
- "@metamask/multichain-account-service": "^12.0.0",
62
- "@metamask/profile-sync-controller": "^28.2.0",
61
+ "@metamask/multichain-account-service": "^13.0.0",
62
+ "@metamask/profile-sync-controller": "^28.3.0",
63
63
  "@metamask/snaps-controllers": "^19.0.0",
64
64
  "@metamask/snaps-sdk": "^11.0.0",
65
65
  "@metamask/snaps-utils": "^12.1.2",