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": "118.0.0",
"version": "119.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/hw-wallet-sdk/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]

## [0.11.0]

### Added

- Add `DMK_ERROR_TAG_MAPPINGS`, `DMK_MESSAGE_PATTERNS`, and `getDmkErrorFromTag` for parsing Ledger Device Management Kit (DMK) errors by their non-standard `_tag` property ([#597](https://github.com/MetaMask/accounts/pull/597))
Expand Down Expand Up @@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add hardware related error mappings and custom hardware error ([#421](https://github.com/MetaMask/accounts/pull/421))
- Add BLE and mobile error mappings with new error codes for Bluetooth permissions, connection states, and mobile support ([#433](https://github.com/MetaMask/accounts/pull/433))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.10.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.11.0...HEAD
[0.11.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.10.0...@metamask/hw-wallet-sdk@0.11.0
[0.10.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.8.0...@metamask/hw-wallet-sdk@0.10.0
[0.8.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.7.0...@metamask/hw-wallet-sdk@0.8.0
[0.7.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.6.0...@metamask/hw-wallet-sdk@0.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/hw-wallet-sdk",
"version": "0.10.0",
"version": "0.11.0",
"description": "MetaMask Hardware Device SDK",
"keywords": [
"hardware-wallet",
Expand Down
7 changes: 5 additions & 2 deletions packages/keyring-eth-ledger-bridge/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]

## [12.4.0]

### Added

- Add `createDmkError` factory function and wire DMK `_tag` resolution into the Ledger DMK bridge ([#597](https://github.com/MetaMask/accounts/pull/597))
Expand All @@ -16,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/hw-wallet-sdk` from `^0.10.0` to `^0.11.0` ([#597](https://github.com/MetaMask/accounts/pull/597))
- Bump `@metamask/hw-wallet-sdk` from `^0.10.0` to `^0.11.0` ([#597](https://github.com/MetaMask/accounts/pull/597), [#599](https://github.com/MetaMask/accounts/pull/599))

## [12.3.0]

Expand Down Expand Up @@ -478,7 +480,8 @@ 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/eth-ledger-bridge-keyring@12.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.4.0...HEAD
[12.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.3.0...@metamask/eth-ledger-bridge-keyring@12.4.0
[12.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.2.0...@metamask/eth-ledger-bridge-keyring@12.3.0
[12.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.1.0...@metamask/eth-ledger-bridge-keyring@12.2.0
[12.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.3...@metamask/eth-ledger-bridge-keyring@12.1.0
Expand Down
4 changes: 2 additions & 2 deletions 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": "12.3.0",
"version": "12.4.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@ledgerhq/hw-app-eth": "^6.42.0",
"@ledgerhq/hw-transport": "^6.31.3",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/hw-wallet-sdk": "^0.10.0",
"@metamask/hw-wallet-sdk": "^0.11.0",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"hdkey": "^2.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/keyring-eth-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/hw-wallet-sdk` from `^0.10.0` to `^0.11.0` ([#599](https://github.com/MetaMask/accounts/pull/599))

## [10.1.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/hw-wallet-sdk": "^0.10.0",
"@metamask/hw-wallet-sdk": "^0.11.0",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-utils": "^3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ __metadata:
"@metamask/account-api": "npm:^1.1.0"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/eth-sig-util": "npm:^8.2.0"
"@metamask/hw-wallet-sdk": "npm:^0.10.0"
"@metamask/hw-wallet-sdk": "npm:^0.11.0"
"@metamask/keyring-api": "npm:^23.5.0"
"@metamask/keyring-sdk": "npm:^2.2.0"
"@metamask/keyring-utils": "npm:^3.3.1"
Expand Down Expand Up @@ -2145,7 +2145,7 @@ __metadata:
"@metamask/account-api": "npm:^1.1.0"
"@metamask/auto-changelog": "npm:^6.1.0"
"@metamask/eth-sig-util": "npm:^8.2.0"
"@metamask/hw-wallet-sdk": "npm:^0.10.0"
"@metamask/hw-wallet-sdk": "npm:^0.11.0"
"@metamask/keyring-api": "npm:^23.5.0"
"@metamask/keyring-sdk": "npm:^2.2.0"
"@metamask/keyring-utils": "npm:^3.3.1"
Expand Down Expand Up @@ -2187,7 +2187,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/hw-wallet-sdk@npm:^0.10.0, @metamask/hw-wallet-sdk@workspace:packages/hw-wallet-sdk":
"@metamask/hw-wallet-sdk@npm:^0.11.0, @metamask/hw-wallet-sdk@workspace:packages/hw-wallet-sdk":
version: 0.0.0-use.local
resolution: "@metamask/hw-wallet-sdk@workspace:packages/hw-wallet-sdk"
dependencies:
Expand Down
Loading