@metamask/tron-wallet-snap 1.7.4 → 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 +14 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/images/question-mark.svg +3 -0
- package/locales/de.json +47 -0
- package/locales/el.json +47 -0
- package/locales/en.json +27 -129
- package/locales/es.json +47 -0
- package/locales/fr.json +47 -0
- package/locales/hi.json +47 -0
- package/locales/id.json +47 -0
- package/locales/ja.json +47 -0
- package/locales/ko.json +47 -0
- package/locales/pt.json +47 -0
- package/locales/ru.json +47 -0
- package/locales/tl.json +47 -0
- package/locales/tr.json +47 -0
- package/locales/vi.json +47 -0
- package/locales/zh.json +47 -0
- package/package.json +1 -1
- package/snap.manifest.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ 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
|
+
|
|
10
22
|
## [1.7.4]
|
|
11
23
|
|
|
12
24
|
### Fixed
|
|
@@ -169,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
169
181
|
- Initial release of Tron wallet snap
|
|
170
182
|
- Support for TRX and token assets balances ([#12](https://github.com/MetaMask/snap-tron-wallet/pull/12))
|
|
171
183
|
|
|
172
|
-
[Unreleased]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.
|
|
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
|
|
173
186
|
[1.7.4]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.3...v1.7.4
|
|
174
187
|
[1.7.3]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.2...v1.7.3
|
|
175
188
|
[1.7.2]: https://github.com/MetaMask/snap-tron-wallet/compare/v1.7.1...v1.7.2
|