diff --git a/package.json b/package.json index 14f3c463d..2c3206fdf 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/packages/hw-wallet-sdk/CHANGELOG.md b/packages/hw-wallet-sdk/CHANGELOG.md index f58e43eb8..3b7c14580 100644 --- a/packages/hw-wallet-sdk/CHANGELOG.md +++ b/packages/hw-wallet-sdk/CHANGELOG.md @@ -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)) @@ -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 diff --git a/packages/hw-wallet-sdk/package.json b/packages/hw-wallet-sdk/package.json index df3b1bf75..ea5760e55 100644 --- a/packages/hw-wallet-sdk/package.json +++ b/packages/hw-wallet-sdk/package.json @@ -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", diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 4173a693f..07bf8a911 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -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)) @@ -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] @@ -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 diff --git a/packages/keyring-eth-ledger-bridge/package.json b/packages/keyring-eth-ledger-bridge/package.json index f9d899c0b..06f24ea01 100644 --- a/packages/keyring-eth-ledger-bridge/package.json +++ b/packages/keyring-eth-ledger-bridge/package.json @@ -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", @@ -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", diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index fce36e57e..080654525 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -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 diff --git a/packages/keyring-eth-trezor/package.json b/packages/keyring-eth-trezor/package.json index d5fe9d58b..d0cf424e8 100644 --- a/packages/keyring-eth-trezor/package.json +++ b/packages/keyring-eth-trezor/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index ea6615f70..502079288 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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: