@metamask-previews/keyring-controller 17.2.1-preview-f6589ba6 → 17.2.2-preview-1510ded6

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 +12 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [17.2.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)), ([#4728](https://github.com/MetaMask/core/pull/4728))
15
+ - Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts).
16
+ - Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4`
17
+ - Bump `@metamask/eth-hd-keyring` from `^7.0.1` to `^7.0.4`
18
+ - Bump `@metamask/eth-simple-keyring` from `^6.0.1` to `^6.0.5`
19
+
10
20
  ## [17.2.1]
11
21
 
12
22
  ### Fixed
@@ -551,7 +561,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
551
561
 
552
562
  All changes listed after this point were applied to this package following the monorepo conversion.
553
563
 
554
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.1...HEAD
564
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.2...HEAD
565
+ [17.2.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.1...@metamask/keyring-controller@17.2.2
555
566
  [17.2.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.2.0...@metamask/keyring-controller@17.2.1
556
567
  [17.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.2...@metamask/keyring-controller@17.2.0
557
568
  [17.1.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.1...@metamask/keyring-controller@17.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "17.2.1-preview-f6589ba6",
3
+ "version": "17.2.2-preview-1510ded6",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,10 +51,10 @@
51
51
  "@keystonehq/metamask-airgapped-keyring": "^0.14.1",
52
52
  "@metamask/base-controller": "^7.0.1",
53
53
  "@metamask/browser-passworder": "^4.3.0",
54
- "@metamask/eth-hd-keyring": "^7.0.3",
54
+ "@metamask/eth-hd-keyring": "^7.0.4",
55
55
  "@metamask/eth-sig-util": "^7.0.1",
56
- "@metamask/eth-simple-keyring": "^6.0.4",
57
- "@metamask/keyring-api": "^8.1.2",
56
+ "@metamask/eth-simple-keyring": "^6.0.5",
57
+ "@metamask/keyring-api": "^8.1.3",
58
58
  "@metamask/message-manager": "^10.1.1",
59
59
  "@metamask/utils": "^9.1.0",
60
60
  "async-mutex": "^0.5.0",