Skip to content
Merged

2.3.9 #524

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solana-wallet-snap-monorepo",
"version": "2.3.8",
"version": "2.3.9",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",
Expand Down
14 changes: 13 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.9]

### Added

- Add new client-only entrypoint `signRewardsMessage` ([#522](https://github.com/MetaMask/snap-solana-wallet/pull/522))
- Track Sentry events for unclean WebSocket connection closures ([#523](https://github.com/MetaMask/snap-solana-wallet/pull/523))

### Fixed

- Fix validation for .sol domain name resolution ([#521](https://github.com/MetaMask/snap-solana-wallet/pull/521))

## [2.3.8]

### Fixed
Expand Down Expand Up @@ -898,7 +909,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
- Snap setup

[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.8...HEAD
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.9...HEAD
[2.3.9]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.8...v2.3.9
[2.3.8]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.7...v2.3.8
[2.3.7]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.6...v2.3.7
[2.3.6]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.3.5...v2.3.6
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/solana-wallet-snap",
"version": "2.3.8",
"version": "2.3.9",
"description": "A Solana wallet Snap.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.3.8",
"version": "2.3.9",
"description": "Manage Solana using MetaMask",
"proposedName": "Solana",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
},
"source": {
"shasum": "j1zemt8/yFRwO9tT95UZd1SMnjOkVc5m0pUYFjMSEhM=",
"shasum": "1z5nRakyTE2k/QwGW4jgmcVGJ+twkDq4YabTRu1KAbE=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading