Skip to content

Commit 47d2b13

Browse files
github-actions[bot]github-actionsxavier-brochard
authored
2.4.6 (#555)
This is the release candidate for version 2.4.6. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 2.4.6: optimize `signRewardsMessage` payload in the snap and add a manual test button in the site; bump versions and update manifest shasum. > > - **Release 2.4.6** > - **Snap**: > - Change `signRewardsMessage` payload for improved performance (`packages/snap/CHANGELOG.md`). > - Bump to `2.4.6` and update `snap.manifest.json` `version` and `source.shasum`. > - **Site**: > - Add button to manually test `signRewardsMessage` (`packages/site/CHANGELOG.md`). > - **Versioning/Meta**: > - Bump versions to `2.4.6` in `package.json`, `packages/site/package.json`, and `packages/snap/package.json`. > - Update changelog links for `2.4.6`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5e29253. 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: Xavier Brochard <[email protected]>
1 parent 7e1dd0d commit 47d2b13

File tree

6 files changed

+21
-7
lines changed

6 files changed

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

packages/site/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.6]
11+
12+
### Added
13+
14+
- Added a button to manually test the request `signRewardsMessage` ([#554](https://github.com/MetaMask/snap-solana-wallet/pull/554))
15+
1016
## [2.4.4]
1117

1218
### Changed
@@ -229,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229235

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

232-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.4...HEAD
238+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.6...HEAD
239+
[2.4.6]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.4...v2.4.6
233240
[2.4.4]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.3...v2.4.4
234241
[2.4.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...v2.4.3
235242
[2.4.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.0.0...v2.4.2

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.4.4",
3+
"version": "2.4.6",
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.6]
11+
12+
### Changed
13+
14+
- Adapted the payload of request `signRewardsMessage` for improved performance ([#554](https://github.com/MetaMask/snap-solana-wallet/pull/554))
15+
1016
## [2.4.5]
1117

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

977-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.5...HEAD
983+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.6...HEAD
984+
[2.4.6]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.5...v2.4.6
978985
[2.4.5]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.4...v2.4.5
979986
[2.4.4]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.3...v2.4.4
980987
[2.4.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.4.2...v2.4.3

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.5",
3+
"version": "2.4.6",
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.5",
2+
"version": "2.4.6",
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": "k8LmcKs1C8v0XMNdO+rMMcd9PULlPonVHBprzUmNipU=",
10+
"shasum": "7nwtif4tA2N5NLWISc5gL1lnbDjP3hH/v5Z7TfgcZoM=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)