Skip to content

Commit 12a4172

Browse files
authored
Merge pull request #2279 from cosmos/release-candidate/v1.0.0-beta.19
Release candidate/v1.0.0 beta.19
2 parents 399e379 + 6f8fe87 commit 12a4172

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.0-beta.19] - 2019-03-15
11+
12+
### Added
13+
14+
- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb
15+
16+
### Fixed
17+
18+
- Fix for inflation on our testnet
19+
- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb
20+
21+
### Changed
22+
23+
- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze
24+
- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze
25+
- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze
26+
27+
1028
## [1.0.0-beta.18] - 2019-03-14
1129

1230
### Fixed

PENDING.md

-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
### Added
2-
3-
- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb
4-
5-
### Fixed
6-
7-
- Fix for inflation on our testnet
8-
- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb
9-
- double yarn in package.json causing error on yarn start @jbibla
10-
- [\#2223](https://github.com/cosmos/voyager/issues/2223) Fixed double tooltips on governance parameters tab @faboweb
11-
12-
### Changed
13-
14-
- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze
15-
- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze
16-
- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @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.18",
4+
"version": "1.0.0-beta.19",
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)