Skip to content

Commit 424af2a

Browse files
github-actions[bot]github-actionsxavier-brochard
authored
2.3.10 (#530)
This is the release candidate for version 2.3.10. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Xavier Brochard <[email protected]>
1 parent 3626de0 commit 424af2a

File tree

4 files changed

+20
-5
lines changed

4 files changed

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

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.3.10]
11+
12+
### Added
13+
14+
- Mechanism to time out websocket subscriptions ([#525](https://github.com/MetaMask/snap-solana-wallet/pull/525))
15+
16+
### Changed
17+
18+
- Offloaded the assets and transactions sync from account creation ([#528](https://github.com/MetaMask/snap-solana-wallet/pull/528))
19+
20+
### Fixed
21+
22+
- Enforce proper assets state sync between snap and client ([#529](https://github.com/MetaMask/snap-solana-wallet/pull/529))
23+
1024
## [2.3.9]
1125

1226
### Added
@@ -909,7 +923,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
909923
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
910924
- Snap setup
911925

912-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.9...HEAD
926+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.10...HEAD
927+
[2.3.10]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.9...v2.3.10
913928
[2.3.9]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.8...v2.3.9
914929
[2.3.8]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.7...v2.3.8
915930
[2.3.7]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.6...v2.3.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.3.9",
3+
"version": "2.3.10",
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.9",
2+
"version": "2.3.10",
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": "xzhyxFposATo4QB+1uYmFRrqKejuEbPOvervxElzKu8=",
10+
"shasum": "IDZVcMndZlJqtjNjefXH/Qx6vx/W1E/FUQgDlUqz1+M=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)