Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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": "1.33.1",
"version": "1.33.2",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-solana-wallet#readme",
Expand Down
13 changes: 12 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.33.2]

### Added

- Adds snap_trackEvent and origin param ([#418](https://github.com/MetaMask/snap-solana-wallet/pull/418))
Comment thread
zone-live marked this conversation as resolved.
Outdated

### Fixed

- Name confirmation aligned with method request ([#423](https://github.com/MetaMask/snap-solana-wallet/pull/423))
Comment thread
zone-live marked this conversation as resolved.
Outdated

## [1.33.1]

### Fixed
Expand Down Expand Up @@ -665,7 +675,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/v1.33.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.2...HEAD
[1.33.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.1...v1.33.2
[1.33.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.0...v1.33.1
[1.33.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.32.0...v1.33.0
[1.32.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.31.2...v1.32.0
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": "1.33.1",
"version": "1.33.2",
"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": "1.33.1",
"version": "1.33.2",
"description": "Manage Solana using MetaMask",
"proposedName": "Solana",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
},
"source": {
"shasum": "X1gc72IbqI/j7C0NA0rxAJHeJXlcsFYXVqNrfllJ4n4=",
"shasum": "fYdnpG929p3sfCbwUNQQe4P+LSPyGQdZtXgdMUtt97E=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading