@metamask-previews/wallet 5.0.0-preview-1bd5239bf → 6.0.0-preview-2855dbf4e

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [6.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - **BREAKING:** Wire `AddressBookController` into the default wallet initialization ([#9291](https://github.com/MetaMask/core/pull/9291))
13
15
 
16
+ ### Changed
17
+
18
+ - Bump `@metamask/accounts-controller` from `^39.0.3` to `^39.0.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
19
+ - Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
20
+
14
21
  ## [5.0.0]
15
22
 
16
23
  ### Added
@@ -77,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
84
 
78
85
  - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
79
86
 
80
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@5.0.0...HEAD
87
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@6.0.0...HEAD
88
+ [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@5.0.0...@metamask/wallet@6.0.0
81
89
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@4.0.0...@metamask/wallet@5.0.0
82
90
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@3.0.0...@metamask/wallet@4.0.0
83
91
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@2.0.0...@metamask/wallet@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/wallet",
3
- "version": "5.0.0-preview-1bd5239bf",
3
+ "version": "6.0.0-preview-2855dbf4e",
4
4
  "description": "Provides a shared framework for building MetaMask wallets",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,7 +53,7 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^39.0.3",
56
+ "@metamask/accounts-controller": "^39.0.4",
57
57
  "@metamask/address-book-controller": "^7.1.2",
58
58
  "@metamask/approval-controller": "^9.0.2",
59
59
  "@metamask/base-controller": "^9.1.0",
@@ -62,7 +62,7 @@
62
62
  "@metamask/controller-utils": "^12.3.0",
63
63
  "@metamask/keyring-controller": "^27.1.0",
64
64
  "@metamask/messenger": "^1.2.0",
65
- "@metamask/network-controller": "^33.0.0",
65
+ "@metamask/network-controller": "^34.0.0",
66
66
  "@metamask/remote-feature-flag-controller": "^4.2.2",
67
67
  "@metamask/scure-bip39": "^2.1.1",
68
68
  "@metamask/storage-service": "^1.0.2",