Skip to content

Commit fa45edd

Browse files
github-actions[bot]github-actionsmikesposito
authored
1.25.8 (#321)
This is the release candidate for version 1.25.8. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: mikesposito <michele@esposito.codes>
1 parent 6034e99 commit fa45edd

4 files changed

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

packages/snap/CHANGELOG.md

Lines changed: 4 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.8]
11+
1012
### Fixed
1113

1214
- Removed `snap_trackError` permission from snap manifest ([#320](https://github.com/MetaMask/snap-tron-wallet/pull/320))
@@ -521,7 +523,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
521523
- Initial release of Tron wallet snap
522524
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
523525

524-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.7...HEAD
526+
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.8...HEAD
527+
[1.25.8]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.7...v1.25.8
525528
[1.25.7]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.6...v1.25.7
526529
[1.25.6]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.5...v1.25.6
527530
[1.25.5]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.25.4...v1.25.5

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.7",
3+
"version": "1.25.8",
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.7",
2+
"version": "1.25.8",
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": "cS6KkS85s+3S4YppSDLduQgkln/SPODyNiTiaPeTP0c=",
10+
"shasum": "VlawpaEOQBPeBasubddv1jzXVzFv3WTdlYj5miQj6bI=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)