@metamask-previews/wallet 3.0.0-preview-6da9f2b → 4.0.0-preview-2a256aff2

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ 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
+
10
12
  ### Added
11
13
 
12
14
  - **BREAKING:** Add `AccountsController` and `ConnectivityController` as default initialized controllers ([#8924](https://github.com/MetaMask/core/pull/8924))
@@ -19,8 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
  ### Changed
20
22
 
21
23
  - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
22
- - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
24
+ - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.3.0` ([#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
23
25
  - Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
26
+ - Bump `@metamask/accounts-controller` from `^39.0.1` to `^39.0.2` ([#9218](https://github.com/MetaMask/core/pull/9218))
24
27
 
25
28
  ## [3.0.0]
26
29
 
@@ -58,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
61
 
59
62
  - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
60
63
 
61
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@3.0.0...HEAD
64
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@4.0.0...HEAD
65
+ [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@3.0.0...@metamask/wallet@4.0.0
62
66
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@2.0.0...@metamask/wallet@3.0.0
63
67
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@1.0.1...@metamask/wallet@2.0.0
64
68
  [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/wallet@1.0.0...@metamask/wallet@1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/wallet",
3
- "version": "3.0.0-preview-6da9f2b",
3
+ "version": "4.0.0-preview-2a256aff2",
4
4
  "description": "Provides a shared framework for building MetaMask wallets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,12 +53,12 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^39.0.1",
56
+ "@metamask/accounts-controller": "^39.0.2",
57
57
  "@metamask/approval-controller": "^9.0.2",
58
58
  "@metamask/base-controller": "^9.1.0",
59
59
  "@metamask/browser-passworder": "^6.0.0",
60
60
  "@metamask/connectivity-controller": "^0.2.0",
61
- "@metamask/controller-utils": "^12.2.0",
61
+ "@metamask/controller-utils": "^12.3.0",
62
62
  "@metamask/keyring-controller": "^27.1.0",
63
63
  "@metamask/messenger": "^1.2.0",
64
64
  "@metamask/remote-feature-flag-controller": "^4.2.2",