Skip to content

Commit bf47426

Browse files
github-actions[bot]github-actionsaganglada
authored
1.33.4 (#432)
This is the release candidate for version 1.33.4. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alejandro Garcia Anglada <aganglada@gmail.com>
1 parent 5c742cc commit bf47426

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

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

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.33.4]
11+
12+
### Fixed
13+
14+
- Handle errors on the edge ([#430](https://github.com/MetaMask/snap-solana-wallet/pull/430))
15+
1016
## [1.33.3]
1117

1218
### Changed
@@ -681,7 +687,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
681687
- Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25))
682688
- Snap setup
683689

684-
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.3...HEAD
690+
[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.4...HEAD
691+
[1.33.4]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.3...v1.33.4
685692
[1.33.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.2...v1.33.3
686693
[1.33.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.1...v1.33.2
687694
[1.33.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.0...v1.33.1

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": "1.33.3",
3+
"version": "1.33.4",
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": "1.33.3",
2+
"version": "1.33.4",
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": "M/TAq4KOxYiej93YfzvH5+bpPF1bJk+sGuy/LbxGV5A=",
10+
"shasum": "Lu8ZjslFGAsh8xSiKiOPdzbyxIG8Hrp7h6ijDea9oVo=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)