Skip to content

Commit 40bddbb

Browse files
github-actions[bot]github-actionsaganglada
authored
2.4.2 (#542)
This is the release candidate for version 2.4.2. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 2.4.2: bump versions, update changelogs to enable `devnet` only for Flask, and refresh snap manifest shasum. > > - **Release 2.4.2** > - Versions bumped in `package.json`, `packages/site/package.json`, `packages/snap/package.json`, and `packages/snap/snap.manifest.json`. > - Changelogs updated in `packages/site/CHANGELOG.md` and `packages/snap/CHANGELOG.md` with 2.4.2 entry: enable `devnet` only for Flask; updated compare links. > - `packages/snap/snap.manifest.json`: updated `source.shasum`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d90ea69. 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 e870ebc commit 40bddbb

File tree

6 files changed

+22
-8
lines changed

6 files changed

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

packages/site/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.4.2]
11+
12+
### Changed
13+
14+
- Enable `devnet` only for flask ([#541](https://github.com/MetaMask/snap-solana-wallet/pull/541))
15+
1016
## [2.0.0]
1117

1218
### Added
1319

1420
- Sync accounts buttons ([#475](https://github.com/MetaMask/snap-solana-wallet/pull/475))
15-
- Detect receive transactions ([#461](https://github.com/MetaMask/snap-solana-wallet/pull/461))
21+
- Detect receive transactions ([#461](https://github.com/MetaMask/snap-solana-wallet/pull/461))
1622
- Unsubscribe from delete account ([#458](https://github.com/MetaMask/snap-solana-wallet/pull/458))
1723
- Migrate accounts sync from HTTP polling to Websockets ([#453](https://github.com/MetaMask/snap-solana-wallet/pull/453))
1824

@@ -211,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211217

212218
- Add chakra for easier dx on site ([#53](https://github.com/MetaMask/snap-solana-wallet/pull/53))
213219

214-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.0.0...HEAD
220+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...HEAD
221+
[2.4.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.0.0...v2.4.2
215222
[2.0.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.36.0...v2.0.0
216223
[1.36.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.35.0...v1.36.0
217224
[1.35.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.32.0...v1.35.0

packages/site/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-test-dapp",
3-
"version": "2.0.0",
3+
"version": "2.4.2",
44
"private": true,
55
"description": "A sample dapp to test the Solana wallet Snap.",
66
"license": "(MIT-0 OR Apache-2.0)",

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.4.2]
11+
12+
### Changed
13+
14+
- Enable `devnet` only for flask ([#541](https://github.com/MetaMask/snap-solana-wallet/pull/541))
15+
1016
## [2.4.1]
1117

1218
### Fixed
@@ -945,7 +951,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
945951
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
946952
- Snap setup
947953

948-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.1...HEAD
954+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...HEAD
955+
[2.4.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.1...v2.4.2
949956
[2.4.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.0...v2.4.1
950957
[2.4.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.11...v2.4.0
951958
[2.3.11]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.10...v2.3.11

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.1",
3+
"version": "2.4.2",
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.4.1",
2+
"version": "2.4.2",
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": "fR8JIQPPKK6QqODwkOeksbdHXGJhw1eRwLLMT68Cs1Y=",
10+
"shasum": "QBSf9dGuXMGAU/6LnLyac9uFh1ssxbgLSsHiumPdON4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)