Skip to content

Commit 685c9c6

Browse files
dawnseeker8ccharly
andauthored
release: 108.0.0 (#547)
## Summary Releases `@metamask/eth-ledger-bridge-keyring@12.0.3`. Bumps the monorepo version to `108.0.0`. ### Included - `@metamask/eth-ledger-bridge-keyring`: `12.0.2` → `12.0.3` - **Fixed**: Fall back to blind signing on mobile when `clearSignTransaction` fails, except when the user rejects on the device ([#522](#522)) - **Changed**: Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.1.1` ([#544](#544), [#546](#546)) - **Changed**: Fix `yarn` warnings and align `typescript` version with `core`/`snaps` ([#536](#536)) ### Intentionally skipped The following packages also have unreleased changes since their last release, but only chore/build-level changes that do not need to ship in this release: - `@metamask/hw-wallet-sdk` - `@metamask/keyring-api` They will roll into the next release that needs them. ## Test plan - [x] CI is green - [x] `packages/keyring-eth-ledger-bridge/CHANGELOG.md` reads correctly under `## [12.0.3]` - [x] Version bumped to `12.0.3` in `packages/keyring-eth-ledger-bridge/package.json` - [x] Monorepo root `package.json` bumped to `108.0.0` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version/changelog-only release updates with no functional code changes in this diff. Risk is limited to publishing/versioning correctness. > > **Overview** > Bumps the root monorepo version to `108.0.0` and increments `@metamask/eth-ledger-bridge-keyring` from `12.0.2` to `12.0.3`. > > Updates the keyring package `CHANGELOG.md` with the `12.0.3` entry and adjusts the *Unreleased* compare links accordingly. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e9065dc. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net> Co-authored-by: Charly Chevalier <charlyy.chevalier@gmail.com>
1 parent b1169ca commit 685c9c6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-monorepo",
3-
"version": "107.0.0",
3+
"version": "108.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-eth-ledger-bridge/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [12.0.3]
11+
1012
### Changed
1113

1214
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.1.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
@@ -432,7 +434,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
432434

433435
- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))
434436

435-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.2...HEAD
437+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.3...HEAD
438+
[12.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.2...@metamask/eth-ledger-bridge-keyring@12.0.3
436439
[12.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.1...@metamask/eth-ledger-bridge-keyring@12.0.2
437440
[12.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.0...@metamask/eth-ledger-bridge-keyring@12.0.1
438441
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@11.4.0...@metamask/eth-ledger-bridge-keyring@12.0.0

packages/keyring-eth-ledger-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-ledger-bridge-keyring",
3-
"version": "12.0.2",
3+
"version": "12.0.3",
44
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)