Skip to content

Commit

Permalink
chore(release): 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed Jun 11, 2021
1 parent f95e720 commit a6276e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.7.2](https://github.com/aeternity/superhero-wallet/compare/v0.7.1...v0.7.2) (2021-06-11)


### Features

* show node status in full screen modals ([4cd4f90](https://github.com/aeternity/superhero-wallet/commit/4cd4f9077cc85dfaba1bcd735732aed7f04e3e67))
* **confirm-tx:** show name fee token amount ([1776fff](https://github.com/aeternity/superhero-wallet/commit/1776fff0dc0bc34f7a1b64c54cbd35c65be2d959))
* **truncate:** simplify truncate behaviour ([5ae05d3](https://github.com/aeternity/superhero-wallet/commit/5ae05d38ebb0682331cc1ede16148e1dc823504b))


### Maintenance

* use iris compatible contracts ([dc08775](https://github.com/aeternity/superhero-wallet/commit/dc087752f11c270b067a0f184217199547059b5e))
* **global:** use ButtonPlain component ([47304bf](https://github.com/aeternity/superhero-wallet/commit/47304bfa7a31fc42c3c198800e1bb62ec1b25f3a))
* **receive:** remove exchange url ([2cf8b68](https://github.com/aeternity/superhero-wallet/commit/2cf8b68bb8c3ce7df3b899857c70e37dd79aa740))
* **tokens:** move tokens path and sidebar entry to unfinished ([e8e2786](https://github.com/aeternity/superhero-wallet/commit/e8e278696ada2ac2d6ba508f45dcf8356cf32a36))

### [0.7.1](https://github.com/aeternity/superhero-wallet/compare/v0.7.0...v0.7.1) (2021-05-31)


Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<widget id="com.superhero.cordova" version="0.7.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.7.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Superhero</name>
<description>Superhero wallet</description>
<author email="[email protected]" href="http://cordova.io">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superhero-wallet",
"version": "0.7.1",
"version": "0.7.2",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
Expand Down

0 comments on commit a6276e2

Please sign in to comment.