@metamask-previews/keyring-controller 17.2.1-preview-113f7cb → 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.
- package/CHANGELOG.md +12 -1
- package/package.json +1 -1
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.
|
|
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