@metamask/tron-wallet-snap 1.7.3 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.8.0]
11
+
12
+ ### Added
13
+
14
+ - Confirmation UI (#86) ([#86](https://github.com/MetaMask/snap-tron-wallet/pull/86))
15
+ - Transactions analytics ([#90](https://github.com/MetaMask/snap-tron-wallet/pull/90))
16
+ - Add `from` and `to` to confirmation ([#88](https://github.com/MetaMask/snap-tron-wallet/pull/88))
17
+
18
+ ### Fixed
19
+
20
+ - Remove logs ([#87](https://github.com/MetaMask/snap-tron-wallet/pull/87))
21
+
22
+ ## [1.7.4]
23
+
24
+ ### Fixed
25
+
26
+ - Unstake method was doing incorrect input validation ([#82](https://github.com/MetaMask/snap-tron-wallet/pull/82))
27
+
10
28
  ## [1.7.3]
11
29
 
12
30
  ### Added
@@ -163,7 +181,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163
181
  - Initial release of Tron wallet snap
164
182
  - Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
165
183
 
166
- [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.3...HEAD
184
+ [Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.8.0...HEAD
185
+ [1.8.0]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.4...v1.8.0
186
+ [1.7.4]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.3...v1.7.4
167
187
  [1.7.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.2...v1.7.3
168
188
  [1.7.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.1...v1.7.2
169
189
  [1.7.1]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.0...v1.7.1