From 81ca7286378b6f6b2c3d1990cd154757d24776b6 Mon Sep 17 00:00:00 2001 From: Xiaoming Wang Date: Thu, 3 Jul 2025 23:21:21 +0800 Subject: [PATCH 1/7] Initialize Release 52.0.0 --- packages/keyring-eth-trezor/CHANGELOG.md | 53 ++++++++++++++---------- packages/keyring-utils/CHANGELOG.md | 33 ++++++++------- 2 files changed, 49 insertions(+), 37 deletions(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index a55fe1d21..6620cde02 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat(keyring-eth-trezor): bump `@trezor/connect-web` to 9.6.0 to support new flow ([#300](https://github.com/MetaMask/accounts.git/pull/300)) +- chore: update `@trezor/connect-web` ([#241](https://github.com/MetaMask/accounts.git/pull/241)) +- revert: chore: bump trezor/connect-web (#234) ([#234](https://github.com/MetaMask/accounts.git/pull/234)) +- chore: bump trezor/connect-web ([#234](https://github.com/MetaMask/accounts.git/pull/234)) + ### Changed - **BREAKING:** The method signature for `signTypedData` has been changed ([#224](https://github.com/MetaMask/accounts/pull/224)) @@ -207,26 +214,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88)) -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@8.0.0...HEAD -[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0 -[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0 -[6.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1 -[6.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0 -[6.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2 -[6.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1 -[6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0 -[5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0 -[4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0 -[3.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3 -[3.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2 -[3.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1 -[3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0 -[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0 -[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0 -[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0 -[1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0 -[0.10.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0 -[0.9.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1 -[0.9.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0 -[0.8.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0 -[0.7.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/eth-trezor-keyring@0.7.0 +[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0 +[7.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0 +[6.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1 +[6.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0 +[6.0.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2 +[6.0.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1 +[6.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0 +[5.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0 +[4.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0 +[3.1.3]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3 +[3.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2 +[3.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1 +[3.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0 +[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0 +[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0 +[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0 +[1.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0 +[0.10.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0 +[0.9.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1 +[0.9.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0 +[0.8.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0 +[0.7.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/eth-trezor-keyring@0.7.0 diff --git a/packages/keyring-utils/CHANGELOG.md b/packages/keyring-utils/CHANGELOG.md index b258ab019..d317c8caf 100644 --- a/packages/keyring-utils/CHANGELOG.md +++ b/packages/keyring-utils/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- feat: bitcoin account types ([#284](https://github.com/MetaMask/accounts.git/pull/284)) +- fix!: `Keyring.signTypedData` accepts types for V1 ([#224](https://github.com/MetaMask/accounts.git/pull/224)) + ## [3.0.0] ### Changed @@ -99,17 +104,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This new version fixes a bug with CJS re-exports. - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24)) -[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0 -[2.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1 -[2.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0 -[2.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0 -[2.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2 -[2.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1 -[2.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0 -[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0 -[1.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1 -[1.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0 -[1.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0 -[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0 -[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-utils@1.0.0 +[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0 +[2.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1 +[2.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0 +[2.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0 +[2.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2 +[2.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1 +[2.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0 +[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0 +[1.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1 +[1.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0 +[1.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0 +[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0 +[1.0.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/keyring-utils@1.0.0 From 218d68f861513ff7b967b94a65c9144cf33f5028 Mon Sep 17 00:00:00 2001 From: Xiaoming Wang Date: Thu, 3 Jul 2025 23:22:20 +0800 Subject: [PATCH 2/7] Update Release 52.0.0 --- package.json | 2 +- packages/keyring-eth-trezor/CHANGELOG.md | 5 +++- packages/keyring-eth-trezor/package.json | 2 +- packages/keyring-utils/CHANGELOG.md | 33 ++++++++++-------------- 4 files changed, 20 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 6d19e0fb4..0993d7ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-monorepo", - "version": "51.0.0", + "version": "52.0.0", "private": true, "description": "Monorepo for MetaMask accounts related packages", "repository": { diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 6620cde02..65f8d965f 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] + ### Uncategorized - feat(keyring-eth-trezor): bump `@trezor/connect-web` to 9.6.0 to support new flow ([#300](https://github.com/MetaMask/accounts.git/pull/300)) @@ -214,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88)) -[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@8.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@8.0.0...@metamask/eth-trezor-keyring@9.0.0 [8.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0 [7.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0 [6.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1 diff --git a/packages/keyring-eth-trezor/package.json b/packages/keyring-eth-trezor/package.json index fe7f105ac..91f1f0cee 100644 --- a/packages/keyring-eth-trezor/package.json +++ b/packages/keyring-eth-trezor/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-trezor-keyring", - "version": "8.0.0", + "version": "9.0.0", "description": "A MetaMask compatible keyring, for trezor hardware wallets", "keywords": [ "ethereum", diff --git a/packages/keyring-utils/CHANGELOG.md b/packages/keyring-utils/CHANGELOG.md index d317c8caf..b258ab019 100644 --- a/packages/keyring-utils/CHANGELOG.md +++ b/packages/keyring-utils/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- feat: bitcoin account types ([#284](https://github.com/MetaMask/accounts.git/pull/284)) -- fix!: `Keyring.signTypedData` accepts types for V1 ([#224](https://github.com/MetaMask/accounts.git/pull/224)) - ## [3.0.0] ### Changed @@ -104,17 +99,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This new version fixes a bug with CJS re-exports. - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24)) -[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@3.0.0...HEAD -[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0 -[2.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1 -[2.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0 -[2.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0 -[2.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2 -[2.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1 -[2.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0 -[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0 -[1.3.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1 -[1.3.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0 -[1.2.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0 -[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0 -[1.0.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/keyring-utils@1.0.0 +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.1...@metamask/keyring-utils@3.0.0 +[2.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.3.0...@metamask/keyring-utils@2.3.1 +[2.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.2.0...@metamask/keyring-utils@2.3.0 +[2.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.2...@metamask/keyring-utils@2.2.0 +[2.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.1...@metamask/keyring-utils@2.1.2 +[2.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.1.0...@metamask/keyring-utils@2.1.1 +[2.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@2.0.0...@metamask/keyring-utils@2.1.0 +[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.1...@metamask/keyring-utils@2.0.0 +[1.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.3.0...@metamask/keyring-utils@1.3.1 +[1.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.2.0...@metamask/keyring-utils@1.3.0 +[1.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.1.0...@metamask/keyring-utils@1.2.0 +[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-utils@1.0.0...@metamask/keyring-utils@1.1.0 +[1.0.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/keyring-utils@1.0.0 From ebc554ec87739bc96a69394e0618dd66e10b6796 Mon Sep 17 00:00:00 2001 From: Xiaoming Wang Date: Thu, 3 Jul 2025 23:25:14 +0800 Subject: [PATCH 3/7] chore: update CHANGELOG for keyring-eth-trezor to reflect recent changes and version links --- packages/keyring-eth-trezor/CHANGELOG.md | 56 ++++++++++++------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 65f8d965f..f2b742d0e 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- feat(keyring-eth-trezor): bump `@trezor/connect-web` to 9.6.0 to support new flow ([#300](https://github.com/MetaMask/accounts.git/pull/300)) -- chore: update `@trezor/connect-web` ([#241](https://github.com/MetaMask/accounts.git/pull/241)) -- revert: chore: bump trezor/connect-web (#234) ([#234](https://github.com/MetaMask/accounts.git/pull/234)) -- chore: bump trezor/connect-web ([#234](https://github.com/MetaMask/accounts.git/pull/234)) +- feat(keyring-eth-trezor): bump `@trezor/connect-web` to 9.6.0 to support new flow ([#300](https://github.com/MetaMask/accounts/pull/300)) +- chore: update `@trezor/connect-web` ([#241](https://github.com/MetaMask/accounts/pull/241)) +- revert: chore: bump trezor/connect-web (#234) ([#234](https://github.com/MetaMask/accounts/pull/234)) +- chore: bump trezor/connect-web ([#234](https://github.com/MetaMask/accounts/pull/234)) ### Changed @@ -216,27 +216,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support new versions of ethereumjs/tx ([#88](https://github.com/metamask/eth-trezor-keyring/pull/88)) -[Unreleased]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@9.0.0...HEAD -[9.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@8.0.0...@metamask/eth-trezor-keyring@9.0.0 -[8.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0 -[7.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0 -[6.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1 -[6.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0 -[6.0.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2 -[6.0.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1 -[6.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0 -[5.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0 -[4.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0 -[3.1.3]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3 -[3.1.2]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2 -[3.1.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1 -[3.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0 -[3.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0 -[2.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0 -[1.1.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0 -[1.0.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0 -[0.10.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0 -[0.9.1]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1 -[0.9.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0 -[0.8.0]: https://github.com/MetaMask/accounts.git/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0 -[0.7.0]: https://github.com/MetaMask/accounts.git/releases/tag/@metamask/eth-trezor-keyring@0.7.0 +[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@8.0.0...@metamask/eth-trezor-keyring@9.0.0 +[8.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@7.0.0...@metamask/eth-trezor-keyring@8.0.0 +[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.1...@metamask/eth-trezor-keyring@7.0.0 +[6.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.1.0...@metamask/eth-trezor-keyring@6.1.1 +[6.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.2...@metamask/eth-trezor-keyring@6.1.0 +[6.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.1...@metamask/eth-trezor-keyring@6.0.2 +[6.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@6.0.0...@metamask/eth-trezor-keyring@6.0.1 +[6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@5.0.0...@metamask/eth-trezor-keyring@6.0.0 +[5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@4.0.0...@metamask/eth-trezor-keyring@5.0.0 +[4.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.3...@metamask/eth-trezor-keyring@4.0.0 +[3.1.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.2...@metamask/eth-trezor-keyring@3.1.3 +[3.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.1...@metamask/eth-trezor-keyring@3.1.2 +[3.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.1.0...@metamask/eth-trezor-keyring@3.1.1 +[3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@3.0.0...@metamask/eth-trezor-keyring@3.1.0 +[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@2.0.0...@metamask/eth-trezor-keyring@3.0.0 +[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.1.0...@metamask/eth-trezor-keyring@2.0.0 +[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@1.0.0...@metamask/eth-trezor-keyring@1.1.0 +[1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.10.0...@metamask/eth-trezor-keyring@1.0.0 +[0.10.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.1...@metamask/eth-trezor-keyring@0.10.0 +[0.9.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.9.0...@metamask/eth-trezor-keyring@0.9.1 +[0.9.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.8.0...@metamask/eth-trezor-keyring@0.9.0 +[0.8.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@0.7.0...@metamask/eth-trezor-keyring@0.8.0 +[0.7.0]: https://github.com/MetaMask/accounts/releases/tag/@metamask/eth-trezor-keyring@0.7.0 From 1292ab0f568d962bc758ac90a61246d12b700196 Mon Sep 17 00:00:00 2001 From: Xiaoming Wang <7315988+dawnseeker8@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:39:57 +0800 Subject: [PATCH 4/7] Update packages/keyring-eth-trezor/CHANGELOG.md Co-authored-by: Charly Chevalier --- packages/keyring-eth-trezor/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index f2b742d0e..a62808787 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -11,10 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- feat(keyring-eth-trezor): bump `@trezor/connect-web` to 9.6.0 to support new flow ([#300](https://github.com/MetaMask/accounts/pull/300)) -- chore: update `@trezor/connect-web` ([#241](https://github.com/MetaMask/accounts/pull/241)) -- revert: chore: bump trezor/connect-web (#234) ([#234](https://github.com/MetaMask/accounts/pull/234)) -- chore: bump trezor/connect-web ([#234](https://github.com/MetaMask/accounts/pull/234)) +- Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)), ([#300](https://github.com/MetaMask/accounts/pull/300)) + - Require to enable new 7702 signing flows. ### Changed From 12da797a1dfdeecdc6bd603a40d3eddcc0d4353f Mon Sep 17 00:00:00 2001 From: Xiaoming Wang Date: Fri, 4 Jul 2025 00:05:16 +0800 Subject: [PATCH 5/7] chore: update CHANGELOG for keyring-eth-trezor to include bump of `@trezor/connect-web` to ^9.6.0 and new signing flow requirements --- packages/keyring-eth-trezor/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index a62808787..5d2473f04 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized -- Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)), ([#300](https://github.com/MetaMask/accounts/pull/300)) - - Require to enable new 7702 signing flows. ### Changed +- Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)), ([#300](https://github.com/MetaMask/accounts/pull/300)) + - Require to enable new 7702 signing flows. - **BREAKING:** The method signature for `signTypedData` has been changed ([#224](https://github.com/MetaMask/accounts/pull/224)) - The `options` argument type has been changed to `{ version: SignTypedDataVersion.V3 | SignTypedDataVersion.V4 } | undefined`. From 3ca00d4b6153feeb1b5067f03be5c3e9e539f054 Mon Sep 17 00:00:00 2001 From: Xiaoming Wang <7315988+dawnseeker8@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:09:27 +0800 Subject: [PATCH 6/7] Update packages/keyring-eth-trezor/CHANGELOG.md Co-authored-by: Charly Chevalier --- packages/keyring-eth-trezor/CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 5d2473f04..34c7a86ec 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -9,9 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.0] -### Uncategorized - - ### Changed - Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)), ([#300](https://github.com/MetaMask/accounts/pull/300)) - Require to enable new 7702 signing flows. From 16b95f410f8e18769156a6e925b966d89d6ce24e Mon Sep 17 00:00:00 2001 From: Xiaoming Wang Date: Fri, 4 Jul 2025 00:20:02 +0800 Subject: [PATCH 7/7] chore: remove empty line in CHANGELOG for keyring-eth-trezor --- packages/keyring-eth-trezor/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keyring-eth-trezor/CHANGELOG.md b/packages/keyring-eth-trezor/CHANGELOG.md index 34c7a86ec..813a11b33 100644 --- a/packages/keyring-eth-trezor/CHANGELOG.md +++ b/packages/keyring-eth-trezor/CHANGELOG.md @@ -10,9 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.0] ### Changed + - Bump `@trezor/connect-web` to `^9.6.0` ([#241](https://github.com/MetaMask/accounts/pull/241)), ([#300](https://github.com/MetaMask/accounts/pull/300)) - Require to enable new 7702 signing flows. - - **BREAKING:** The method signature for `signTypedData` has been changed ([#224](https://github.com/MetaMask/accounts/pull/224)) - The `options` argument type has been changed to `{ version: SignTypedDataVersion.V3 | SignTypedDataVersion.V4 } | undefined`. - The `options.version` argument type has been restricted to accept `SignTypedDataVersion.V3 | SignTypedDataVersion.V4` ([#224](https://github.com/MetaMask/accounts/pull/224))