@metamask/multichain-account-service 10.0.1 → 10.0.2

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
+ ## [10.0.2]
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/snap-account-service` from `^0.2.1` to `^0.3.0` ([#8999](https://github.com/MetaMask/core/pull/8999))
16
+
10
17
  ## [10.0.1]
11
18
 
12
19
  ### Changed
@@ -493,7 +500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493
500
  - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165))
494
501
  - This service manages multichain accounts/wallets.
495
502
 
496
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...HEAD
503
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.2...HEAD
504
+ [10.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...@metamask/multichain-account-service@10.0.2
497
505
  [10.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...@metamask/multichain-account-service@10.0.1
498
506
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@9.0.0...@metamask/multichain-account-service@10.0.0
499
507
  [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.1...@metamask/multichain-account-service@9.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-account-service",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@ethereumjs/util": "^9.1.0",
57
- "@metamask/accounts-controller": "^38.1.2",
57
+ "@metamask/accounts-controller": "^39.0.0",
58
58
  "@metamask/base-controller": "^9.1.0",
59
59
  "@metamask/eth-snap-keyring": "^22.0.1",
60
60
  "@metamask/key-tree": "^10.1.1",
@@ -64,7 +64,7 @@
64
64
  "@metamask/keyring-snap-client": "^9.0.2",
65
65
  "@metamask/keyring-utils": "^3.2.1",
66
66
  "@metamask/messenger": "^1.2.0",
67
- "@metamask/snap-account-service": "^0.2.1",
67
+ "@metamask/snap-account-service": "^0.3.0",
68
68
  "@metamask/snaps-controllers": "^19.0.0",
69
69
  "@metamask/snaps-sdk": "^11.0.0",
70
70
  "@metamask/snaps-utils": "^12.1.2",