Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.
Merged
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": "tron-wallet-snap-monorepo",
"version": "1.21.0",
"version": "1.21.1",
"private": true,
"description": "",
"homepage": "https://github.com/MetaMask/snap-tron-wallet#readme",
Expand Down
9 changes: 8 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.21.1]

### Fixed

- Sent transactions stuck on `pending` state ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194))

## [1.21.0]

### Fixed
Expand Down Expand Up @@ -385,7 +391,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of Tron wallet snap
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))

[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.1...HEAD
[1.21.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.21.0...v1.21.1
[1.21.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.20.0...v1.21.0
[1.20.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.19.3...v1.20.0
[1.19.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.19.2...v1.19.3
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/tron-wallet-snap",
"version": "1.21.0",
"version": "1.21.1",
"description": "A Tron 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.21.0",
"version": "1.21.1",
"description": "Manage Tron using MetaMask",
"proposedName": "Tron",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snap-tron-wallet.git"
},
"source": {
"shasum": "Qzmvl2UHLOcowpF1G750VpKfM7/rTWccsHL4hD/ZJqI=",
"shasum": "z4+3fdZhAyzb6R94sNJYeTuW/t7H48Qyuc3t72eraXw=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading