@metamask-previews/multichain-account-service 3.0.0-preview-4cd9da8d → 4.0.0-preview-e3eb8eca

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 +5 -5
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
+ ## [4.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15
+ - **BREAKING:** Bump `@metamask/accounts-controller` from `^34.0.0` to `^35.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16
+
10
17
  ## [3.0.0]
11
18
 
12
19
  ### Added
@@ -275,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
275
282
  - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141)), ([#6165](https://github.com/MetaMask/core/pull/6165))
276
283
  - This service manages multichain accounts/wallets.
277
284
 
278
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@3.0.0...HEAD
285
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@4.0.0...HEAD
286
+ [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@3.0.0...@metamask/multichain-account-service@4.0.0
279
287
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@2.1.0...@metamask/multichain-account-service@3.0.0
280
288
  [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@2.0.1...@metamask/multichain-account-service@2.1.0
281
289
  [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@2.0.0...@metamask/multichain-account-service@2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-account-service",
3
- "version": "3.0.0-preview-4cd9da8d",
3
+ "version": "4.0.0-preview-e3eb8eca",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -65,11 +65,11 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@metamask/account-api": "^0.12.0",
68
- "@metamask/accounts-controller": "^34.0.0",
68
+ "@metamask/accounts-controller": "^35.0.0",
69
69
  "@metamask/auto-changelog": "^3.4.4",
70
70
  "@metamask/error-reporting-service": "^3.0.0",
71
71
  "@metamask/eth-hd-keyring": "^13.0.0",
72
- "@metamask/keyring-controller": "^24.0.0",
72
+ "@metamask/keyring-controller": "^25.0.0",
73
73
  "@metamask/providers": "^22.1.0",
74
74
  "@metamask/snaps-controllers": "^14.0.1",
75
75
  "@ts-bridge/cli": "^0.6.4",
@@ -86,9 +86,9 @@
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@metamask/account-api": "^0.12.0",
89
- "@metamask/accounts-controller": "^34.0.0",
89
+ "@metamask/accounts-controller": "^35.0.0",
90
90
  "@metamask/error-reporting-service": "^3.0.0",
91
- "@metamask/keyring-controller": "^24.0.0",
91
+ "@metamask/keyring-controller": "^25.0.0",
92
92
  "@metamask/providers": "^22.0.0",
93
93
  "@metamask/snaps-controllers": "^14.0.0",
94
94
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"