@metamask-previews/multichain-account-service 5.1.0-preview-766f7065 → 5.1.0-preview-cd0d0950

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - Add a `getAccountIds` method which returns all the account ids pertaining to a group.
15
15
  - Add an `addAccounts` method on the `BaseBip44AccountProvider` class which keeps track of all the account IDs that pertain to it.
16
16
 
17
+ ### Changed
18
+
19
+ - Bump `@metamask/keyring-controller` from `^25.0.0` to `^25.1.0` ([#7713](https://github.com/MetaMask/core/pull/7713))
20
+
17
21
  ## [5.1.0]
18
22
 
19
23
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-account-service",
3
- "version": "5.1.0-preview-766f7065",
3
+ "version": "5.1.0-preview-cd0d0950",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "@metamask/eth-snap-keyring": "^18.0.0",
55
55
  "@metamask/key-tree": "^10.1.1",
56
56
  "@metamask/keyring-api": "^21.0.0",
57
- "@metamask/keyring-controller": "^25.0.0",
57
+ "@metamask/keyring-controller": "^25.1.0",
58
58
  "@metamask/keyring-internal-api": "^9.0.0",
59
59
  "@metamask/keyring-snap-client": "^8.0.0",
60
60
  "@metamask/keyring-utils": "^3.1.0",