Skip to content

Commit

Permalink
v0.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Dec 8, 2020
1 parent 037bc82 commit 38d267e
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/landing",
"version": "0.101.0",
"version": "0.102.0",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"start": "next -p 3001"
},
"dependencies": {
"@devhub/core": "npm:@brunolemos/devhub-core@0.101.0",
"@devhub/core": "npm:@brunolemos/devhub-core@0.102.0",
"@zeit/next-css": "1.0.1",
"autoprefixer": "9.6.4",
"classnames": "2.2.6",
Expand Down
4 changes: 2 additions & 2 deletions landing/src/pages/DownloadPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export default function DownloadPage(_props: DownloadPageProps) {
const category = _category || system.category || 'web'
const { os } = system

const version = '0.101.0'
const releaseDate = '2020-06-01'
const version = '0.102.0'
const releaseDate = '2020-12-08'

return (
<LandingLayout>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.101.0",
"version": "0.102.0",
"private": true,
"author": {
"name": "Bruno Lemos",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.101.0",
"version": "0.102.0",
"private": false,
"main": "dist",
"scripts": {
Expand All @@ -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.101.0",
"@devhub/core": "0.102.0",
"@octokit/rest": "16.43.1",
"@react-spring/core": "9.0.0-rc.3",
"@react-spring/native": "9.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/common/AppVersion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function AppVersion() {
}

export function getAppVersionLabel() {
const buildNumber = 2690
const buildNumber = 2709

return `v${constants.APP_VERSION}${
constants.IS_BETA && !constants.APP_VERSION.includes('beta')
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.101.0",
"version": "0.102.0",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.101.0",
"version": "0.102.0",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"dependencies": {
"@devhub/core": "0.101.0",
"@devhub/core": "0.102.0",
"electron-fetch": "1.7.2",
"electron-store": "6.0.1",
"electron-updater": "4.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ android {
applicationId "com.devhubapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2690
versionName "0.101.0"
versionCode 2709
versionName "0.102.0"
}
splits {
abi {
Expand Down
8 changes: 4 additions & 4 deletions packages/mobile/ios/devhub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
};
};
};
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "devhub" */;
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DevHub" */;
compatibilityVersion = "Xcode 12.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -289,7 +289,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = devhub/DevHub.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2709;
DEVELOPMENT_TEAM = JNXGJS86YQ;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = devhub/Info.plist;
Expand Down Expand Up @@ -321,7 +321,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = devhub/DevHub.entitlements;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2709;
DEVELOPMENT_TEAM = JNXGJS86YQ;
INFOPLIST_FILE = devhub/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -477,7 +477,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "devhub" */ = {
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "DevHub" */ = {
isa = XCConfigurationList;
buildConfigurations = (
83CBBA201A601CBA00E9B192 /* Debug */,
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/devhub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.101.0</string>
<string>0.102.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.101.0",
"version": "0.102.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -17,7 +17,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.101.0",
"@devhub/components": "0.102.0",
"@react-native-firebase/analytics": "10.1.1",
"@react-native-firebase/app": "10.1.0",
"bugsnag-react-native": "2.23.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.101.0",
"version": "0.102.0",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"test": "react-app-rewired test"
},
"dependencies": {
"@devhub/components": "0.101.0",
"@devhub/components": "0.102.0",
"localforage": "1.7.3",
"react": "17.0.1",
"react-app-polyfill": "2.0.0",
Expand Down

0 comments on commit 38d267e

Please sign in to comment.