Skip to content
Merged

2.7.4 #601

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.7.3",
"version": "2.7.4",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",
Expand Down
22 changes: 19 additions & 3 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.3]
## [2.7.4]

### Changed

- Replace card amount approval method to be indexable by our provider Baanx ([#593](https://github.com/MetaMask/snap-solana-wallet/pull/593))
- Implement card amount approval method expiration validation ([#594](https://github.com/MetaMask/snap-solana-wallet/pull/594))

### Fixed

- Make sure an interface exists when accessing its context ([#586](https://github.com/MetaMask/snap-solana-wallet/pull/586))
- Solana transaction confirmation screen issues ([#595](https://github.com/MetaMask/snap-solana-wallet/pull/595))
- Display recipient address on confirmation screen
- Hide "Request from MetaMask" for user-initiated transactions
- Fix "You receive" flash during loading
- Emit missing "Transaction Submitted" event at broadcast time ([#598](https://github.com/MetaMask/snap-solana-wallet/pull/598))

## [2.7.3]

### Changed

- Increase compute unit limit for transactions that handle approval of card amounts ([#587](https://github.com/MetaMask/snap-solana-wallet/pull/587))
- Remove convertion layer for images displayed in Snaps UI ([#577](https://github.com/MetaMask/snap-solana-wallet/pull/577))

### Fixed

- Make sure an interface exists when accessing its context ([#586](https://github.com/MetaMask/snap-solana-wallet/pull/586))

## [2.7.2]

### Changed
Expand Down Expand Up @@ -1056,7 +1071,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.7.3...HEAD
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.7.4...HEAD
[2.7.4]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.7.3...v2.7.4
[2.7.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.7.2...v2.7.3
[2.7.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.7.1...v2.7.2
[2.7.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v2.7.0...v2.7.1
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.7.3",
"version": "2.7.4",
"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.7.3",
"version": "2.7.4",
"description": "Manage Solana using MetaMask",
"proposedName": "Solana",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
},
"source": {
"shasum": "krAMsU4HOfWoBt4BHP3zVDRnSfOyuShlVq1OluSAaBI=",
"shasum": "VwTyNRX0BAi64nG1bAxHAzIahlvWsicj8me3hg9R1Ug=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading