@metamask-previews/keyring-controller 19.1.0-preview-7a21cbc → 19.2.0-preview-e2b3b183

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 +10 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.2` ([#5356](https://github.com/MetaMask/core/pull/5356))
13
+
14
+ ## [19.2.0]
15
+
10
16
  ### Added
11
17
 
18
+ - Add `signEip7702Authorization` to `KeyringController` ([#5301](https://github.com/MetaMask/core/pull/5301))
12
19
  - Add `KeyringController:withKeyring` action ([#5332](https://github.com/MetaMask/core/pull/5332))
13
20
  - The action can be used to consume the `withKeyring` method of the `KeyringController` class
21
+ - Support keyring metadata in KeyringController ([#5112](https://github.com/MetaMask/core/pull/5112))
14
22
 
15
23
  ## [19.1.0]
16
24
 
@@ -675,7 +683,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
675
683
 
676
684
  All changes listed after this point were applied to this package following the monorepo conversion.
677
685
 
678
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.1.0...HEAD
686
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.2.0...HEAD
687
+ [19.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.1.0...@metamask/keyring-controller@19.2.0
679
688
  [19.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.7...@metamask/keyring-controller@19.1.0
680
689
  [19.0.7]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.6...@metamask/keyring-controller@19.0.7
681
690
  [19.0.6]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@19.0.5...@metamask/keyring-controller@19.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "19.1.0-preview-7a21cbc",
3
+ "version": "19.2.0-preview-e2b3b183",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -55,7 +55,7 @@
55
55
  "@metamask/eth-sig-util": "^8.2.0",
56
56
  "@metamask/eth-simple-keyring": "^8.1.0",
57
57
  "@metamask/keyring-api": "^17.0.0",
58
- "@metamask/keyring-internal-api": "^4.0.1",
58
+ "@metamask/keyring-internal-api": "^4.0.2",
59
59
  "@metamask/utils": "^11.2.0",
60
60
  "async-mutex": "^0.5.0",
61
61
  "ethereumjs-wallet": "^1.0.1",