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 15, 2024
1 parent cdbda57 commit 2839aab
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions packages/keyring-api/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

## [11.0.0]

### Uncategorized
### Changed

- chore: bump typescript to version 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))
- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- Use TypeScript 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))

## [10.1.0]

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

## [9.0.0]

### Uncategorized
### Changed

- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))

## [8.0.0]

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

## [7.0.0]

### Uncategorized
### Changed

- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))

## [6.0.0]

Expand Down
6 changes: 3 additions & 3 deletions packages/keyring-eth-simple/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 typescript to version 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))
- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- Use TypeScript 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))

## [7.0.0]

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

## [6.0.0]

### Uncategorized
### Changed

- chore: bump typescript to version 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))
- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- Use TypeScript 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))

## [5.0.0]

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

## [6.0.0]

### Uncategorized
### Changed

- chore: bump typescript to version 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))
- build!: build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- fix: export `JsonRpcRequest` + remove imports from `dist` folder ([#95](https://github.com/MetaMask/accounts/pull/95))
- **BREAKING:** Build packages with `ts-bridge` ([#40](https://github.com/MetaMask/accounts/pull/40))
- Use TypeScript 5.6.3 ([#97](https://github.com/MetaMask/accounts/pull/97))
- Export type `JsonRpcRequest` ([#95](https://github.com/MetaMask/accounts/pull/95))

## [5.0.1]

Expand Down

0 comments on commit 2839aab

Please sign in to comment.