@metamask-previews/multichain-account-service 0.3.0-preview-a850cd0b → 0.4.0-preview-23561b15

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
+ ### Changed
11
+
12
+ - Bump `@metamask/base-controller` from `^8.0.1` to `^8.1.0` ([#6284](https://github.com/MetaMask/core/pull/6284))
13
+
14
+ ## [0.4.0]
15
+
10
16
  ### Added
11
17
 
12
18
  - Allow custom account providers ([#6231](https://github.com/MetaMask/core/pull/6231))
@@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
61
  - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141)), ([#6165](https://github.com/MetaMask/core/pull/6165))
56
62
  - This service manages multichain accounts/wallets.
57
63
 
58
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.3.0...HEAD
64
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.4.0...HEAD
65
+ [0.4.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.3.0...@metamask/multichain-account-service@0.4.0
59
66
  [0.3.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.1...@metamask/multichain-account-service@0.3.0
60
67
  [0.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.2.0...@metamask/multichain-account-service@0.2.1
61
68
  [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@0.1.0...@metamask/multichain-account-service@0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-account-service",
3
- "version": "0.3.0-preview-a850cd0b",
3
+ "version": "0.4.0-preview-23561b15",
4
4
  "description": "Service to manage multichain accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,7 +47,7 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.0.1",
50
+ "@metamask/base-controller": "^8.1.0",
51
51
  "@metamask/eth-snap-keyring": "^16.0.0",
52
52
  "@metamask/keyring-api": "^20.0.0",
53
53
  "@metamask/keyring-internal-api": "^8.0.0",
@@ -59,9 +59,9 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@metamask/account-api": "^0.9.0",
62
- "@metamask/accounts-controller": "^32.0.1",
62
+ "@metamask/accounts-controller": "^32.0.2",
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
- "@metamask/keyring-controller": "^22.1.0",
64
+ "@metamask/keyring-controller": "^22.1.1",
65
65
  "@metamask/providers": "^22.1.0",
66
66
  "@metamask/snaps-controllers": "^14.0.1",
67
67
  "@types/jest": "^27.4.1",