Skip to content

Commit 55c1d8f

Browse files
github-actions[bot]github-actionsgabrieledm
authored
1.25.6 (#312)
This is the release candidate for version 1.25.6. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: gabrieledm <gabriele.delmonte-ext@consensys.net>
1 parent 4acb190 commit 55c1d8f

4 files changed

Lines changed: 9 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": "tron-wallet-snap-monorepo",
3-
"version": "1.25.5",
3+
"version": "1.25.6",
44
"private": true,
55
"description": "",
66
"homepage": "https://github.com/MetaMask/snap-tron-wallet#readme",

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.25.6]
11+
1012
### Added
1113

1214
- Filter native TRX receive spam from transaction history ([#301](https://github.com/MetaMask/snap-tron-wallet/pull/301))
@@ -501,7 +503,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
501503
- Initial release of Tron wallet snap
502504
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
503505

504-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.4...HEAD
506+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.6...HEAD
507+
[1.25.6]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.5...v1.25.6
508+
[1.25.5]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.4...v1.25.5
505509
[1.25.4]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.3...v1.25.4
506510
[1.25.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.2...v1.25.3
507511
[1.25.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.1...v1.25.2

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/tron-wallet-snap",
3-
"version": "1.25.5",
3+
"version": "1.25.6",
44
"description": "A Tron 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.25.5",
2+
"version": "1.25.6",
33
"description": "Manage Tron using MetaMask",
44
"proposedName": "Tron",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/MetaMask/snap-tron-wallet.git"
88
},
99
"source": {
10-
"shasum": "N0XXeNF5ZXzljybYtv6616rS95UlZ3HZT1nFagmABfk=",
10+
"shasum": "3NGF8GC+L8ARLsw5Sc7Vn0BVyy5YF22hZuNZ7GltlM0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)