Skip to content

Commit a60393b

Browse files
github-actions[bot]github-actionsaganglada
authored
2.5.1 (#568)
This is the release candidate for version 2.5.1. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Patch release 2.5.1 with a fix to prevent large images from exceeding the snap context size. > > - **Snap**: > - **Fixed**: Prevent large images from exceeding snap context size (`packages/snap/CHANGELOG.md`). > - **Release**: > - Bump version to `2.5.1` in `package.json`, `packages/snap/package.json`, and `packages/snap/snap.manifest.json`; update manifest `shasum` and changelog links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 52b874f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Alejandro Garcia Anglada <[email protected]>
1 parent d30c5d3 commit a60393b

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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": "solana-wallet-snap-monorepo",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.5.1]
11+
12+
### Fixed
13+
14+
- Prevent big images from exceeding snap context size ([#567](https://github.com/MetaMask/snap-solana-wallet/pull/567))
15+
1016
## [2.5.0]
1117

1218
### Changed
@@ -1000,7 +1006,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10001006
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
10011007
- Snap setup
10021008

1003-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.5.0...HEAD
1009+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.5.1...HEAD
1010+
[2.5.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.5.0...v2.5.1
10041011
[2.5.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.8...v2.5.0
10051012
[2.4.8]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.7...v2.4.8
10061013
[2.4.7]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.6...v2.4.7

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/solana-wallet-snap",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A Solana wallet Snap.",
55
"repository": {
66
"type": "git",

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2.5.0",
2+
"version": "2.5.1",
33
"description": "Manage Solana using MetaMask",
44
"proposedName": "Solana",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
88
},
99
"source": {
10-
"shasum": "X4GClBYoQ7Nz6guimXbfeu98BRFPx/c30703dxnSEBY=",
10+
"shasum": "+srDSnvZb1O7TBnlu98FEKKJmnJCir9Up/ucTHzUtbI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)