Skip to content

Commit aed086a

Browse files
authored
release: 113.0.0 (#569)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Version and dependency-only release with additive keyring-api types; no runtime code changes in the diff. > > **Overview** > **Monorepo release 113.0.0** bumps the root version from `112.0.0` to `113.0.0` and publishes **`@metamask/keyring-api` `23.3.0`** (from `23.2.0`), with changelog entries for that release (including `TransactionType.TokenDisapprove` and optional `TransactionDetails.typeLabel` from prior work). > > Downstream packages only change **`@metamask/keyring-api` dependency** from `^23.2.0` to `^23.3.0` (and changelog notes where the bump range is updated to `^23.3.0`), plus **`yarn.lock`** resolution updates. No application source changes appear in this diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 37fd111. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ae705a2 commit aed086a

26 files changed

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

packages/account-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
13-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
13+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
1414

1515
## [1.0.4]
1616

packages/account-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
6767
},
6868
"dependencies": {
69-
"@metamask/keyring-api": "^23.2.0",
69+
"@metamask/keyring-api": "^23.3.0",
7070
"@metamask/keyring-utils": "^3.3.1",
7171
"uuid": "^9.0.1"
7272
},

packages/keyring-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+
## [23.3.0]
11+
1012
### Added
1113

1214
- Add `TransactionType.TokenDisapprove` for token disapproval transactions ([#568](https://github.com/MetaMask/accounts/pull/568))
@@ -766,7 +768,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
766768
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
767769
- Helper functions to create keyring handler in the snap.
768770

769-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.2.0...HEAD
771+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.3.0...HEAD
772+
[23.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.2.0...@metamask/keyring-api@23.3.0
770773
[23.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.1.0...@metamask/keyring-api@23.2.0
771774
[23.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.1...@metamask/keyring-api@23.1.0
772775
[23.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.0.0...@metamask/keyring-api@23.0.1

packages/keyring-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/keyring-api",
3-
"version": "23.2.0",
3+
"version": "23.3.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"keyring",

packages/keyring-eth-hd/CHANGELOG.md

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

1212
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562))
1313
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
14-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
14+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
1515

1616
## [14.1.1]
1717

packages/keyring-eth-hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@ethereumjs/util": "^9.1.0",
7171
"@metamask/eth-sig-util": "^8.2.0",
7272
"@metamask/key-tree": "^10.0.2",
73-
"@metamask/keyring-api": "^23.2.0",
73+
"@metamask/keyring-api": "^23.3.0",
7474
"@metamask/keyring-sdk": "^2.2.0",
7575
"@metamask/keyring-utils": "^3.3.1",
7676
"@metamask/scure-bip39": "^2.1.1",

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

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

1616
### Changed
1717

18-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
18+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
1919
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
2020

2121
## [12.1.0]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@ledgerhq/hw-transport": "^6.31.3",
7676
"@metamask/eth-sig-util": "^8.2.0",
7777
"@metamask/hw-wallet-sdk": "^0.8.0",
78-
"@metamask/keyring-api": "^23.2.0",
78+
"@metamask/keyring-api": "^23.3.0",
7979
"@metamask/keyring-sdk": "^2.2.0",
8080
"hdkey": "^2.1.0"
8181
},

packages/keyring-eth-money/CHANGELOG.md

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

1010
### Changed
1111

12-
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
12+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569))
1313
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
1414

1515
## [3.0.0]

0 commit comments

Comments
 (0)