Skip to content

Commit

Permalink
Merge pull request #2279 from cosmos/release-candidate/v1.0.0-beta.19
Browse files Browse the repository at this point in the history
Release candidate/v1.0.0 beta.19
  • Loading branch information
faboweb authored Mar 15, 2019
2 parents 399e379 + 6f8fe87 commit 12a4172
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.0-beta.19] - 2019-03-15

### Added

- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb

### Fixed

- Fix for inflation on our testnet
- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb

### Changed

- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze
- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze
- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze


## [1.0.0-beta.18] - 2019-03-14

### Fixed
Expand Down
16 changes: 0 additions & 16 deletions PENDING.md
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
### Added

- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb

### Fixed

- Fix for inflation on our testnet
- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb
- double yarn in package.json causing error on yarn start @jbibla
- [\#2223](https://github.com/cosmos/voyager/issues/2223) Fixed double tooltips on governance parameters tab @faboweb

### Changed

- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze
- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze
- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cosmos-voyager",
"productName": "Cosmos Voyager",
"version": "1.0.0-beta.18",
"version": "1.0.0-beta.19",
"description": "Voyager is an electron-based user interface for the Cosmos Network.",
"author": "All In Bits, Inc <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -149,4 +149,4 @@
"vuelidate": "0.7.3",
"vuex": "3.0.1"
}
}
}

0 comments on commit 12a4172

Please sign in to comment.