@metamask-previews/keyring-controller 19.0.5-preview-99939da3 → 19.0.6-preview-224dff25

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 +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
+ ## [19.0.6]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))
15
+ - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223))
16
+
10
17
  ## [19.0.5]
11
18
 
12
19
  ### Changed
@@ -646,7 +653,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
646
653
 
647
654
  All changes listed after this point were applied to this package following the monorepo conversion.
648
655
 
649
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.5...HEAD
656
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.6...HEAD
657
+ [19.0.6]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.5...@metamask/keyring-controller@19.0.6
650
658
  [19.0.5]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.4...@metamask/keyring-controller@19.0.5
651
659
  [19.0.4]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.3...@metamask/keyring-controller@19.0.4
652
660
  [19.0.3]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.2...@metamask/keyring-controller@19.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "19.0.5-preview-99939da3",
3
+ "version": "19.0.6-preview-224dff25",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "@metamask/eth-hd-keyring": "^7.0.4",
55
55
  "@metamask/eth-sig-util": "^8.0.0",
56
56
  "@metamask/eth-simple-keyring": "^6.0.5",
57
- "@metamask/keyring-api": "^16.1.0",
57
+ "@metamask/keyring-api": "^17.0.0",
58
58
  "@metamask/keyring-internal-api": "^4.0.1",
59
59
  "@metamask/message-manager": "^12.0.0",
60
60
  "@metamask/utils": "^11.1.0",