@metamask/multichain-account-service 10.0.0 → 10.0.1

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 +10 -1
  2. 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
+ ## [10.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/snap-account-service` from `^0.1.0` to `^0.2.1` ([#8844](https://github.com/MetaMask/core/pull/8844), [#8912](https://github.com/MetaMask/core/pull/8912))
15
+ - Bump `@metamask/keyring-controller` from `^25.5.0` to `^26.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912))
16
+ - Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
17
+
10
18
  ## [10.0.0]
11
19
 
12
20
  ### Changed
@@ -485,7 +493,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
485
493
  - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165))
486
494
  - This service manages multichain accounts/wallets.
487
495
 
488
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...HEAD
496
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.1...HEAD
497
+ [10.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@10.0.0...@metamask/multichain-account-service@10.0.1
489
498
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@9.0.0...@metamask/multichain-account-service@10.0.0
490
499
  [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.1...@metamask/multichain-account-service@9.0.0
491
500
  [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@8.0.0...@metamask/multichain-account-service@8.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-account-service",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,17 +54,17 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@ethereumjs/util": "^9.1.0",
57
- "@metamask/accounts-controller": "^38.1.1",
57
+ "@metamask/accounts-controller": "^38.1.2",
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",
61
61
  "@metamask/keyring-api": "^23.1.0",
62
- "@metamask/keyring-controller": "^25.5.0",
62
+ "@metamask/keyring-controller": "^26.0.0",
63
63
  "@metamask/keyring-internal-api": "^11.0.1",
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.1.0",
67
+ "@metamask/snap-account-service": "^0.2.1",
68
68
  "@metamask/snaps-controllers": "^19.0.0",
69
69
  "@metamask/snaps-sdk": "^11.0.0",
70
70
  "@metamask/snaps-utils": "^12.1.2",