From 9e9cf5a7581d9e12eb4006e6b07c735069577832 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Feb 2026 17:25:26 +0000 Subject: [PATCH 1/4] 1.21.1 --- package.json | 2 +- packages/snap/CHANGELOG.md | 9 ++++++++- packages/snap/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b85b6cb..bf40c37d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 59cbcd47..9cb67406 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.21.1] + +### Uncategorized + +- fix: allow pending transactions to be updated when confirmed ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) + ## [1.21.0] ### Fixed @@ -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 diff --git a/packages/snap/package.json b/packages/snap/package.json index 2208c46e..691a7bef 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -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", From eba4488ee7cee8b959283afdd3c180f213952bdd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Feb 2026 17:26:52 +0000 Subject: [PATCH 2/4] chore: update snap version --- packages/snap/snap.manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index f830dc71..136f0376 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.21.0", + "version": "1.21.1", "description": "Manage Tron using MetaMask", "proposedName": "Tron", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-tron-wallet.git" }, "source": { - "shasum": "Qzmvl2UHLOcowpF1G750VpKfM7/rTWccsHL4hD/ZJqI=", + "shasum": "z4+3fdZhAyzb6R94sNJYeTuW/t7H48Qyuc3t72eraXw=", "location": { "npm": { "filePath": "dist/bundle.js", From 061ac84a0fe42e7ef63de255cce8cf2bc8c05cc1 Mon Sep 17 00:00:00 2001 From: Ulisses Ferreira Date: Thu, 5 Feb 2026 17:28:01 +0000 Subject: [PATCH 3/4] Update CHANGELOG.md --- packages/snap/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 9cb67406..1c67f9c7 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.21.1] -### Uncategorized +### Fixed -- fix: allow pending transactions to be updated when confirmed ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) +- `pending` transactions not being considered for data fetching so we know when they are `confirmed` ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) ## [1.21.0] From 03b7a7272e61d7ec35975a56b674a74c3ca1fcdc Mon Sep 17 00:00:00 2001 From: Ulisses Ferreira Date: Thu, 5 Feb 2026 17:29:59 +0000 Subject: [PATCH 4/4] Update changelog for version 1.21.1 fixes Fix issue with pending transactions not being considered for data fetching. --- packages/snap/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 1c67f9c7..7cbebae0 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- `pending` transactions not being considered for data fetching so we know when they are `confirmed` ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) +- Sent transactions stuck on `pending` state ([#194](https://github.com/MetaMask/snap-tron-wallet/pull/194)) ## [1.21.0]