diff --git a/package.json b/package.json index 5862f16d..303bfc75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-monorepo", - "version": "96.0.0", + "version": "97.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 86a98024..7a652ff0 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.8.0] + ### Added - Add `PermissionCameraPromptDismissed` error code and `QR_WALLET_ERROR_MAPPINGS` used for extension QR hardware wallet camera flows ([#490](https://github.com/MetaMask/accounts/pull/490)) @@ -63,7 +65,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.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.8.0...HEAD +[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 [0.6.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.5.0...@metamask/hw-wallet-sdk@0.6.0 [0.5.0]: https://github.com/MetaMask/accounts/compare/@metamask/hw-wallet-sdk@0.4.0...@metamask/hw-wallet-sdk@0.5.0 diff --git a/packages/hw-wallet-sdk/package.json b/packages/hw-wallet-sdk/package.json index 453e8f5a..a39461ac 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.7.0", + "version": "0.8.0", "description": "MetaMask Hardware Device SDK", "keywords": [ "metamask", diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index e03da652..cc334c5c 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/hw-wallet-sdk` from `^0.6.0` to `^0.7.0` ([#482](https://github.com/MetaMask/accounts/pull/482)) - Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482)) - Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487)) +- Bump `@metamask/hw-wallet-sdk` from `^0.7.0` to `^0.8.0` ([#497](https://github.com/MetaMask/accounts/pull/497)) ## [11.3.0] diff --git a/packages/keyring-eth-ledger-bridge/package.json b/packages/keyring-eth-ledger-bridge/package.json index 4af09907..b3a761f6 100644 --- a/packages/keyring-eth-ledger-bridge/package.json +++ b/packages/keyring-eth-ledger-bridge/package.json @@ -51,7 +51,7 @@ "@ethereumjs/util": "^9.1.0", "@ledgerhq/hw-app-eth": "^6.42.0", "@metamask/eth-sig-util": "^8.2.0", - "@metamask/hw-wallet-sdk": "^0.7.0", + "@metamask/hw-wallet-sdk": "^0.8.0", "@metamask/keyring-api": "^22.0.0", "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index dbf36643..3a9fa941 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482)) - Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487)) - Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489)) +- Bump `@metamask/hw-wallet-sdk` from `^0.7.0` to `^0.8.0` ([#497](https://github.com/MetaMask/accounts/pull/497)) ## [9.1.0] diff --git a/packages/keyring-eth-trezor/package.json b/packages/keyring-eth-trezor/package.json index 0bacdc34..88dffd30 100644 --- a/packages/keyring-eth-trezor/package.json +++ b/packages/keyring-eth-trezor/package.json @@ -49,7 +49,7 @@ "@ethereumjs/tx": "^5.4.0", "@ethereumjs/util": "^9.1.0", "@metamask/eth-sig-util": "^8.2.0", - "@metamask/hw-wallet-sdk": "^0.7.0", + "@metamask/hw-wallet-sdk": "^0.8.0", "@metamask/keyring-api": "^22.0.0", "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 408338bd..630eac67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1724,7 +1724,7 @@ __metadata: "@metamask/account-api": "npm:^1.0.1" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/eth-sig-util": "npm:^8.2.0" - "@metamask/hw-wallet-sdk": "npm:^0.7.0" + "@metamask/hw-wallet-sdk": "npm:^0.8.0" "@metamask/keyring-api": "npm:^22.0.0" "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" @@ -1926,7 +1926,7 @@ __metadata: "@metamask/account-api": "npm:^1.0.1" "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/eth-sig-util": "npm:^8.2.0" - "@metamask/hw-wallet-sdk": "npm:^0.7.0" + "@metamask/hw-wallet-sdk": "npm:^0.8.0" "@metamask/keyring-api": "npm:^22.0.0" "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" @@ -1968,7 +1968,7 @@ __metadata: languageName: node linkType: hard -"@metamask/hw-wallet-sdk@npm:^0.7.0, @metamask/hw-wallet-sdk@workspace:packages/hw-wallet-sdk": +"@metamask/hw-wallet-sdk@npm:^0.8.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: