File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @devhub/landing" ,
3- "version" : " 0.99.0 " ,
3+ "version" : " 0.99.1 " ,
44 "private" : false ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
1414 "start" : " next -p 3001"
1515 },
1616 "dependencies" : {
17- "@brunolemos/devhub-core" : " 0.99.0-2 " ,
17+ "@brunolemos/devhub-core" : " 0.99.1 " ,
1818 "@zeit/next-css" : " 1.0.1" ,
1919 "autoprefixer" : " 9.6.4" ,
2020 "classnames" : " 2.2.6" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ export default function DownloadPage(_props: DownloadPageProps) {
6464 const category = _category || system . category || 'web'
6565 const { os } = system
6666
67- const version = '0.99.0 '
68- const releaseDate = '2019-12-09 '
67+ const version = '0.99.1 '
68+ const releaseDate = '2019-12-11 '
6969
7070 return (
7171 < LandingLayout >
Original file line number Diff line number Diff line change 974974 lodash "^4.17.13"
975975 to-fast-properties "^2.0.0"
976976
977- " @brunolemos/devhub-core@0.99.0-2 " :
978- version "0.99.0-2 "
979- resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.99.0-2 .tgz#94565f30ba15c93ba5b2398a2c5ab7c2dffdb11f "
980- integrity sha512-Fp/cha5vUhQE+IYiFfK1d0GnSutSs6eBPH55LJzos03nz50zhQiaJarJRXI28lpEa9JU7jIS/Imbhpur/9cTVg ==
977+ " @brunolemos/devhub-core@0.99.1 " :
978+ version "0.99.1 "
979+ resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.99.1 .tgz#557210091184401fdf54748f991cdab6025d1782 "
980+ integrity sha512-bNPvvhZjQT5XuFzjTDnKKxF298AsdK4+oVDnR7bs7yi4W1xyeFr6H4rA8B8W301VEgsGsrHWc2bCPFKXDTGsuQ ==
981981 dependencies :
982982 " @octokit/rest" " 16.20.0"
983983 axios "0.19.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " devhub" ,
3- "version" : " 0.99.0 " ,
3+ "version" : " 0.99.1 " ,
44 "private" : true ,
55 "author" : {
66 "name" : " Bruno Lemos" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devhub/components" ,
3- "version" : " 0.99.0 " ,
3+ "version" : " 0.99.1 " ,
44 "private" : false ,
55 "main" : " dist" ,
66 "scripts" : {
1414 "@brunolemos/react-window-without-virtualization" : " 1.8.5-withoutvirtualization.1" ,
1515 "@bugsnag/js" : " 6.4.1" ,
1616 "@bugsnag/plugin-react" : " 6.4.0" ,
17- "@devhub/core" : " 0.99.0 " ,
17+ "@devhub/core" : " 0.99.1 " ,
1818 "@octokit/rest" : " 16.20.0" ,
1919 "axios" : " 0.19.0" ,
2020 "fbemitter" : " 2.1.1" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function AppVersion() {
3838}
3939
4040export function getAppVersionLabel ( ) {
41- const buildNumber = 2618
41+ const buildNumber = 2630
4242
4343 return `v${ constants . APP_VERSION } ${
4444 constants . IS_BETA && ! constants . APP_VERSION . includes ( 'beta' )
Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ const emojis = {
11701170 seven : 'unicode/0037-20e3' ,
11711171 seychelles : 'unicode/1f1f8-1f1e8' ,
11721172 shallow_pan_of_food : 'unicode/1f958' ,
1173- shamrock : 'unicode/2618 ' ,
1173+ shamrock : 'unicode/2630 ' ,
11741174 shark : 'unicode/1f988' ,
11751175 shaved_ice : 'unicode/1f367' ,
11761176 sheep : 'unicode/1f411' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devhub/core" ,
3- "version" : " 0.99.0 " ,
3+ "version" : " 0.99.1 " ,
44 "private" : false ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @devhub/desktop" ,
3- "version" : " 0.99.0 " ,
3+ "version" : " 0.99.1 " ,
44 "private" : false ,
55 "main" : " dist/index.js" ,
66 "author" : {
8181 }
8282 },
8383 "dependencies" : {
84- "@devhub/core" : " 0.99.0 " ,
84+ "@devhub/core" : " 0.99.1 " ,
8585 "electron-fetch" : " 1.3.0" ,
8686 "electron-store" : " 5.0.0" ,
8787 "electron-updater" : " 4.1.2" ,
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ android {
139139 applicationId " com.devhubapp"
140140 minSdkVersion rootProject. ext. minSdkVersion
141141 targetSdkVersion rootProject. ext. targetSdkVersion
142- versionCode 2618
143- versionName " 0.99.0 "
142+ versionCode 2630
143+ versionName " 0.99.1 "
144144 }
145145 splits {
146146 abi {
You can’t perform that action at this time.
0 commit comments