Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cf1bda5
Initialize Release 105.0.0
hmalik88 Apr 29, 2026
bf32635
Update Release 105.0.0
hmalik88 Apr 30, 2026
93b82e2
fix: revert hw-wallet-sdk release
hmalik88 Apr 30, 2026
55c6f5d
fix: revert keyring-utils release
hmalik88 Apr 30, 2026
860ca04
fix: revert keyring-utils versions
hmalik88 Apr 30, 2026
3989619
fix: revert keyring-utils bump in account-api
hmalik88 Apr 30, 2026
b2148e3
fix: release keyring-eth-hd package
hmalik88 Apr 30, 2026
0dc89f2
fix: update changelog
hmalik88 Apr 30, 2026
ee8588b
fix: update account-api changelog
hmalik88 Apr 30, 2026
f4b05cb
fix: revert hw-wallet-sdk versions
hmalik88 Apr 30, 2026
0576919
fix: update keyring-eth-ledger-bridge changelog
hmalik88 Apr 30, 2026
ec88eb9
fix: release keyring-eth-money package
hmalik88 Apr 30, 2026
30355ee
fix: update keyring-eth-qr changelog
hmalik88 Apr 30, 2026
753d7e0
fix: update keyring-eth-simple changelog
hmalik88 Apr 30, 2026
d066f90
fix: update keyring-eth-trezor changelog
hmalik88 Apr 30, 2026
472e6ae
fix: correct unintended package version changes in keyring-eth-trezor
hmalik88 Apr 30, 2026
7ca1d09
fix: update keyring-api changelog
hmalik88 Apr 30, 2026
00f549e
fix: release keyring-internal-api package
hmalik88 Apr 30, 2026
44f05a1
fix: update keyring-internal-snap-client changelog
hmalik88 Apr 30, 2026
ffa072f
fix: update keyring-sdk changelog
hmalik88 Apr 30, 2026
043b45a
fix: update keyring-snap-bridge changelog
hmalik88 Apr 30, 2026
12275af
fix: update keyring-snap-client changelog
hmalik88 Apr 30, 2026
5792dc6
fix: revert keyring-snap-sdk release
hmalik88 Apr 30, 2026
8ba7abe
fix: update changelog and revert keyring-snap-sdk version
hmalik88 Apr 30, 2026
d6ff1ad
fix: update yarn.lock
hmalik88 Apr 30, 2026
8cb30c3
fix: update to correct package versions
hmalik88 Apr 30, 2026
b713b5f
fix: fix changelog links
hmalik88 Apr 30, 2026
dc3987d
fix: update yarn.lock
hmalik88 Apr 30, 2026
d3bd0d2
fix: fix keyring-eth-simple changelog
hmalik88 Apr 30, 2026
21dbbd3
fix: fix formatting for keyring-eth-ledger-bridge CHANGELOG
hmalik88 Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/accounts-monorepo",
"version": "104.0.0",
"version": "105.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/account-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [1.0.3]

### Changed
Expand Down Expand Up @@ -157,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `AccountGroup` and `AccountWallet` ([#307](https://github.com/MetaMask/accounts/pull/307))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.3...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.4...HEAD
[1.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.3...@metamask/account-api@1.0.4
[1.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.2...@metamask/account-api@1.0.3
[1.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.1...@metamask/account-api@1.0.2
[1.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.0...@metamask/account-api@1.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/account-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/account-api",
"version": "1.0.3",
"version": "1.0.4",
"description": "MetaMask Account API",
"keywords": [
"account",
Expand Down Expand Up @@ -66,7 +66,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-utils": "^3.2.0",
"uuid": "^9.0.1"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/keyring-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [23.1.0]

### Added

- Add `TransactionType.TokenApprove` for token approval transactions ([#537](https://github.com/MetaMask/accounts/pull/537))
Expand Down Expand Up @@ -747,7 +749,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
- Helper functions to create keyring handler in the snap.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.1.0...HEAD
[23.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.1...@metamask/keyring-api@23.1.0
[23.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.0...@metamask/keyring-api@23.0.1
[23.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@22.0.0...@metamask/keyring-api@23.0.0
[22.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@21.6.0...@metamask/keyring-api@22.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "23.0.1",
"version": "23.1.0",
"description": "MetaMask Keyring API",
"keywords": [
"keyring",
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-hd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.1.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [14.1.0]

### Added
Expand Down Expand Up @@ -282,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`.
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.1...HEAD
[14.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.0...@metamask/eth-hd-keyring@14.1.1
[14.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.1...@metamask/eth-hd-keyring@14.1.0
[14.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.0...@metamask/eth-hd-keyring@14.0.1
[14.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@13.1.1...@metamask/eth-hd-keyring@14.0.0
Expand Down
8 changes: 4 additions & 4 deletions packages/keyring-eth-hd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-hd-keyring",
"version": "14.1.0",
"version": "14.1.1",
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -70,8 +70,8 @@
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/key-tree": "^10.0.2",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-sdk": "^2.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-sdk": "^2.0.2",
"@metamask/keyring-utils": "^3.2.0",
"@metamask/scure-bip39": "^2.1.1",
"@metamask/superstruct": "^3.1.0",
Expand All @@ -81,7 +81,7 @@
"devDependencies": {
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/account-api": "^1.0.3",
"@metamask/account-api": "^1.0.4",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/bip39": "^4.0.0",
"@metamask/old-hd-keyring": "npm:@metamask/eth-hd-keyring@^4.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-ledger-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.2]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [12.0.1]

### Changed
Expand Down Expand Up @@ -417,7 +424,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.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.2...HEAD
[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
[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
[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
[11.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@11.3.1...@metamask/eth-ledger-bridge-keyring@11.4.0
Expand Down
8 changes: 4 additions & 4 deletions packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-ledger-bridge-keyring",
"version": "12.0.1",
"version": "12.0.2",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@ledgerhq/hw-app-eth": "^6.42.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/hw-wallet-sdk": "^0.8.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-sdk": "^2.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-sdk": "^2.0.2",
"hdkey": "^2.1.0"
},
"devDependencies": {
Expand All @@ -86,7 +86,7 @@
"@ledgerhq/types-cryptoassets": "^7.15.1",
"@ledgerhq/types-devices": "^6.25.3",
"@ledgerhq/types-live": "^6.52.0",
"@metamask/account-api": "^1.0.3",
"@metamask/account-api": "^1.0.4",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/keyring-utils": "^3.2.0",
"@metamask/utils": "^11.11.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-money/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/eth-hd-keyring` from `^14.1.0` to `^14.1.1` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [2.0.3]

### Changed
Expand Down Expand Up @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Uses derivation path `"m/44'/4392018'/0'/0"`.
- Enforces that at most one Money account can exist.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.3...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.4...HEAD
[2.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.3...@metamask/eth-money-keyring@2.0.4
[2.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.2...@metamask/eth-money-keyring@2.0.3
[2.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.1...@metamask/eth-money-keyring@2.0.2
[2.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.0...@metamask/eth-money-keyring@2.0.1
Expand Down
6 changes: 3 additions & 3 deletions packages/keyring-eth-money/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-money-keyring",
"version": "2.0.3",
"version": "2.0.4",
"description": "A money account keyring that wraps the HD keyring with a different keyring type and derivation path",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -55,8 +55,8 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/eth-hd-keyring": "^14.1.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/eth-hd-keyring": "^14.1.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-utils": "^3.2.0",
"@metamask/superstruct": "^3.1.0",
"async-mutex": "^0.5.0"
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-qr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [2.0.1]

### Changed
Expand Down Expand Up @@ -58,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#60](https://github.com/MetaMask/accounts/pull/60))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.2...HEAD
[2.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.1...@metamask/eth-qr-keyring@2.0.2
[2.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.0...@metamask/eth-qr-keyring@2.0.1
[2.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@1.1.0...@metamask/eth-qr-keyring@2.0.0
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@1.0.0...@metamask/eth-qr-keyring@1.1.0
Expand Down
8 changes: 4 additions & 4 deletions packages/keyring-eth-qr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-qr-keyring",
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple standard interface for a series of Ethereum private keys",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@ethereumjs/util": "^9.1.0",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-sdk": "^2.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-sdk": "^2.0.2",
"@metamask/keyring-utils": "^3.2.0",
"@metamask/utils": "^11.11.0",
"async-mutex": "^0.5.0",
Expand All @@ -87,7 +87,7 @@
"@ethereumjs/common": "^4.4.0",
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
"@lavamoat/allow-scripts": "^3.2.1",
"@metamask/account-api": "^1.0.3",
"@metamask/account-api": "^1.0.4",
"@metamask/auto-changelog": "^6.1.0",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.12",
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.2]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [12.0.1]

### Changed
Expand Down Expand Up @@ -205,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72))
- Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.2...HEAD
[12.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.1...@metamask/eth-simple-keyring@12.0.2
[12.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.0...@metamask/eth-simple-keyring@12.0.1
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.2...@metamask/eth-simple-keyring@12.0.0
[11.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.1...@metamask/eth-simple-keyring@11.1.2
Expand Down
6 changes: 3 additions & 3 deletions packages/keyring-eth-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-simple-keyring",
"version": "12.0.1",
"version": "12.0.2",
"description": "A simple standard interface for a series of Ethereum private keys",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -69,8 +69,8 @@
"dependencies": {
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-sdk": "^2.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-sdk": "^2.0.2",
"@metamask/utils": "^11.11.0",
"ethereum-cryptography": "^2.2.1",
"randombytes": "^2.1.0"
Expand Down
10 changes: 9 additions & 1 deletion packages/keyring-eth-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.2]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [10.0.1]

### Changed
Expand Down Expand Up @@ -267,7 +274,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/compare/@metamask/eth-trezor-keyring@10.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.2...HEAD
[10.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.1...@metamask/eth-trezor-keyring@10.0.2
[10.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@10.0.0...@metamask/eth-trezor-keyring@10.0.1
[10.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@9.1.1...@metamask/eth-trezor-keyring@10.0.0
[9.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-trezor-keyring@9.1.0...@metamask/eth-trezor-keyring@9.1.1
Expand Down
8 changes: 4 additions & 4 deletions packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-trezor-keyring",
"version": "10.0.1",
"version": "10.0.2",
"description": "A MetaMask compatible keyring, for trezor hardware wallets",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -72,8 +72,8 @@
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/hw-wallet-sdk": "^0.8.0",
"@metamask/keyring-api": "^23.0.1",
"@metamask/keyring-sdk": "^2.0.1",
"@metamask/keyring-api": "^23.1.0",
"@metamask/keyring-sdk": "^2.0.2",
"@metamask/keyring-utils": "^3.2.0",
"@metamask/utils": "^11.11.0",
"@trezor/connect-plugin-ethereum": "^9.0.5",
Expand All @@ -85,7 +85,7 @@
"@ethereumjs/common": "^4.4.0",
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/account-api": "^1.0.3",
"@metamask/account-api": "^1.0.4",
"@metamask/auto-changelog": "^6.1.0",
"@ts-bridge/cli": "^0.6.3",
"@types/ethereumjs-tx": "^1.0.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/keyring-internal-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.0.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))

## [11.0.0]

### Removed
Expand Down Expand Up @@ -198,7 +204,8 @@ 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-internal-api@11.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@11.0.1...HEAD
[11.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@11.0.0...@metamask/keyring-internal-api@11.0.1
[11.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@10.1.1...@metamask/keyring-internal-api@11.0.0
[10.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@10.1.0...@metamask/keyring-internal-api@10.1.1
[10.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-api@10.0.1...@metamask/keyring-internal-api@10.1.0
Expand Down
Loading
Loading