Skip to content

Commit be21880

Browse files
github-actions[bot]github-actionsxavier-brochard
authored
2.3.3 (#506)
This is the release candidate for version 2.3.3. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Xavier Brochard <[email protected]>
1 parent 64b1b9c commit be21880

File tree

4 files changed

+17
-5
lines changed

4 files changed

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

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.3.3]
11+
12+
### Changed
13+
14+
- Close WebSockets onInactive after a grace period ([#505](https://github.com/MetaMask/snap-solana-wallet/pull/505))
15+
- Use safer `TransferChecked` instruction instead `Transfer` to send SPL tokens ([#503](https://github.com/MetaMask/snap-solana-wallet/pull/503))
16+
17+
### Fixed
18+
19+
- Fix the parsing of self transfers ([#504](https://github.com/MetaMask/snap-solana-wallet/pull/504))
20+
1021
## [2.3.2]
1122

1223
### Fixed
@@ -848,7 +859,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
848859
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
849860
- Snap setup
850861

851-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.2...HEAD
862+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.3...HEAD
863+
[2.3.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.2...v2.3.3
852864
[2.3.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.1...v2.3.2
853865
[2.3.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.0...v2.3.1
854866
[2.3.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.2.0...v2.3.0

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.3.2",
3+
"version": "2.3.3",
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.3.2",
2+
"version": "2.3.3",
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": "azplh8iRgsWh3MP6RFNax4WipyjkRDiu2kdBD7b9VIQ=",
10+
"shasum": "S4jQt8IBnsSCyDoX7Hy9QVYGJc1s03pMPfmzw382H6Q=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)