Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Nov 13, 2024
1 parent 29d45d6 commit 6dc72c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/keyring-eth-hd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [8.0.0]

### Uncategorized
### Changed

- chore: bump dependency `eth-sig-util@^7.0.3` -> `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800).

## [7.0.4]

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

## [7.0.0]

### Uncategorized
### Changed

- chore: bump dependency `eth-sig-util@^7.0.3` -> `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- 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))
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800).
- Use TypeScript 5 ([#55](https://github.com/MetaMask/accounts/pull/55))

## [6.0.5]

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

## [5.0.0]

### Uncategorized
### Changed

- chore: bump dependency `eth-sig-util@^7.0.3` -> `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- chore: update jest config + include coverage for `yarn test` command ([#74](https://github.com/MetaMask/accounts/pull/74))
- **BREAKING**: Bump `@metamask/eth-sig-util` dependency from `^7.0.3` to `^8.0.0` ([#79](https://github.com/MetaMask/accounts/pull/79))
- `signTypedData` no longer support `number` for addresses, see [here](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md#800).

## [4.0.0]

Expand Down

0 comments on commit 6dc72c8

Please sign in to comment.