Skip to content

Commit 6016e4b

Browse files
committed
chore: updaet changelogs
1 parent 926931a commit 6016e4b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Add support for `KeyringTypes.cash` in `keyringTypeToName`, mapping it to `'Cash Account'` ([#8204](https://github.com/MetaMask/core/pull/8204))
1213
- Add `:accounts{Added,Removed}` batch events ([#8151](https://github.com/MetaMask/core/pull/8151))
1314
- Those new events can be used instead of single `:accountAdded` and `:accountRemoved` events to reduce the number of events emitted during batch operations (e.g. `KeyringController` state re-synchronization).
1415

packages/cash-account-service/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Initial release
12+
- Initial release ([#8204](https://github.com/MetaMask/core/pull/8204))
1313

1414
[Unreleased]: https://github.com/MetaMask/core/

packages/keyring-controller/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add `KeyringTypes.cash` (`'Cash Keyring'`) to the `KeyringTypes` enum ([#8204](https://github.com/MetaMask/core/pull/8204))
13+
- Add `CashKeyring` (from `@metamask-previews/eth-cash-keyring`) as a built-in default keyring ([#8204](https://github.com/MetaMask/core/pull/8204))
14+
1015
### Changed
1116

1217
- Bump `@metamask/keyring-api` from `^21.0.0` to `^21.5.0` ([#7857](https://github.com/MetaMask/core/pull/7857))

0 commit comments

Comments
 (0)