Skip to content

Commit

Permalink
Release 84.0.0 (#3026)
Browse files Browse the repository at this point in the history
This is the release candidate for version `84.0.0`.
  • Loading branch information
Mrtenz authored Jan 20, 2025
1 parent 3dfdd04 commit 657cf53
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "83.0.0",
"version": "84.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
10 changes: 9 additions & 1 deletion packages/snaps-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.9.1]

### Fixed

- Validate state size in `snap_setState` method ([#3025](https://github.com/MetaMask/snaps/pull/3025))
- Improve error messages for `snap_manageState` and `snap_setState` methods ([#3025](https://github.com/MetaMask/snaps/pull/3025))

## [11.9.0]

### Added
Expand Down Expand Up @@ -361,7 +368,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The version of the package no longer needs to match the version of all other
MetaMask Snaps packages.

[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
[11.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[11.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[11.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
[11.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-rpc-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snaps-rpc-methods",
"version": "11.9.0",
"version": "11.9.1",
"description": "MetaMask Snaps JSON-RPC method implementations",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 657cf53

Please sign in to comment.