File tree 3 files changed +20
-18
lines changed
3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
+
10
28
## [ 1.0.0-beta.18] - 2019-03-14
11
29
12
30
### Fixed
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cosmos-voyager" ,
3
3
"productName" : " Cosmos Voyager" ,
4
- "version" : " 1.0.0-beta.18 " ,
4
+ "version" : " 1.0.0-beta.19 " ,
5
5
"description" : " Voyager is an electron-based user interface for the Cosmos Network." ,
6
6
"author" : " All In Bits, Inc <hello@tendermint.com>" ,
7
7
"license" : " Apache-2.0" ,
149
149
"vuelidate" : " 0.7.3" ,
150
150
"vuex" : " 3.0.1"
151
151
}
152
- }
152
+ }
You can’t perform that action at this time.
0 commit comments