From c91a88c1c5ab3be181c3cc8916abed5e78889551 Mon Sep 17 00:00:00 2001 From: Bruno Lemos Date: Thu, 31 Oct 2019 00:24:11 -0300 Subject: [PATCH] v0.98.2 --- landing/package.json | 4 ++-- landing/src/pages/DownloadPage.tsx | 6 +++--- landing/yarn.lock | 8 ++++---- package.json | 2 +- packages/components/package.json | 4 ++-- packages/core/package.json | 5 ++--- packages/desktop/package.json | 4 ++-- packages/mobile/android/app/build.gradle | 4 ++-- packages/mobile/ios/DevHub.xcodeproj/project.pbxproj | 4 ++-- packages/mobile/ios/devhub/Info.plist | 2 +- packages/mobile/package.json | 4 ++-- packages/web/package.json | 4 ++-- 12 files changed, 25 insertions(+), 26 deletions(-) diff --git a/landing/package.json b/landing/package.json index 53b4c152f..06208550c 100644 --- a/landing/package.json +++ b/landing/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/landing", - "version": "0.98.1", + "version": "0.98.2", "private": false, "main": "dist/index.js", "scripts": { @@ -14,7 +14,7 @@ "start": "next" }, "dependencies": { - "@brunolemos/devhub-core": "0.98.1", + "@brunolemos/devhub-core": "0.98.2", "@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 60a2d844f..1436a183a 100644 --- a/landing/src/pages/DownloadPage.tsx +++ b/landing/src/pages/DownloadPage.tsx @@ -47,8 +47,8 @@ export default function DownloadPage(_props: DownloadPageProps) { const category = _category || system.category || 'web' const { os } = system - const version = '0.98.1' - const releaseDate = '2019-10-29' + const version = '0.98.2' + const releaseDate = '2019-10-31' return ( @@ -112,7 +112,7 @@ export default function DownloadPage(_props: DownloadPageProps) { type={os === 'windows' ? 'primary' : 'neutral'} className={swClasses.button} download - href={`https://github.com/devhubapp/devhub/releases/download/v${version}/devhub-setup-${version}.exe`} + href={`https://github.com/devhubapp/devhub/releases/download/v${version}/DevHub-Setup-${version}.exe`} > Download for Windows diff --git a/landing/yarn.lock b/landing/yarn.lock index aa9231787..cd12dc1c8 100644 --- a/landing/yarn.lock +++ b/landing/yarn.lock @@ -803,10 +803,10 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@brunolemos/devhub-core@0.98.1": - version "0.98.1" - resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.1.tgz#bf1c11df8970e43a3a40e225d63a538e7b10c2f9" - integrity sha512-JzUjyRWTXTvpT+Z2OyRA65R7o57rauPlOmlf+/04jFvINgMzHvbKup8YDhvwVJORdAEthajpOGi1CboGsujceg== +"@brunolemos/devhub-core@0.98.2": + version "0.98.2" + resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.2.tgz#22eba12f69cd8149b17bf8142e31abf052f6b749" + integrity sha512-sjG/JoPfaLq0Xkq/LxfCcn853uLnC19/Z0JvYJBW0QeBYhAJhpPP3wId7acE0acp+MYUjxgOBD33DbY02oNWIQ== dependencies: "@octokit/rest" "16.20.0" axios "0.19.0" diff --git a/package.json b/package.json index d895f367c..3e07e5e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devhub", - "version": "0.98.1", + "version": "0.98.2", "private": true, "author": { "name": "Bruno Lemos", diff --git a/packages/components/package.json b/packages/components/package.json index 9c492d164..d95edb551 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/components", - "version": "0.98.1", + "version": "0.98.2", "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.1", + "@devhub/core": "0.98.2", "@octokit/rest": "16.20.0", "axios": "0.19.0", "fbemitter": "2.1.1", diff --git a/packages/core/package.json b/packages/core/package.json index 00e1c4fe0..763e5e370 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/core", - "version": "0.98.1", + "version": "0.98.2", "private": false, "main": "dist/index.js", "scripts": { @@ -9,8 +9,7 @@ "format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'", "lint": "tslint -p .", "prepare": "cd .. && yarn patch-package", - "prepublish": "yarn compile", - "publish": "npm publish --access public" + "prepublish": "yarn compile" }, "dependencies": { "@octokit/rest": "16.20.0", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 583379bac..c0e60f5b5 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/desktop", - "version": "0.98.1", + "version": "0.98.2", "private": false, "main": "dist/index.js", "author": { @@ -80,7 +80,7 @@ } }, "dependencies": { - "@devhub/core": "0.98.1", + "@devhub/core": "0.98.2", "electron-fetch": "1.3.0", "electron-store": "5.0.0", "electron-updater": "4.1.2", diff --git a/packages/mobile/android/app/build.gradle b/packages/mobile/android/app/build.gradle index e19e08cec..463579f35 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 2502 - versionName "0.98.1" + versionCode 2529 + versionName "0.98.2" } splits { abi { diff --git a/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj b/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj index 0b9300e34..4c07693ec 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 = 2502; + CURRENT_PROJECT_VERSION = 2529; 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 = 2502; + CURRENT_PROJECT_VERSION = 2529; DEVELOPMENT_TEAM = JNXGJS86YQ; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/packages/mobile/ios/devhub/Info.plist b/packages/mobile/ios/devhub/Info.plist index 46c21b644..e76cb62c8 100644 --- a/packages/mobile/ios/devhub/Info.plist +++ b/packages/mobile/ios/devhub/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.98.1 + 0.98.2 CFBundleSignature ???? CFBundleURLTypes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 48666f794..29c61459e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/mobile", - "version": "0.98.1", + "version": "0.98.2", "private": false, "scripts": { "android": "react-native run-android", @@ -17,7 +17,7 @@ "xcode": "open ios/devhub.xcworkspace" }, "dependencies": { - "@devhub/components": "0.98.1", + "@devhub/components": "0.98.2", "@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 919d58f2c..4c69813b0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/web", - "version": "0.98.1", + "version": "0.98.2", "private": false, "homepage": "./", "scripts": { @@ -18,7 +18,7 @@ "test": "react-app-rewired test" }, "dependencies": { - "@devhub/components": "0.98.1", + "@devhub/components": "0.98.2", "localforage": "1.7.3", "react": "16.10.2", "react-app-polyfill": "1.0.4",