Skip to content

Commit 76966d6

Browse files
authored
release: 93.0.0 (#487)
## Description This is the release candidate for version 93.0.0. See the changelogs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release housekeeping: version bumps and dependency range updates only, with no runtime code changes. Main risk is downstream compatibility from consuming `@metamask/account-api@1.0.1`/`@metamask/keyring-api@22` updates. > > **Overview** > Bumps the monorepo release version to `93.0.0` and publishes `@metamask/account-api` as `1.0.1` (changelog updated accordingly). > > Updates Ethereum keyring packages’ devDependency constraints and changelogs to consume `@metamask/account-api@^1.0.1`, and refreshes `yarn.lock` to reflect the new workspace/dependency ranges. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c322c5c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 75f3e34 commit 76966d6

12 files changed

Lines changed: 20 additions & 13 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": "92.0.0",
3+
"version": "93.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/account-api/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+
## [1.0.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
@@ -143,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143145

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

146-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.0...HEAD
148+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.1...HEAD
149+
[1.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.0...@metamask/account-api@1.0.1
147150
[1.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.12.0...@metamask/account-api@1.0.0
148151
[0.12.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.11.0...@metamask/account-api@0.12.0
149152
[0.11.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@0.10.0...@metamask/account-api@0.11.0

packages/account-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/account-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MetaMask Account API",
55
"keywords": [
66
"metamask",

packages/keyring-eth-hd/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- 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))
1313
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`, `EthKeyringMethod`).
1414
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
15+
- Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487))
1516

1617
## [13.1.0]
1718

packages/keyring-eth-hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@lavamoat/allow-scripts": "^3.2.1",
6060
"@lavamoat/preinstall-always-fail": "^2.1.0",
61-
"@metamask/account-api": "^1.0.0",
61+
"@metamask/account-api": "^1.0.1",
6262
"@metamask/auto-changelog": "^3.4.4",
6363
"@metamask/bip39": "^4.0.0",
6464
"@ts-bridge/cli": "^0.6.3",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`).
1414
- Bump `@metamask/hw-wallet-sdk` from `^0.6.0` to `^0.7.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
1515
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
16+
- Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487))
1617

1718
## [11.3.0]
1819

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@ledgerhq/types-cryptoassets": "^7.15.1",
6666
"@ledgerhq/types-devices": "^6.25.3",
6767
"@ledgerhq/types-live": "^6.52.0",
68-
"@metamask/account-api": "^1.0.0",
68+
"@metamask/account-api": "^1.0.1",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@metamask/keyring-utils": "^3.2.0",
7171
"@metamask/utils": "^11.1.0",

packages/keyring-eth-qr/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- 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))
12+
- 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))
1313
- Add new dependency `@metamask/keyring-api@22.0.0`.
1414
- Add new dependency `@metamask/keyring-sdk@1.0.0`.
15+
- Add new dependency `@metamask/account-api@1.0.1`.
1516
- Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
1617
- Extends `EthKeyringWrapper` for common Ethereum logic.
1718

packages/keyring-eth-qr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@ethereumjs/common": "^4.4.0",
6666
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
6767
"@lavamoat/allow-scripts": "^3.2.1",
68-
"@metamask/account-api": "^1.0.0",
68+
"@metamask/account-api": "^1.0.1",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@types/hdkey": "^2.0.1",
7171
"@types/jest": "^29.5.12",

packages/keyring-eth-trezor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`).
1414
- Bump `@metamask/hw-wallet-sdk` from `^0.6.0` to `^0.7.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
1515
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
16+
- Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487))
1617

1718
## [9.1.0]
1819

0 commit comments

Comments
 (0)