Skip to content

Commit 72af850

Browse files
authored
Merge pull request #2264 from cosmos/release-candidate/v1.0.0-beta.18
Release candidate/v1.0.0 beta.18
2 parents 638694e + cc386ed commit 72af850

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
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.18] - 2019-03-14
11+
12+
### Fixed
13+
14+
- [#\2188](https://github.com/cosmos/voyager/issues/2188) Fixed issues with the way we were loading PageNetwork @jbibla
15+
- [#\2246](https://github.com/cosmos/voyager/issues/2246) Fix from moniker not visible on withdraw txs @faboweb
16+
17+
### Added
18+
19+
- [\#1959](https://github.com/cosmos/voyager/issues/1959) display transactions on block page @fedekunze
20+
21+
### Changed
22+
23+
- Ignore changelog check on master @faboweb
24+
- [#\2217](https://github.com/cosmos/voyager/issues/2217) Limit inputs to max precision @faboweb
25+
1026
## [1.0.0-beta.17] - 2019-03-13
1127

1228
### Changed

PENDING.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
### Fixed
2-
3-
- [#\2188](https://github.com/cosmos/voyager/issues/2188) Fixed issues with the way we were loading PageNetwork @jbibla
4-
- [#\2246](https://github.com/cosmos/voyager/issues/2246) Fix from moniker not visible on withdraw txs @faboweb
5-
6-
### Added
7-
8-
- [\#1959](https://github.com/cosmos/voyager/issues/1959) display transactions on block page @fedekunze
9-
10-
### Changed
11-
12-
- Ignore changelog check on master @faboweb
13-
- [#\2217](https://github.com/cosmos/voyager/issues/2217) Limit inputs to max precision @faboweb

package.json

+1-1
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.17",
4+
"version": "1.0.0-beta.18",
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",

0 commit comments

Comments
 (0)