Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "50.0.0",
"version": "49.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
9 changes: 1 addition & 8 deletions packages/keyring-eth-ledger-bridge/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]

## [11.1.0]

### Changed

- Better error handling for Ledger signing operations ([#294](https://github.com/MetaMask/accounts.git/pull/294))

## [11.0.3]

### Fixed
Expand Down Expand Up @@ -330,8 +324,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[11.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
[11.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[11.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
[11.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-ledger-bridge-keyring",
"version": "11.1.0",
"version": "11.0.3",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"keywords": [
"ethereum",
Expand Down
Loading