@metamask-previews/multichain-account-service 1.6.0-preview-096af0b9 → 1.6.1-preview-05b702c4

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 +8 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.6.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
15
+
10
16
  ## [1.6.0]
11
17
 
12
18
  ### Changed
@@ -221,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221
227
  - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141)), ([#6165](https://github.com/MetaMask/core/pull/6165))
222
228
  - This service manages multichain accounts/wallets.
223
229
 
224
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.0...HEAD
230
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.1...HEAD
231
+ [1.6.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.6.0...@metamask/multichain-account-service@1.6.1
225
232
  [1.6.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.5.0...@metamask/multichain-account-service@1.6.0
226
233
  [1.5.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.4.0...@metamask/multichain-account-service@1.5.0
227
234
  [1.4.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@1.3.0...@metamask/multichain-account-service@1.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-account-service",
3
- "version": "1.6.0-preview-096af0b9",
3
+ "version": "1.6.1-preview-05b702c4",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
- "@metamask/base-controller": "^8.4.0",
51
+ "@metamask/base-controller": "^8.4.1",
52
52
  "@metamask/eth-snap-keyring": "^17.0.0",
53
53
  "@metamask/key-tree": "^10.1.1",
54
54
  "@metamask/keyring-api": "^21.0.0",
@@ -63,10 +63,10 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@metamask/account-api": "^0.12.0",
66
- "@metamask/accounts-controller": "^33.1.0",
66
+ "@metamask/accounts-controller": "^33.1.1",
67
67
  "@metamask/auto-changelog": "^3.4.4",
68
68
  "@metamask/eth-hd-keyring": "^13.0.0",
69
- "@metamask/keyring-controller": "^23.1.0",
69
+ "@metamask/keyring-controller": "^23.1.1",
70
70
  "@metamask/providers": "^22.1.0",
71
71
  "@metamask/snaps-controllers": "^14.0.1",
72
72
  "@types/jest": "^27.4.1",