Skip to content

Commit 56dbc16

Browse files
github-actions[bot]github-actionsulissesferreira
authored
2.4.8 (#563)
This is the release candidate for version 2.4.8. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps version to 2.4.8 and updates changelog with fixes (state blob mutex, clientVersion via snap_getClientStatus, publish icon). > > - **Versioning**: > - Bump `package.json` and `packages/snap/package.json` to `2.4.8`. > - **Changelog**: > - Add `2.4.8` with fixes: mutex for state blob modifications, use `snap_getClientStatus` for `clientVersion`, publish icon to NPM. > - Update comparison links for `[Unreleased]` and add `[2.4.8]` link. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8667791. 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: Ulisses Ferreira <[email protected]>
1 parent eca3986 commit 56dbc16

File tree

3 files changed

+12
-3
lines changed

3 files changed

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

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.4.8]
11+
12+
### Fixed
13+
14+
- Use mutex for state blob modifications ([#562](https://github.com/MetaMask/snap-solana-wallet/pull/562))
15+
- Use `snap_getClientStatus` for `clientVersion` ([#560](https://github.com/MetaMask/snap-solana-wallet/pull/560))
16+
- Publish icon to NPM ([#561](https://github.com/MetaMask/snap-solana-wallet/pull/561))
17+
1018
## [2.4.7]
1119

1220
### Fixed
@@ -986,7 +994,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
986994
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
987995
- Snap setup
988996

989-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.7...HEAD
997+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.8...HEAD
998+
[2.4.8]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.7...v2.4.8
990999
[2.4.7]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.6...v2.4.7
9911000
[2.4.6]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.5...v2.4.6
9921001
[2.4.5]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.4...v2.4.5

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.4.7",
3+
"version": "2.4.8",
44
"description": "A Solana wallet Snap.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)