From c670eddda83cc59717fc60eb09c86eed9715e603 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 1 Apr 2026 23:41:32 +0200 Subject: [PATCH 1/6] Initialize Release 96.0.0 --- packages/keyring-eth-hd/CHANGELOG.md | 4 ++++ packages/keyring-eth-ledger-bridge/CHANGELOG.md | 6 ++++++ packages/keyring-eth-qr/CHANGELOG.md | 4 ++++ packages/keyring-eth-trezor/CHANGELOG.md | 4 ++++ packages/keyring-snap-client/CHANGELOG.md | 4 ++++ 5 files changed, 22 insertions(+) diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 11c409e4..1c3e0ae3 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) + ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 6060ea61..c6e3f47b 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump @metamask/messenger and @metamask/utils ([#489](https://github.com/MetaMask/accounts/pull/489)) +- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) +- fix: update mapping ([#466](https://github.com/MetaMask/accounts/pull/466)) + ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 7f63d6fc..095b9b59 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) + ### Added - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 557901c5..afa11a7b 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 + +- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) + ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-snap-client/CHANGELOG.md b/packages/keyring-snap-client/CHANGELOG.md index 6aa4a902..4b29fa80 100644 --- a/packages/keyring-snap-client/CHANGELOG.md +++ b/packages/keyring-snap-client/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump @metamask/messenger and @metamask/utils ([#489](https://github.com/MetaMask/accounts/pull/489)) + ## [8.2.1] ### Changed From db8e793b400b52aa3b201ca38ca8f1e746c0aba5 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 1 Apr 2026 23:41:51 +0200 Subject: [PATCH 2/6] Update Release 96.0.0 --- package.json | 2 +- packages/keyring-eth-hd/CHANGELOG.md | 4 ---- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 6 ------ packages/keyring-eth-qr/CHANGELOG.md | 4 ---- packages/keyring-eth-trezor/CHANGELOG.md | 4 ---- packages/keyring-sdk/CHANGELOG.md | 5 ++++- packages/keyring-sdk/package.json | 2 +- packages/keyring-snap-client/CHANGELOG.md | 4 ---- 8 files changed, 6 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 371114c6..5862f16d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-monorepo", - "version": "95.0.0", + "version": "96.0.0", "private": true, "description": "Monorepo for MetaMask accounts related packages", "repository": { diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 1c3e0ae3..11c409e4 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) - ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index c6e3f47b..6060ea61 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump @metamask/messenger and @metamask/utils ([#489](https://github.com/MetaMask/accounts/pull/489)) -- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) -- fix: update mapping ([#466](https://github.com/MetaMask/accounts/pull/466)) - ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 095b9b59..7f63d6fc 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) - ### Added - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index afa11a7b..557901c5 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 - -- build: remove use of workspace versions ([#479](https://github.com/MetaMask/accounts/pull/479)) - ### Changed - Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) diff --git a/packages/keyring-sdk/CHANGELOG.md b/packages/keyring-sdk/CHANGELOG.md index d82090d2..891926f6 100644 --- a/packages/keyring-sdk/CHANGELOG.md +++ b/packages/keyring-sdk/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] + ### Added - Add `encodeMnemonic` ([#495](https://github.com/MetaMask/accounts/pull/495)) @@ -21,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release, extracted from `@metamask/keyring-api` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@1.1.0...HEAD +[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-sdk@1.0.0...@metamask/keyring-sdk@1.1.0 [1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-sdk@1.0.0 diff --git a/packages/keyring-sdk/package.json b/packages/keyring-sdk/package.json index f324e157..b62707f8 100644 --- a/packages/keyring-sdk/package.json +++ b/packages/keyring-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-sdk", - "version": "1.0.0", + "version": "1.1.0", "description": "MetaMask Keyring SDK", "keywords": [ "metamask", diff --git a/packages/keyring-snap-client/CHANGELOG.md b/packages/keyring-snap-client/CHANGELOG.md index 4b29fa80..6aa4a902 100644 --- a/packages/keyring-snap-client/CHANGELOG.md +++ b/packages/keyring-snap-client/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump @metamask/messenger and @metamask/utils ([#489](https://github.com/MetaMask/accounts/pull/489)) - ## [8.2.1] ### Changed From 6c845ac5edecb5471de84f61f4656b9057be23da Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 1 Apr 2026 23:51:47 +0200 Subject: [PATCH 3/6] chore: changelog + bumps --- packages/keyring-eth-hd/CHANGELOG.md | 2 +- packages/keyring-eth-hd/package.json | 2 +- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 2 +- packages/keyring-eth-ledger-bridge/package.json | 2 +- packages/keyring-eth-qr/CHANGELOG.md | 2 +- packages/keyring-eth-qr/package.json | 2 +- packages/keyring-eth-simple/CHANGELOG.md | 4 ++++ packages/keyring-eth-simple/package.json | 2 +- packages/keyring-eth-trezor/CHANGELOG.md | 2 +- packages/keyring-eth-trezor/package.json | 2 +- 10 files changed, 13 insertions(+), 9 deletions(-) diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index 11c409e4..f3c409c6 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`, `EthKeyringMethod`). - 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)) diff --git a/packages/keyring-eth-hd/package.json b/packages/keyring-eth-hd/package.json index 1baf734f..a4a24e50 100644 --- a/packages/keyring-eth-hd/package.json +++ b/packages/keyring-eth-hd/package.json @@ -48,7 +48,7 @@ "@metamask/eth-sig-util": "^8.2.0", "@metamask/key-tree": "^10.0.2", "@metamask/keyring-api": "^22.0.0", - "@metamask/keyring-sdk": "^1.0.0", + "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", "@metamask/scure-bip39": "^2.1.1", "@metamask/superstruct": "^3.1.0", diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 6060ea61..2f6d2307 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`). - 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)) diff --git a/packages/keyring-eth-ledger-bridge/package.json b/packages/keyring-eth-ledger-bridge/package.json index 106918fd..4af09907 100644 --- a/packages/keyring-eth-ledger-bridge/package.json +++ b/packages/keyring-eth-ledger-bridge/package.json @@ -53,7 +53,7 @@ "@metamask/eth-sig-util": "^8.2.0", "@metamask/hw-wallet-sdk": "^0.7.0", "@metamask/keyring-api": "^22.0.0", - "@metamask/keyring-sdk": "^1.0.0", + "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", "hdkey": "^2.1.0" }, diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 7f63d6fc..9289c402 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)) - Add new dependency `@metamask/keyring-api@22.0.0`. - - Add new dependency `@metamask/keyring-sdk@1.0.0`. + - Add new dependency `@metamask/keyring-sdk@1.1.0` ([#495](https://github.com/MetaMask/accounts/pull/495)). - Add new dependency `@metamask/account-api@1.0.1`. - Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type. - Extends `EthKeyringWrapper` for common Ethereum logic. diff --git a/packages/keyring-eth-qr/package.json b/packages/keyring-eth-qr/package.json index d8a4d851..ae0fe224 100644 --- a/packages/keyring-eth-qr/package.json +++ b/packages/keyring-eth-qr/package.json @@ -54,7 +54,7 @@ "@keystonehq/bc-ur-registry-eth": "^0.19.1", "@metamask/eth-sig-util": "^8.2.0", "@metamask/keyring-api": "^22.0.0", - "@metamask/keyring-sdk": "^1.0.0", + "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", "@metamask/utils": "^11.10.0", "async-mutex": "^0.5.0", diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index e10b76b1..97940c2f 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Bump `@metamask/keyring-sdk` from `^1.0.0` to `^1.1.0` ([#495](https://github.com/MetaMask/accounts/pull/495)) + ## [11.1.0] ### Added diff --git a/packages/keyring-eth-simple/package.json b/packages/keyring-eth-simple/package.json index a86e6784..506786a7 100644 --- a/packages/keyring-eth-simple/package.json +++ b/packages/keyring-eth-simple/package.json @@ -47,7 +47,7 @@ "@ethereumjs/util": "^9.1.0", "@metamask/eth-sig-util": "^8.2.0", "@metamask/keyring-api": "^22.0.0", - "@metamask/keyring-sdk": "^1.0.0", + "@metamask/keyring-sdk": "^1.1.0", "@metamask/utils": "^11.10.0", "ethereum-cryptography": "^2.1.2", "randombytes": "^2.1.0" diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 557901c5..c328da85 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.0.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`). - 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)) diff --git a/packages/keyring-eth-trezor/package.json b/packages/keyring-eth-trezor/package.json index 61ed57ba..0bacdc34 100644 --- a/packages/keyring-eth-trezor/package.json +++ b/packages/keyring-eth-trezor/package.json @@ -51,7 +51,7 @@ "@metamask/eth-sig-util": "^8.2.0", "@metamask/hw-wallet-sdk": "^0.7.0", "@metamask/keyring-api": "^22.0.0", - "@metamask/keyring-sdk": "^1.0.0", + "@metamask/keyring-sdk": "^1.1.0", "@metamask/keyring-utils": "^3.2.0", "@metamask/utils": "^11.10.0", "@trezor/connect-plugin-ethereum": "^9.0.5", From a8e8c89e2d8f51f757bf7defea2a723dec251411 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 1 Apr 2026 23:53:17 +0200 Subject: [PATCH 4/6] chore: fix PR number --- packages/keyring-eth-hd/CHANGELOG.md | 2 +- packages/keyring-eth-ledger-bridge/CHANGELOG.md | 2 +- packages/keyring-eth-qr/CHANGELOG.md | 2 +- packages/keyring-eth-simple/CHANGELOG.md | 2 +- packages/keyring-eth-trezor/CHANGELOG.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/keyring-eth-hd/CHANGELOG.md b/packages/keyring-eth-hd/CHANGELOG.md index f3c409c6..499d40f6 100644 --- a/packages/keyring-eth-hd/CHANGELOG.md +++ b/packages/keyring-eth-hd/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#496](https://github.com/MetaMask/accounts/pull/496)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`, `EthKeyringMethod`). - 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)) diff --git a/packages/keyring-eth-ledger-bridge/CHANGELOG.md b/packages/keyring-eth-ledger-bridge/CHANGELOG.md index 2f6d2307..e03da652 100644 --- a/packages/keyring-eth-ledger-bridge/CHANGELOG.md +++ b/packages/keyring-eth-ledger-bridge/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#496](https://github.com/MetaMask/accounts/pull/496)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`). - 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)) diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 9289c402..86e611a9 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)) - Add new dependency `@metamask/keyring-api@22.0.0`. - - Add new dependency `@metamask/keyring-sdk@1.1.0` ([#495](https://github.com/MetaMask/accounts/pull/495)). + - Add new dependency `@metamask/keyring-sdk@1.1.0` ([#496](https://github.com/MetaMask/accounts/pull/496)). - Add new dependency `@metamask/account-api@1.0.1`. - Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type. - Extends `EthKeyringWrapper` for common Ethereum logic. diff --git a/packages/keyring-eth-simple/CHANGELOG.md b/packages/keyring-eth-simple/CHANGELOG.md index 97940c2f..13ab846d 100644 --- a/packages/keyring-eth-simple/CHANGELOG.md +++ b/packages/keyring-eth-simple/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/keyring-sdk` from `^1.0.0` to `^1.1.0` ([#495](https://github.com/MetaMask/accounts/pull/495)) +- Bump `@metamask/keyring-sdk` from `^1.0.0` to `^1.1.0` ([#496](https://github.com/MetaMask/accounts/pull/496)) ## [11.1.0] diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index c328da85..dbf36643 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#495](https://github.com/MetaMask/accounts/pull/495)) +- Add new dependency `@metamask/keyring-sdk@1.1.0` ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#496](https://github.com/MetaMask/accounts/pull/496)) - This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`). - 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)) From 62cbf1920c9f7208566dbe4ec47d56524547f069 Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 1 Apr 2026 23:57:13 +0200 Subject: [PATCH 5/6] chore: yarn.lock --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 13fdd6d7..408338bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1692,7 +1692,7 @@ __metadata: "@metamask/eth-sig-util": "npm:^8.2.0" "@metamask/key-tree": "npm:^10.0.2" "@metamask/keyring-api": "npm:^22.0.0" - "@metamask/keyring-sdk": "npm:^1.0.0" + "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" "@metamask/scure-bip39": "npm:^2.1.1" "@metamask/superstruct": "npm:^3.1.0" @@ -1726,7 +1726,7 @@ __metadata: "@metamask/eth-sig-util": "npm:^8.2.0" "@metamask/hw-wallet-sdk": "npm:^0.7.0" "@metamask/keyring-api": "npm:^22.0.0" - "@metamask/keyring-sdk": "npm:^1.0.0" + "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" "@metamask/utils": "npm:^11.10.0" "@ts-bridge/cli": "npm:^0.6.3" @@ -1785,7 +1785,7 @@ __metadata: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/eth-sig-util": "npm:^8.2.0" "@metamask/keyring-api": "npm:^22.0.0" - "@metamask/keyring-sdk": "npm:^1.0.0" + "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" "@metamask/utils": "npm:^11.10.0" "@types/hdkey": "npm:^2.0.1" @@ -1853,7 +1853,7 @@ __metadata: "@metamask/auto-changelog": "npm:^3.4.4" "@metamask/eth-sig-util": "npm:^8.2.0" "@metamask/keyring-api": "npm:^22.0.0" - "@metamask/keyring-sdk": "npm:^1.0.0" + "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" "@metamask/utils": "npm:^11.10.0" "@ts-bridge/cli": "npm:^0.6.3" @@ -1928,7 +1928,7 @@ __metadata: "@metamask/eth-sig-util": "npm:^8.2.0" "@metamask/hw-wallet-sdk": "npm:^0.7.0" "@metamask/keyring-api": "npm:^22.0.0" - "@metamask/keyring-sdk": "npm:^1.0.0" + "@metamask/keyring-sdk": "npm:^1.1.0" "@metamask/keyring-utils": "npm:^3.2.0" "@metamask/utils": "npm:^11.10.0" "@trezor/connect-plugin-ethereum": "npm:^9.0.5" @@ -2115,7 +2115,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/keyring-sdk@npm:^1.0.0, @metamask/keyring-sdk@workspace:packages/keyring-sdk": +"@metamask/keyring-sdk@npm:^1.1.0, @metamask/keyring-sdk@workspace:packages/keyring-sdk": version: 0.0.0-use.local resolution: "@metamask/keyring-sdk@workspace:packages/keyring-sdk" dependencies: From 687e632b985c0469859b00e9a2c97d539c29f4ce Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 2 Apr 2026 00:02:50 +0200 Subject: [PATCH 6/6] chore: changelog --- packages/keyring-eth-qr/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/keyring-eth-qr/CHANGELOG.md b/packages/keyring-eth-qr/CHANGELOG.md index 86e611a9..228f6216 100644 --- a/packages/keyring-eth-qr/CHANGELOG.md +++ b/packages/keyring-eth-qr/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)) +- Add `QrKeyringV2` class implementing `KeyringV2` interface ([#411](https://github.com/MetaMask/accounts/pull/411)), ([#447](https://github.com/MetaMask/accounts/pull/447)), ([#451](https://github.com/MetaMask/accounts/pull/451)), ([#453](https://github.com/MetaMask/accounts/pull/453)), ([#478](https://github.com/MetaMask/accounts/pull/478)), ([#482](https://github.com/MetaMask/accounts/pull/482)), ([#487](https://github.com/MetaMask/accounts/pull/487)), ([#496](https://github.com/MetaMask/accounts/pull/496)) - Add new dependency `@metamask/keyring-api@22.0.0`. - - Add new dependency `@metamask/keyring-sdk@1.1.0` ([#496](https://github.com/MetaMask/accounts/pull/496)). + - Add new dependency `@metamask/keyring-sdk@1.1.0`. - Add new dependency `@metamask/account-api@1.0.1`. - Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type. - Extends `EthKeyringWrapper` for common Ethereum logic.