@metamask/wallet 12.0.0 → 12.0.1
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.
- package/CHANGELOG.md +9 -1
- package/package.json +2 -2
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
|
+
## [12.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/remote-feature-flag-controller` from `^5.0.0` to `^6.0.0` ([#9945](https://github.com/MetaMask/core/pull/9945))
|
|
15
|
+
- This should have been included in 12.0.0.
|
|
16
|
+
|
|
10
17
|
## [12.0.0]
|
|
11
18
|
|
|
12
19
|
### Added
|
|
@@ -190,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
190
197
|
|
|
191
198
|
- Initial release ([#8838](https://github.com/MetaMask/core/pull/8838))
|
|
192
199
|
|
|
193
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.
|
|
200
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.1...HEAD
|
|
201
|
+
[12.0.1]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.0...@metamask/wallet@12.0.1
|
|
194
202
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@11.0.0...@metamask/wallet@12.0.0
|
|
195
203
|
[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@10.0.0...@metamask/wallet@11.0.0
|
|
196
204
|
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@9.0.0...@metamask/wallet@10.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/wallet",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1",
|
|
4
4
|
"description": "Provides a shared framework for building MetaMask wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@metamask/messenger": "^2.0.0",
|
|
70
70
|
"@metamask/network-controller": "^35.0.1",
|
|
71
71
|
"@metamask/passkey-controller": "^3.0.0",
|
|
72
|
-
"@metamask/remote-feature-flag-controller": "^
|
|
72
|
+
"@metamask/remote-feature-flag-controller": "^6.0.0",
|
|
73
73
|
"@metamask/scure-bip39": "^2.1.1",
|
|
74
74
|
"@metamask/seedless-onboarding-controller": "^10.1.1",
|
|
75
75
|
"@metamask/shield-controller": "^6.0.0",
|