Skip to content

Commit 3c3001b

Browse files
authored
release: 89.0.0 (#470)
## Description This is the release candidate for version 89.0.0. See the changelogs for more details. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping: only version bumps and changelog/link updates, with no functional code changes in this diff. > > **Overview** > Bumps the monorepo release version to `89.0.0`. > > Publishes `@metamask/keyring-snap-sdk` `7.2.1` by updating its `package.json` version and adding a `7.2.1` changelog entry (RPC errors now document proper error codes), along with updated compare links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f8a44f0. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 04775f0 commit 3c3001b

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

packages/keyring-snap-sdk/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+
## [7.2.1]
11+
1012
### Fixed
1113

1214
- Throw RPC errors with proper error codes ([#469](https://github.com/MetaMask/accounts/pull/469))
@@ -142,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
142144
- This new version fixes a bug with CJS re-exports.
143145
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
144146

145-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.2.0...HEAD
147+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.2.1...HEAD
148+
[7.2.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.2.0...@metamask/keyring-snap-sdk@7.2.1
146149
[7.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.1...@metamask/keyring-snap-sdk@7.2.0
147150
[7.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.0...@metamask/keyring-snap-sdk@7.1.1
148151
[7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.0.0...@metamask/keyring-snap-sdk@7.1.0

packages/keyring-snap-sdk/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-snap-sdk",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "MetaMask Keyring Snap SDK",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)