@metamask-previews/keyring-controller 8.0.3-preview.e3b05ea → 8.1.0-preview.7f750b2

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 +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [8.1.0]
10
+ ### Changed
11
+ - Adds additional options to KeyringTypes enum ([#1839](https://github.com/MetaMask/core/pull/1839))
12
+
9
13
  ## [8.0.3]
10
14
  ### Changed
11
15
  - `signTransaction` now accepts an optional `opts: Record<string, unknown>` argument to support `signTransaction` from `Keyring` type ([#1789](https://github.com/MetaMask/core/pull/1789))
@@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218
222
 
219
223
  All changes listed after this point were applied to this package following the monorepo conversion.
220
224
 
221
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.0.3...HEAD
225
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.1.0...HEAD
226
+ [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.0.3...@metamask/keyring-controller@8.1.0
222
227
  [8.0.3]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.0.2...@metamask/keyring-controller@8.0.3
223
228
  [8.0.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.0.1...@metamask/keyring-controller@8.0.2
224
229
  [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@8.0.0...@metamask/keyring-controller@8.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "8.0.3-preview.e3b05ea",
3
+ "version": "8.1.0-preview.7f750b2",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -44,7 +44,7 @@
44
44
  "@ethereumjs/common": "^3.2.0",
45
45
  "@ethereumjs/tx": "^4.2.0",
46
46
  "@keystonehq/bc-ur-registry-eth": "^0.9.0",
47
- "@metamask/auto-changelog": "^3.4.0",
47
+ "@metamask/auto-changelog": "^3.4.2",
48
48
  "@metamask/eth-sig-util": "^7.0.0",
49
49
  "@metamask/scure-bip39": "^2.1.0",
50
50
  "@types/jest": "^27.4.1",