From a5b376b8a0a75ef0241dcab07ad4f7fd481d9e16 Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 20 Jul 2026 19:16:21 +0800 Subject: [PATCH 1/5] Initialize Release 119.0.0 --- packages/keyring-eth-hd/CHANGELOG.md | 7 +++++++ packages/keyring-eth-ledger-bridge/CHANGELOG.md | 8 ++++++-- packages/keyring-eth-money/CHANGELOG.md | 7 ++++++- packages/keyring-eth-qr/CHANGELOG.md | 5 +++++ packages/keyring-eth-simple/CHANGELOG.md | 5 +++++ packages/keyring-eth-trezor/CHANGELOG.md | 4 ++++ packages/keyring-internal-api/CHANGELOG.md | 6 ++++++ packages/keyring-sdk/CHANGELOG.md | 4 ++++ 8 files changed, 43 insertions(+), 3 deletions(-) diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index b1cb4d16b..138ff6c62 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) +- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) +- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) +- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) + ### Changed - Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562)) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 4173a693f..2a44eefdb 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) + ### Added - Add `createDmkError` factory function and wire DMK `_tag` resolution into the Ledger DMK bridge ([#597](https://github.com/MetaMask/accounts/pull/597)) @@ -147,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts.git/pull/314)) +- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts/pull/314)) ## [11.1.1] @@ -365,7 +369,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings (#207) ([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207)) +- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207)) ([#207](https://github.com/MetaMask/accounts/pull/207)) ## [2.0.1] diff --git a/packages/keyring-eth-money/CHANGELOG.md b/packages/keyring-eth-money/CHANGELOG.md index 2e43e85fe..4351b6751 100644 --- a/packages/keyring-eth-money/CHANGELOG.md +++ b/packages/keyring-eth-money/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) +- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) + ### Changed - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587)) @@ -62,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/488), [#488](https://github.com/MetaMask/accounts/pull/492)) +- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/492), [#488](https://github.com/MetaMask/accounts/pull/488)) - Constructor now requires a `MoneyKeyringOptions` object with a `getMnemonic` callback. The `entropySource` is set by `deserialize()` from the serialized state. - The inner `HdKeyring` is created on the first signing call (lazily), protected by a mutex to ensure single initialization under concurrency. - Serialized state now stores `entropySource` instead of `mnemonic`; the mnemonic is resolved at deserialization time via the callback. diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index edbc296bd..8c78dfd70 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) +- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) + ### Changed - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587)) diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index b6e0ea303..f0c1a0123 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) +- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) + ### Changed - Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562)) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index fce36e57e..7dd484f53 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] +### Uncategorized + +- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) + ## [10.1.1] ### Changed diff --git a/packages/keyring-internal-api/CHANGELOG.md b/packages/keyring-internal-api/CHANGELOG.md index ea4ff0eb7..2b601e03c 100644 --- a/packages/keyring-internal-api/CHANGELOG.md +++ b/packages/keyring-internal-api/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) +- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) +- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) + ### Changed - Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546)) diff --git a/packages/keyring-sdk/CHANGELOG.md b/packages/keyring-sdk/CHANGELOG.md index db2ca5e13..f7009f7f3 100644 --- a/packages/keyring-sdk/CHANGELOG.md +++ b/packages/keyring-sdk/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) + ### Added - Add keyring state migration framework ([#505](https://github.com/MetaMask/accounts/pull/505)) From 4c97728f4a92ab32ce77973be13306caef95ef50 Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 20 Jul 2026 19:17:06 +0800 Subject: [PATCH 2/5] Update Release 119.0.0 --- package.json | 2 +- packages/hw-wallet-sdk/CHANGELOG.md | 5 ++++- packages/hw-wallet-sdk/package.json | 2 +- packages/keyring-eth-hd/CHANGELOG.md | 7 ------- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 5 ++++- packages/keyring-eth-ledger-bridge/package.json | 4 ++-- packages/keyring-eth-money/CHANGELOG.md | 7 +------ packages/keyring-eth-qr/CHANGELOG.md | 5 ----- packages/keyring-eth-simple/CHANGELOG.md | 5 ----- packages/keyring-eth-trezor/CHANGELOG.md | 4 ---- packages/keyring-eth-trezor/package.json | 2 +- packages/keyring-internal-api/CHANGELOG.md | 6 ------ packages/keyring-sdk/CHANGELOG.md | 4 ---- yarn.lock | 6 +++--- 14 files changed, 17 insertions(+), 47 deletions(-) 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-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 138ff6c62..b1cb4d16b 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,13 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) -- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) -- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) -- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) - ### Changed - Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562)) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 2a44eefdb..78be7c3a9 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] + ### Uncategorized - release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) @@ -482,7 +484,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-money/CHANGELOG.md b/packages/keyring-eth-money/CHANGELOG.md index 4351b6751..2e43e85fe 100644 --- a/packages/keyring-eth-money/CHANGELOG.md +++ b/packages/keyring-eth-money/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) -- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) - ### Changed - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587)) @@ -67,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/492), [#488](https://github.com/MetaMask/accounts/pull/488)) +- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/488), [#488](https://github.com/MetaMask/accounts/pull/492)) - Constructor now requires a `MoneyKeyringOptions` object with a `getMnemonic` callback. The `entropySource` is set by `deserialize()` from the serialized state. - The inner `HdKeyring` is created on the first signing call (lazily), protected by a mutex to ensure single initialization under concurrency. - Serialized state now stores `entropySource` instead of `mnemonic`; the mnemonic is resolved at deserialization time via the callback. diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 8c78dfd70..edbc296bd 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) -- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) - ### Changed - Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587)) diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index f0c1a0123..b6e0ea303 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) -- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) - ### Changed - Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562)) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 7dd484f53..fce36e57e 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) - ## [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/packages/keyring-internal-api/CHANGELOG.md b/packages/keyring-internal-api/CHANGELOG.md index 2b601e03c..ea4ff0eb7 100644 --- a/packages/keyring-internal-api/CHANGELOG.md +++ b/packages/keyring-internal-api/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) -- chore: fix changelogs PR grouping ([#563](https://github.com/MetaMask/accounts/pull/563)) -- build: fix `yarn` warnings + align `typescript` version with `core`/`snaps` ([#536](https://github.com/MetaMask/accounts/pull/536)) - ### Changed - Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546)) diff --git a/packages/keyring-sdk/CHANGELOG.md b/packages/keyring-sdk/CHANGELOG.md index f7009f7f3..db2ca5e13 100644 --- a/packages/keyring-sdk/CHANGELOG.md +++ b/packages/keyring-sdk/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: use `@metamask/superstruct` `exactOptional` support ([#580](https://github.com/MetaMask/accounts/pull/580)) - ### Added - Add keyring state migration framework ([#505](https://github.com/MetaMask/accounts/pull/505)) 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: From 300f40ad0f2da52612c8bcc21ed74bfe6ddabc58 Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 20 Jul 2026 19:19:17 +0800 Subject: [PATCH 3/5] chore: fix changelog --- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 78be7c3a9..41e3f2ffd 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.4.0] -### Uncategorized - -- release: 118.0.0 ([#592](https://github.com/MetaMask/accounts/pull/592)) - ### Added - Add `createDmkError` factory function and wire DMK `_tag` resolution into the Ledger DMK bridge ([#597](https://github.com/MetaMask/accounts/pull/597)) @@ -153,7 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts/pull/314)) +- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts.git/pull/314)) ## [11.1.1] @@ -371,7 +367,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207)) ([#207](https://github.com/MetaMask/accounts/pull/207)) +- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings (#207) ([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207)) ## [2.0.1] From 42f4ec33b1eb186523795ebf65a8697647c90007 Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 20 Jul 2026 19:43:37 +0800 Subject: [PATCH 4/5] chore: update changelog --- packages/keyring-eth-trezor/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 From f26a1dac10cd8503a63237f527311d0223c9f51c Mon Sep 17 00:00:00 2001 From: Monte Lai Date: Mon, 20 Jul 2026 19:54:41 +0800 Subject: [PATCH 5/5] fix: update changelog --- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 41e3f2ffd..07bf8a911 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -18,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]