diff --git a/landing/package.json b/landing/package.json index 591f60e7c..f75523cf5 100644 --- a/landing/package.json +++ b/landing/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/landing", - "version": "0.100.2", + "version": "0.101.0", "private": false, "main": "dist/index.js", "scripts": { @@ -17,7 +17,7 @@ "start": "next -p 3001" }, "dependencies": { - "@devhub/core": "npm:@brunolemos/devhub-core@0.100.2-2", + "@devhub/core": "npm:@brunolemos/devhub-core@0.101.0", "@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 a09d44c5a..d99d8be25 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.100.2' - const releaseDate = '2020-02-07' + const version = '0.101.0' + const releaseDate = '2020-06-01' return ( diff --git a/package.json b/package.json index f17ee3990..9d25f8732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devhub", - "version": "0.100.2", + "version": "0.101.0", "private": true, "author": { "name": "Bruno Lemos", diff --git a/packages/components/package.json b/packages/components/package.json index aa78798b2..47ad0bfdb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/components", - "version": "0.100.2", + "version": "0.101.0", "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.100.2", + "@devhub/core": "0.101.0", "@octokit/rest": "16.43.1", "axios": "0.19.0", "fbemitter": "2.1.1", diff --git a/packages/components/src/components/common/AppVersion.tsx b/packages/components/src/components/common/AppVersion.tsx index fde20eec1..2bf1cc99a 100644 --- a/packages/components/src/components/common/AppVersion.tsx +++ b/packages/components/src/components/common/AppVersion.tsx @@ -39,7 +39,7 @@ export function AppVersion() { } export function getAppVersionLabel() { - const buildNumber = 2689 + const buildNumber = 2690 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 479b6a1e1..6c805494c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/core", - "version": "0.100.2", + "version": "0.101.0", "private": false, "main": "dist/index.js", "scripts": { diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 045b3d459..b5b8d6317 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/desktop", - "version": "0.100.2", + "version": "0.101.0", "private": false, "main": "dist/index.js", "author": { @@ -81,7 +81,7 @@ } }, "dependencies": { - "@devhub/core": "0.100.2", + "@devhub/core": "0.101.0", "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 4125a9c8d..d53f7f7fb 100644 --- a/packages/mobile/android/app/build.gradle +++ b/packages/mobile/android/app/build.gradle @@ -146,8 +146,8 @@ android { applicationId "com.devhubapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2689 - versionName "0.100.2" + versionCode 2690 + versionName "0.101.0" } splits { abi { diff --git a/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj b/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj index 55c3960a8..1349d894b 100644 --- a/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/DevHub.xcodeproj/project.pbxproj @@ -371,7 +371,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = devhub/DevHub.entitlements; - CURRENT_PROJECT_VERSION = 2689; + CURRENT_PROJECT_VERSION = 2690; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = JNXGJS86YQ; HEADER_SEARCH_PATHS = ( @@ -435,7 +435,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = devhub/DevHub.entitlements; - CURRENT_PROJECT_VERSION = 2689; + CURRENT_PROJECT_VERSION = 2690; DEVELOPMENT_TEAM = JNXGJS86YQ; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/packages/mobile/ios/devhub/Info.plist b/packages/mobile/ios/devhub/Info.plist index 49ca38f80..138a648b2 100644 --- a/packages/mobile/ios/devhub/Info.plist +++ b/packages/mobile/ios/devhub/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.100.2 + 0.101.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3c3414b11..a38a2f6ea 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/mobile", - "version": "0.100.2", + "version": "0.101.0", "private": false, "scripts": { "android": "react-native run-android", @@ -17,7 +17,7 @@ "xcode": "open ios/devhub.xcworkspace" }, "dependencies": { - "@devhub/components": "0.100.2", + "@devhub/components": "0.101.0", "@react-native-firebase/analytics": "7.1.2", "@react-native-firebase/app": "7.1.4", "bugsnag-react-native": "2.23.2", diff --git a/packages/web/package.json b/packages/web/package.json index 2f61b01d0..f4bec8694 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@devhub/web", - "version": "0.100.2", + "version": "0.101.0", "private": false, "homepage": "./", "scripts": { @@ -18,7 +18,7 @@ "test": "react-app-rewired test" }, "dependencies": { - "@devhub/components": "0.100.2", + "@devhub/components": "0.101.0", "localforage": "1.7.3", "react": "16.13.1", "react-app-polyfill": "1.0.4",