File tree Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/landing" ,
3
- "version" : " 0.100.0 " ,
3
+ "version" : " 0.100.1 " ,
4
4
"private" : false ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
17
17
"start" : " next -p 3001"
18
18
},
19
19
"dependencies" : {
20
- "@brunolemos/devhub-core" : " 0.100.0-1 " ,
20
+ "@brunolemos/devhub-core" : " 0.100.1-2 " ,
21
21
"@zeit/next-css" : " 1.0.1" ,
22
22
"autoprefixer" : " 9.6.4" ,
23
23
"classnames" : " 2.2.6" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ export default function DownloadPage(_props: DownloadPageProps) {
64
64
const category = _category || system . category || 'web'
65
65
const { os } = system
66
66
67
- const version = '0.100.0 '
68
- const releaseDate = '2020-01-20 '
67
+ const version = '0.100.1 '
68
+ const releaseDate = '2020-02-02 '
69
69
70
70
return (
71
71
< LandingLayout >
Original file line number Diff line number Diff line change 1157
1157
lodash "^4.17.13"
1158
1158
to-fast-properties "^2.0.0"
1159
1159
1160
- " @brunolemos/devhub-core@0.100.0-1 " :
1161
- version "0.100.0-1 "
1162
- resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.0-1 .tgz#ba396ab184eed1ea26ade324f859064940d5e4d8 "
1163
- integrity sha512-H5wHq38snEqfTnE3DYPUgGlo30mPplBeBU7kI9BfRdGmM4pLncJjz19V3f9uAhVp+/Lbs1TtKcUDu9yFPh/CyQ ==
1160
+ " @brunolemos/devhub-core@0.100.1-2 " :
1161
+ version "0.100.1-2 "
1162
+ resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.1-2 .tgz#ec7be092eb82ddfdddc20792725b1fff5b3ed308 "
1163
+ integrity sha512-ZcQyhLePNOmWGhF9dAtR9zl5PxVNPB1S4nmaoll4ZzLyAWgGhaGwVqB2ew1mZqqM22H0I7R4a4SUOkOFCfTMAg ==
1164
1164
dependencies :
1165
1165
" @octokit/rest" " 16.20.0"
1166
1166
axios "0.19.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " devhub" ,
3
- "version" : " 0.100.0 " ,
3
+ "version" : " 0.100.1 " ,
4
4
"private" : true ,
5
5
"author" : {
6
6
"name" : " Bruno Lemos" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/components" ,
3
- "version" : " 0.100.0 " ,
3
+ "version" : " 0.100.1 " ,
4
4
"private" : false ,
5
5
"main" : " dist" ,
6
6
"scripts" : {
14
14
"@brunolemos/react-window-without-virtualization" : " 1.8.5-withoutvirtualization.1" ,
15
15
"@bugsnag/js" : " 6.4.1" ,
16
16
"@bugsnag/plugin-react" : " 6.4.0" ,
17
- "@devhub/core" : " 0.100.0 " ,
17
+ "@devhub/core" : " 0.100.1 " ,
18
18
"@octokit/rest" : " 16.20.0" ,
19
19
"axios" : " 0.19.0" ,
20
20
"fbemitter" : " 2.1.1" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function AppVersion() {
38
38
}
39
39
40
40
export function getAppVersionLabel ( ) {
41
- const buildNumber = 2667
41
+ const buildNumber = 2681
42
42
43
43
return `v${ constants . APP_VERSION } ${
44
44
constants . IS_BETA && ! constants . APP_VERSION . includes ( 'beta' )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/core" ,
3
- "version" : " 0.100.0 " ,
3
+ "version" : " 0.100.1 " ,
4
4
"private" : false ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devhub/desktop" ,
3
- "version" : " 0.100.0 " ,
3
+ "version" : " 0.100.1 " ,
4
4
"private" : false ,
5
5
"main" : " dist/index.js" ,
6
6
"author" : {
81
81
}
82
82
},
83
83
"dependencies" : {
84
- "@devhub/core" : " 0.100.0 " ,
84
+ "@devhub/core" : " 0.100.1 " ,
85
85
"electron-fetch" : " 1.3.0" ,
86
86
"electron-store" : " 5.0.0" ,
87
87
"electron-updater" : " 4.1.2" ,
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ android {
139
139
applicationId " com.devhubapp"
140
140
minSdkVersion rootProject. ext. minSdkVersion
141
141
targetSdkVersion rootProject. ext. targetSdkVersion
142
- versionCode 2667
143
- versionName " 0.100.0 "
142
+ versionCode 2681
143
+ versionName " 0.100.1 "
144
144
}
145
145
splits {
146
146
abi {
Original file line number Diff line number Diff line change 469
469
baseConfigurationReference = B85B3B59CAE1B55F143AB90A /* Pods-devhub.debug.xcconfig */;
470
470
buildSettings = {
471
471
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
472
- CURRENT_PROJECT_VERSION = 2667 ;
472
+ CURRENT_PROJECT_VERSION = 2681 ;
473
473
DEAD_CODE_STRIPPING = NO;
474
474
DEVELOPMENT_TEAM = JNXGJS86YQ;
475
475
HEADER_SEARCH_PATHS = (
523
523
baseConfigurationReference = F4B98D48329AD19DA2E90F6A /* Pods-devhub.release.xcconfig */;
524
524
buildSettings = {
525
525
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
526
- CURRENT_PROJECT_VERSION = 2667 ;
526
+ CURRENT_PROJECT_VERSION = 2681 ;
527
527
DEVELOPMENT_TEAM = JNXGJS86YQ;
528
528
HEADER_SEARCH_PATHS = (
529
529
"$(inherited)",
You can’t perform that action at this time.
0 commit comments