Skip to content

Commit 60948cc

Browse files
authored
Merge pull request #2304 from cosmos/release-candidate/v1.0.0-beta.21
Release candidate/v1.0.0 beta.21
2 parents a7fdb4e + 2380f0a commit 60948cc

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-beta.21] - 2019-03-16
11+
12+
### Added
13+
14+
- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb
15+
- [\#2230](https://github.com/cosmos/voyager/issues/2230) calculate fees and estimated transaction gas @fedekunze
16+
- [\#2291](https://github.com/cosmos/voyager/pull/2291) master built against main net full node @sabau
17+
18+
### Fixed
19+
20+
- [\#2269](https://github.com/cosmos/voyager/pull/2269) Persist session type if signed in with ledger @faboweb
21+
- [\#2273](https://github.com/cosmos/voyager/issues/2273) fixed atoms and uatoms conversion @fedekunze
22+
23+
1024
## [1.0.0-beta.20] - 2019-03-15
1125

1226
### Fixed

PENDING.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
### Added
2-
3-
- [\#2228](https://github.com/cosmos/voyager/issues/2228) display balances of vesting accounts @faboweb
4-
- [\#2230](https://github.com/cosmos/voyager/issues/2230) calculate fees and estimated transaction gas @fedekunze
5-
- [\#2291](https://github.com/cosmos/voyager/pull/2291) master built against main net full node @sabau
6-
7-
### Fixed
8-
9-
- [\#2269](https://github.com/cosmos/voyager/pull/2269) Persist session type if signed in with ledger @faboweb
10-
- [\#2273](https://github.com/cosmos/voyager/issues/2273) fixed atoms and uatoms conversion @fedekunze

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmos-voyager",
33
"productName": "Cosmos Voyager",
4-
"version": "1.0.0-beta.20",
4+
"version": "1.0.0-beta.21",
55
"description": "Voyager is an electron-based user interface for the Cosmos Network.",
66
"author": "All In Bits, Inc <hello@tendermint.com>",
77
"license": "Apache-2.0",
@@ -149,4 +149,4 @@
149149
"vuelidate": "0.7.3",
150150
"vuex": "3.0.1"
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)