Skip to content

Commit a41b5a0

Browse files
committed
v0.100.0
1 parent a35ffcf commit a41b5a0

File tree

13 files changed

+27
-25
lines changed

13 files changed

+27
-25
lines changed

landing/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"name": "@devhub/landing",
3-
"version": "0.99.1",
3+
"version": "0.100.0",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {
77
"clean": "shx rm -f *.tsbuildinfo && shx rm -rf dist && mkdirp dist",
88
"compile": "cd .",
99
"deploy": "yarn now",
10-
"export": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./src/scripts/refresh-cached-public-plans && next build && next export",
10+
"export": "yarn run-scripts && next build && next export",
1111
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
1212
"lint": "tslint -p .",
1313
"now": "now",
14+
"postinstall": "yarn run-scripts",
1415
"prepare": "cd .",
16+
"run-scripts": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./src/scripts/refresh-cached-public-plans",
1517
"start": "next -p 3001"
1618
},
1719
"dependencies": {
18-
"@brunolemos/devhub-core": "0.99.1-7",
20+
"@brunolemos/devhub-core": "0.100.0",
1921
"@zeit/next-css": "1.0.1",
2022
"autoprefixer": "9.6.4",
2123
"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.99.1'
68-
const releaseDate = '2019-12-11'
67+
const version = '0.100.0'
68+
const releaseDate = '2020-01-20'
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.99.1-7":
1161-
version "0.99.1-7"
1162-
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.99.1-7.tgz#cba94f3637a20ce52752c6a2bc1ac6925f6277ae"
1163-
integrity sha512-Ry/ArEXc090+zohC5nuURbPE34H4xjarDVI5ZPx9pRtRTmlGPX1604vtZTVT734/sibaAsZayIQhqJRXRGLZ/A==
1160+
"@brunolemos/devhub-core@0.100.0":
1161+
version "0.100.0"
1162+
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.0.tgz#2f1abd87ea64eed3790e97c4314d8280b1ae1a3f"
1163+
integrity sha512-0VGaoZsIhWS+A4UUinC3cVO1+2TfOVRw0qpr4WqzhZLRQ8ni976D4Ca8CKX7GIrNdS/OqVmEh7LS4dj62/FteQ==
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.99.1",
3+
"version": "0.100.0",
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.99.1",
3+
"version": "0.100.0",
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.99.1",
17+
"@devhub/core": "0.100.0",
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 = 2630
41+
const buildNumber = 2667
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.99.1",
3+
"version": "0.100.0",
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.99.1",
3+
"version": "0.100.0",
44
"private": false,
55
"main": "dist/index.js",
66
"author": {
@@ -81,7 +81,7 @@
8181
}
8282
},
8383
"dependencies": {
84-
"@devhub/core": "0.99.1",
84+
"@devhub/core": "0.100.0",
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 2630
143-
versionName "0.99.1"
142+
versionCode 2667
143+
versionName "0.100.0"
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 = 2630;
472+
CURRENT_PROJECT_VERSION = 2667;
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 = 2630;
526+
CURRENT_PROJECT_VERSION = 2667;
527527
DEVELOPMENT_TEAM = JNXGJS86YQ;
528528
HEADER_SEARCH_PATHS = (
529529
"$(inherited)",

0 commit comments

Comments
 (0)