@metamask/keyring-api 19.1.0 → 20.0.0
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 +11 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [20.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- **BREAKING:** Add generic account type ([#323](https://github.com/metamask/accounts/pull/323))
|
15
|
+
- This change was not properly reported as breaking on the `19.1.0`.
|
16
|
+
- The `KeyringAccountType` union now has a new member type `any:account`.
|
17
|
+
|
10
18
|
## [19.1.0]
|
11
19
|
|
12
20
|
### Added
|
13
21
|
|
14
22
|
- Add generic account type ([#318](https://github.com/metamask/accounts/pull/318))
|
15
23
|
- This account type can be used during the integration of new chains.
|
16
|
-
- It's allowed only Flask builds of MetaMask clients.
|
24
|
+
- It's allowed only in Flask builds of MetaMask clients.
|
17
25
|
|
18
26
|
## [19.0.0]
|
19
27
|
|
@@ -598,7 +606,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
598
606
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
599
607
|
- Helper functions to create keyring handler in the snap.
|
600
608
|
|
601
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@
|
609
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@20.0.0...HEAD
|
610
|
+
[20.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.1.0...@metamask/keyring-api@20.0.0
|
602
611
|
[19.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@19.0.0...@metamask/keyring-api@19.1.0
|
603
612
|
[19.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@18.0.0...@metamask/keyring-api@19.0.0
|
604
613
|
[18.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.6.0...@metamask/keyring-api@18.0.0
|