Skip to content

Commit 0e6083c

Browse files
authored
release: 81.0.0 (#403)
# Description This is the release candidate for version 81.0.0. See the CHANGELOGs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 81.0.0 bumping `@metamask/keyring-api` to 21.3.0 with initial `Keyringv2`, new Tron signing methods, and related deprecations. > > - **Release/versioning** > - Bump monorepo `version` to `81.0.0` in `package.json`. > - Bump `@metamask/keyring-api` to `21.3.0` in `packages/keyring-api/package.json`. > - **Keyring API (21.3.0)** > - Added initial `Keyringv2` interface. > - Added Tron methods: `signMessage`, `signTransaction`. > - Deprecated Tron methods: `signMessageV2`, `verifyMessageV2`. > - Updated `CHANGELOG.md` entries and comparison links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d0eb388. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent abef445 commit 0e6083c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

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": "80.0.0",
3+
"version": "81.0.0",
44
"private": true,
55
"description": "Monorepo for MetaMask accounts related packages",
66
"repository": {

packages/keyring-api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [21.3.0]
11+
12+
### Added
13+
14+
- Add initial `Keyringv2` interface ([#397](https://github.com/MetaMask/accounts/pull/397))
15+
- This is an on-going work and should not be used for now.
16+
- Add new Tron methods `signMessage` and `signTransaction` ([#401](https://github.com/MetaMask/accounts/pull/401))
17+
18+
### Changed
19+
20+
- Deprecate Tron methods `signMessageV2` and `verifyMessageV2` ([#401](https://github.com/MetaMask/accounts/pull/401))
21+
1022
## [21.2.0]
1123

1224
### Added
@@ -643,7 +655,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
643655
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
644656
- Helper functions to create keyring handler in the snap.
645657

646-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
658+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]
659+
[21.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
647660
[21.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
648661
[21.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]
649662
[21.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/[email protected]...@metamask/[email protected]

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": "21.2.0",
3+
"version": "21.3.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)