Skip to content

Commit 6a8f24a

Browse files
committed
v0.100.1
1 parent 24a98e0 commit 6a8f24a

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

landing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/landing",
3-
"version": "0.100.0",
3+
"version": "0.100.1",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"start": "next -p 3001"
1818
},
1919
"dependencies": {
20-
"@brunolemos/devhub-core": "0.100.0-1",
20+
"@brunolemos/devhub-core": "0.100.1-2",
2121
"@zeit/next-css": "1.0.1",
2222
"autoprefixer": "9.6.4",
2323
"classnames": "2.2.6",

landing/src/pages/DownloadPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.100.0'
68-
const releaseDate = '2020-01-20'
67+
const version = '0.100.1'
68+
const releaseDate = '2020-02-02'
6969

7070
return (
7171
<LandingLayout>

landing/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,10 +1157,10 @@
11571157
lodash "^4.17.13"
11581158
to-fast-properties "^2.0.0"
11591159

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==
11641164
dependencies:
11651165
"@octokit/rest" "16.20.0"
11661166
axios "0.19.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devhub",
3-
"version": "0.100.0",
3+
"version": "0.100.1",
44
"private": true,
55
"author": {
66
"name": "Bruno Lemos",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/components",
3-
"version": "0.100.0",
3+
"version": "0.100.1",
44
"private": false,
55
"main": "dist",
66
"scripts": {
@@ -14,7 +14,7 @@
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.100.0",
17+
"@devhub/core": "0.100.1",
1818
"@octokit/rest": "16.20.0",
1919
"axios": "0.19.0",
2020
"fbemitter": "2.1.1",

packages/components/src/components/common/AppVersion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function AppVersion() {
3838
}
3939

4040
export function getAppVersionLabel() {
41-
const buildNumber = 2667
41+
const buildNumber = 2681
4242

4343
return `v${constants.APP_VERSION}${
4444
constants.IS_BETA && !constants.APP_VERSION.includes('beta')

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/core",
3-
"version": "0.100.0",
3+
"version": "0.100.1",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {

packages/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devhub/desktop",
3-
"version": "0.100.0",
3+
"version": "0.100.1",
44
"private": false,
55
"main": "dist/index.js",
66
"author": {
@@ -81,7 +81,7 @@
8181
}
8282
},
8383
"dependencies": {
84-
"@devhub/core": "0.100.0",
84+
"@devhub/core": "0.100.1",
8585
"electron-fetch": "1.3.0",
8686
"electron-store": "5.0.0",
8787
"electron-updater": "4.1.2",

packages/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ android {
139139
applicationId "com.devhubapp"
140140
minSdkVersion rootProject.ext.minSdkVersion
141141
targetSdkVersion rootProject.ext.targetSdkVersion
142-
versionCode 2667
143-
versionName "0.100.0"
142+
versionCode 2681
143+
versionName "0.100.1"
144144
}
145145
splits {
146146
abi {

packages/mobile/ios/DevHub.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
baseConfigurationReference = B85B3B59CAE1B55F143AB90A /* Pods-devhub.debug.xcconfig */;
470470
buildSettings = {
471471
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
472-
CURRENT_PROJECT_VERSION = 2667;
472+
CURRENT_PROJECT_VERSION = 2681;
473473
DEAD_CODE_STRIPPING = NO;
474474
DEVELOPMENT_TEAM = JNXGJS86YQ;
475475
HEADER_SEARCH_PATHS = (
@@ -523,7 +523,7 @@
523523
baseConfigurationReference = F4B98D48329AD19DA2E90F6A /* Pods-devhub.release.xcconfig */;
524524
buildSettings = {
525525
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
526-
CURRENT_PROJECT_VERSION = 2667;
526+
CURRENT_PROJECT_VERSION = 2681;
527527
DEVELOPMENT_TEAM = JNXGJS86YQ;
528528
HEADER_SEARCH_PATHS = (
529529
"$(inherited)",

0 commit comments

Comments
 (0)