Skip to content

Commit 43aad8e

Browse files
committed
v0.99.0
1 parent 52eef4d commit 43aad8e

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.98.7",
3+
"version": "0.99.0",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"start": "next -p 3001"
1515
},
1616
"dependencies": {
17-
"@brunolemos/devhub-core": "0.98.7-2",
17+
"@brunolemos/devhub-core": "0.99.0",
1818
"@zeit/next-css": "1.0.1",
1919
"autoprefixer": "9.6.4",
2020
"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.98.7'
68-
const releaseDate = '2019-12-02'
67+
const version = '0.99.0'
68+
const releaseDate = '2019-12-09'
6969

7070
return (
7171
<LandingLayout>

landing/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,10 +974,10 @@
974974
lodash "^4.17.13"
975975
to-fast-properties "^2.0.0"
976976

977-
"@brunolemos/devhub-core@0.98.7-2":
978-
version "0.98.7-2"
979-
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.7-2.tgz#a29ba65d63a679ab0b1d2f35fe33f786852f774b"
980-
integrity sha512-YzDo1p092ZbauN24ct+cB8/EEh+drPuzFT3Q/mW1/vaTYuzuiXEbzhZduURCn1LcwSG/ThezYdqYZljx+aqdbA==
977+
"@brunolemos/devhub-core@0.99.0":
978+
version "0.99.0"
979+
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.99.0.tgz#4ca9986fbd73cb27a2b04ee33683832bd127fbf4"
980+
integrity sha512-X+X5dEYi89C9UAve6HS6oUv5ewiGtYxVcolhWPfSlkChgnUSKIymBFU82kFUB05u99Hh2f1Kpy7NDYPa+1p5TQ==
981981
dependencies:
982982
"@octokit/rest" "16.20.0"
983983
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.98.7",
3+
"version": "0.99.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.98.7",
3+
"version": "0.99.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.98.7",
17+
"@devhub/core": "0.99.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 = 2599
41+
const buildNumber = 2618
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.98.7",
3+
"version": "0.99.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.98.7",
3+
"version": "0.99.0",
44
"private": false,
55
"main": "dist/index.js",
66
"author": {
@@ -81,7 +81,7 @@
8181
}
8282
},
8383
"dependencies": {
84-
"@devhub/core": "0.98.7",
84+
"@devhub/core": "0.99.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 2599
143-
versionName "0.98.7"
142+
versionCode 2618
143+
versionName "0.99.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 = 2599;
472+
CURRENT_PROJECT_VERSION = 2618;
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 = 2599;
526+
CURRENT_PROJECT_VERSION = 2618;
527527
DEVELOPMENT_TEAM = JNXGJS86YQ;
528528
HEADER_SEARCH_PATHS = (
529529
"$(inherited)",

0 commit comments

Comments
 (0)