@metamask-previews/keyring-controller 17.2.2-preview-557a8fcb → 17.3.0-preview-257618a8
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 +8 -1
- package/package.json +2 -2
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
|
+
## [17.3.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/message-manager` from `^10.1.1` to `^11.0.0` ([#4805](https://github.com/MetaMask/core/pull/4805))
|
|
15
|
+
|
|
10
16
|
## [17.2.2]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -561,7 +567,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
561
567
|
|
|
562
568
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
563
569
|
|
|
564
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.
|
|
570
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.3.0...HEAD
|
|
571
|
+
[17.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.2...@metamask/keyring-controller@17.3.0
|
|
565
572
|
[17.2.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.1...@metamask/keyring-controller@17.2.2
|
|
566
573
|
[17.2.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.0...@metamask/keyring-controller@17.2.1
|
|
567
574
|
[17.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.2...@metamask/keyring-controller@17.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0-preview-257618a8",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@metamask/base-controller": "^7.0.1",
|
|
53
53
|
"@metamask/browser-passworder": "^4.3.0",
|
|
54
54
|
"@metamask/eth-hd-keyring": "^7.0.4",
|
|
55
|
-
"@metamask/eth-sig-util": "^
|
|
55
|
+
"@metamask/eth-sig-util": "^8.0.0",
|
|
56
56
|
"@metamask/eth-simple-keyring": "^6.0.5",
|
|
57
57
|
"@metamask/keyring-api": "^8.1.3",
|
|
58
58
|
"@metamask/message-manager": "^11.0.0",
|