Skip to content

Commit db7ddf9

Browse files
authored
Merge pull request #2327 from cosmos/release-candidate/v1.0.0-beta.25
Release candidate/v1.0.0 beta.25
2 parents db3c32d + d92f37e commit db7ddf9

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.0-beta.25] - 2019-03-21
11+
12+
### Changed
13+
14+
- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb
15+
16+
### Security
17+
18+
- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb
19+
20+
### Fixed
21+
22+
- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb
23+
- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb
24+
- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze
25+
1026
## [1.0.0-beta.24] - 2019-03-20
1127

1228
### Fixed

PENDING.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
### Changed
2-
3-
- [\#2303](https://github.com/cosmos/voyager/issues/2303) Hide amounts in header until they are fully loaded @faboweb
4-
5-
### Security
6-
7-
- [\#2309](https://github.com/cosmos/voyager/pull/2309) remove markdown parser to reduce vulnerability of xss @faboweb
8-
9-
### Fixed
10-
11-
- [\#2301](https://github.com/cosmos/voyager/issues/2301) throttle requests for keybase identities @faboweb
12-
- [\#2272](https://github.com/cosmos/voyager/issues/2272) fixed showing uatoms instead of atoms @faboweb
13-
- [\#2289](https://github.com/cosmos/voyager/pull/2289) reduced amount of requests to full node @fedekunze

app/src/renderer/components/staking/PageValidator.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
v-if="validator.keybase && validator.keybase.avatarUrl"
1616
:src="validator.keybase.avatarUrl"
1717
class="avatar"
18-
><img
18+
/><img
1919
v-else
2020
class="avatar"
2121
src="~assets/images/validator-icon.svg"
22-
>
22+
/>
2323

2424
<div class="page-profile__header__info">
2525
<div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmos-wallet",
33
"productName": "Cosmos Wallet",
4-
"version": "1.0.0-beta.24",
4+
"version": "1.0.0-beta.25",
55
"description": "Cosmos Wallet is a web based user interface for the Cosmos Hub.",
66
"author": "All In Bits, Inc <hello@tendermint.com>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)