Skip to content

Commit

Permalink
Update Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Oct 17, 2024
1 parent 44793bb commit 3e847e6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/accounts-monorepo",
"version": "6.0.0",
"version": "7.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/keyring-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]

### Uncategorized

- chore: fix post-install validation warnings ([#58](https://github.com/MetaMask/accounts/pull/58))
Expand Down Expand Up @@ -416,7 +418,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
- Helper functions to create keyring handler in the snap.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.3...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.3...@metamask/keyring-api@9.0.0
[8.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...@metamask/keyring-api@8.1.3
[8.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...@metamask/keyring-api@8.1.2
[8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "8.1.3",
"version": "9.0.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down
4 changes: 0 additions & 4 deletions packages/keyring-eth-hd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))

## [7.0.4]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/keyring-eth-ledger-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))

## [5.0.1]

### Changed
Expand Down
6 changes: 0 additions & 6 deletions packages/keyring-eth-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))
- chore: update lint tools versions + use ts 5 ([#55](https://github.com/MetaMask/accounts/pull/55))
- chore: fix post-install validation warnings ([#58](https://github.com/MetaMask/accounts/pull/58))

## [6.0.5]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/keyring-eth-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))

## [4.0.0]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/keyring-snap-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Uncategorized

- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))

## [4.4.0]

### Added
Expand Down

0 comments on commit 3e847e6

Please sign in to comment.