Skip to content

Commit 788df79

Browse files
authored
release: 114.0.0 (#571)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Version and changelog-only release with no runtime code changes in the PR diff. > > **Overview** > **Release 114.0.0** bumps the monorepo version from `113.0.0` to `114.0.0` and publishes **`@metamask/eth-snap-keyring` 22.3.0** (from `22.2.0`). > > The **`keyring-snap-bridge` changelog** is updated for **22.3.0**, documenting the shipped change: a **`static type`** on v2 **`SnapKeyring`** ([#570](#570)). Compare links at the bottom of the changelog are adjusted for the new tag. > > There is **no application code** in this diff—only version metadata and release notes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 9d967c1. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 7daadb1 commit 788df79

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

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

1214
- Add `static type` for v2 `SnapKeyring` ([#570](https://github.com/MetaMask/accounts/pull/570))
@@ -743,7 +745,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
743745

744746
- Initial release.
745747

746-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.2.0...HEAD
748+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.3.0...HEAD
749+
[22.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.2.0...@metamask/eth-snap-keyring@22.3.0
747750
[22.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.1.0...@metamask/eth-snap-keyring@22.2.0
748751
[22.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.0.1...@metamask/eth-snap-keyring@22.1.0
749752
[22.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@22.0.0...@metamask/eth-snap-keyring@22.0.1

packages/keyring-snap-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-snap-keyring",
3-
"version": "22.2.0",
3+
"version": "22.3.0",
44
"description": "Snaps keyring bridge",
55
"keywords": [
66
"keyring",

0 commit comments

Comments
 (0)