Skip to content

Commit

Permalink
Merge pull request #1218 from aeternity/release/v0.8.2
Browse files Browse the repository at this point in the history
Release v0.8.2
  • Loading branch information
etharner authored Jul 14, 2021
2 parents d9bc2e7 + ebc28b4 commit 5666c2a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.8.2](https://github.com/aeternity/superhero-wallet/compare/v0.8.1...v0.8.2) (2021-07-14)


### Features

* **unfinished:** enable unfinished features ([37b7bd7](https://github.com/aeternity/superhero-wallet/commit/37b7bd783c2c7d12c434bc5e484de447a9282f8f))


### Bug Fixes

* **tx-list:** show loader only when fetching ([00f6f24](https://github.com/aeternity/superhero-wallet/commit/00f6f24ac66d9b8a5ed6c185fff95ed657f18709))


### Maintenance

* **unfinished:** hide unfinished features ([c4b7536](https://github.com/aeternity/superhero-wallet/commit/c4b7536d2fe7d4dc05828f0193cdebae04bc567b))

### [0.8.1](https://github.com/aeternity/superhero-wallet/compare/v0.8.0...v0.8.1) (2021-07-09)


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.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.8.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.8.1",
"version": "0.8.2",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/router/components/TransactionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
},
data() {
return {
loading: true,
loading: false,
transactions: [],
page: 1,
displayMode: { latestFirst: true, type: 'all' },
Expand Down

0 comments on commit 5666c2a

Please sign in to comment.