@metamask-previews/keyring-controller 17.3.0-preview-39249b0 → 17.3.1-preview-699c6b6a

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,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [17.3.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
15
+ - Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
16
+ - Bump `@metamask/eth-sig-util` from `^7.0.1` to `^8.0.0` ([#4830](https://github.com/MetaMask/core/pull/4830))
17
+
10
18
  ## [17.3.0]
11
19
 
12
20
  ### Changed
@@ -567,7 +575,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
567
575
 
568
576
  All changes listed after this point were applied to this package following the monorepo conversion.
569
577
 
570
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.3.0...HEAD
578
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.3.1...HEAD
579
+ [17.3.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.3.0...@metamask/keyring-controller@17.3.1
571
580
  [17.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.2...@metamask/keyring-controller@17.3.0
572
581
  [17.2.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.1...@metamask/keyring-controller@17.2.2
573
582
  [17.2.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.0...@metamask/keyring-controller@17.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "17.3.0-preview-39249b0",
3
+ "version": "17.3.1-preview-699c6b6a",
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.0.0",
56
56
  "@metamask/eth-simple-keyring": "^6.0.5",
57
57
  "@metamask/keyring-api": "^8.1.3",
58
- "@metamask/message-manager": "^11.0.0",
58
+ "@metamask/message-manager": "^11.0.1",
59
59
  "@metamask/utils": "^10.0.0",
60
60
  "async-mutex": "^0.5.0",
61
61
  "ethereumjs-wallet": "^1.0.1",