diff --git a/landing/package.json b/landing/package.json index 1884dec71..b8ab1f69d 100644 --- a/landing/package.json +++ b/landing/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/landing", - "version": "0.98.5", + "version": "0.98.6", "private": false, "main": "dist/index.js", "scripts": { @@ -14,7 +14,7 @@ "start": "next -p 3001" }, "dependencies": { - "@brunolemos/devhub-core": "0.98.5", + "@brunolemos/devhub-core": "0.98.6", "@zeit/next-css": "1.0.1", "autoprefixer": "9.6.4", "classnames": "2.2.6", diff --git a/landing/src/pages/DownloadPage.tsx b/landing/src/pages/DownloadPage.tsx index 4aedb6b38..9b6ca39e9 100644 --- a/landing/src/pages/DownloadPage.tsx +++ b/landing/src/pages/DownloadPage.tsx @@ -64,8 +64,8 @@ export default function DownloadPage(_props: DownloadPageProps) { const category = _category || system.category || 'web' const { os } = system - const version = '0.98.5' - const releaseDate = '2019-11-11' + const version = '0.98.6' + const releaseDate = '2019-11-21' return ( diff --git a/landing/yarn.lock b/landing/yarn.lock index f0ea1af56..5af5f4ef5 100644 --- a/landing/yarn.lock +++ b/landing/yarn.lock @@ -974,10 +974,10 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@brunolemos/devhub-core@0.98.5": - version "0.98.5" - resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.5.tgz#cf7f6ac975fa8518f0511d9f57c342a2909f2079" - integrity sha512-amAdQ2Igt07BNPS3Hk0uc0i0dgiNA5ovKOq3qxGhm62BJ/Frp8ennwXZYg23W222EJ/+rjSfE8+JoOqe3G2GAQ== +"@brunolemos/devhub-core@0.98.6": + version "0.98.6" + resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.6.tgz#40b992bb565d2e207c59ed1164211be10c3c2bc6" + integrity sha512-BZoyGEiqp7752zGuLhd6EepuQLqhoCSrUNfG170gLeVLC8CXc8RqogHswvkSrVXm4FUwZkBHWcTIq/K9kYzXtQ== dependencies: "@octokit/rest" "16.20.0" axios "0.19.0" diff --git a/package.json b/package.json index d0a29d3ac..3cdc15c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devhub", - "version": "0.98.5", + "version": "0.98.6", "private": true, "author": { "name": "Bruno Lemos", diff --git a/packages/components/package.json b/packages/components/package.json index 22c512073..5edd535bc 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/components", - "version": "0.98.5", + "version": "0.98.6", "private": false, "main": "dist", "scripts": { @@ -14,7 +14,7 @@ "@brunolemos/react-window-without-virtualization": "1.8.5-withoutvirtualization.1", "@bugsnag/js": "6.4.1", "@bugsnag/plugin-react": "6.4.0", - "@devhub/core": "0.98.5", + "@devhub/core": "0.98.6", "@octokit/rest": "16.20.0", "axios": "0.19.0", "fbemitter": "2.1.1", @@ -70,4 +70,4 @@ "tslint-react": "4.1.0", "typescript": "3.7.2" } -} +} \ No newline at end of file diff --git a/packages/components/src/components/common/AppVersion.tsx b/packages/components/src/components/common/AppVersion.tsx index 0336772fe..db0c6085f 100644 --- a/packages/components/src/components/common/AppVersion.tsx +++ b/packages/components/src/components/common/AppVersion.tsx @@ -38,7 +38,7 @@ export function AppVersion() { } export function getAppVersionLabel() { - const buildNumber = 2567 + const buildNumber = 2571 return `v${constants.APP_VERSION}${ constants.IS_BETA && !constants.APP_VERSION.includes('beta') diff --git a/packages/core/package.json b/packages/core/package.json index e3bdc6fa8..e0c015ad5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/core", - "version": "0.98.5", + "version": "0.98.6", "private": false, "main": "dist/index.js", "scripts": { diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d919f5d5a..a3c02d2db 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/desktop", - "version": "0.98.5", + "version": "0.98.6", "private": false, "main": "dist/index.js", "author": { @@ -81,7 +81,7 @@ } }, "dependencies": { - "@devhub/core": "0.98.5", + "@devhub/core": "0.98.6", "electron-fetch": "1.3.0", "electron-store": "5.0.0", "electron-updater": "4.1.2", @@ -106,4 +106,4 @@ "typescript": "3.7.2", "wait-on": "3.3.0" } -} +} \ No newline at end of file diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index 18ee35c44..a0902b138 100644 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -139,8 +139,8 @@ android { applicationId "com.devhubapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2567 - versionName "0.98.5" + versionCode 2571 + versionName "0.98.6" } splits { abi { diff --git a/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj b/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj index 05104d2dc..51a7e23fc 100644 --- a/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj @@ -469,7 +469,7 @@ baseConfigurationReference = B85B3B59CAE1B55F143AB90A /* Pods-devhub.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 2567; + CURRENT_PROJECT_VERSION = 2571; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = JNXGJS86YQ; HEADER_SEARCH_PATHS = ( @@ -523,7 +523,7 @@ baseConfigurationReference = F4B98D48329AD19DA2E90F6A /* Pods-devhub.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 2567; + CURRENT_PROJECT_VERSION = 2571; DEVELOPMENT_TEAM = JNXGJS86YQ; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/packages/mobile/ios/devhub/Info.plist b/packages/mobile/ios/devhub/Info.plist index 95f0dad22..02770d7ca 100644 --- a/packages/mobile/ios/devhub/Info.plist +++ b/packages/mobile/ios/devhub/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.98.5 + 0.98.6 CFBundleSignature ???? CFBundleURLTypes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 62bfc8d1c..3e2483695 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/mobile", - "version": "0.98.5", + "version": "0.98.6", "private": false, "scripts": { "android": "react-native run-android", @@ -17,7 +17,7 @@ "xcode": "open ios/devhub.xcworkspace" }, "dependencies": { - "@devhub/components": "0.98.5", + "@devhub/components": "0.98.6", "@react-native-firebase/analytics": "6.0.0", "@react-native-firebase/app": "6.0.0", "bugsnag-react-native": "2.23.2", diff --git a/packages/web/package.json b/packages/web/package.json index 8586ca4b0..e12090cd2 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/web", - "version": "0.98.5", + "version": "0.98.6", "private": false, "homepage": "./", "scripts": { @@ -18,7 +18,7 @@ "test": "react-app-rewired test" }, "dependencies": { - "@devhub/components": "0.98.5", + "@devhub/components": "0.98.6", "localforage": "1.7.3", "react": "16.10.2", "react-app-polyfill": "1.0.4", @@ -59,4 +59,4 @@ "last 1 firefox version", "last 1 safari version" ] -} +} \ No newline at end of file