Skip to content

Commit

Permalink
v0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Jun 1, 2020
1 parent 363f3c3 commit ccc13ba
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 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.100.2",
"version": "0.101.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.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",
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.100.2'
const releaseDate = '2020-02-07'
const version = '0.101.0'
const releaseDate = '2020-06-01'

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.100.2",
"version": "0.101.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.100.2",
"version": "0.101.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.100.2",
"@devhub/core": "0.101.0",
"@octokit/rest": "16.43.1",
"axios": "0.19.0",
"fbemitter": "2.1.1",
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 = 2689
const buildNumber = 2690

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.100.2",
"version": "0.101.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.100.2",
"version": "0.101.0",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down Expand Up @@ -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",
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 2689
versionName "0.100.2"
versionCode 2690
versionName "0.101.0"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/DevHub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down Expand Up @@ -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)",
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.100.2</string>
<string>0.101.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.100.2",
"version": "0.101.0",
"private": false,
"scripts": {
"android": "react-native run-android",
Expand All @@ -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",
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.100.2",
"version": "0.101.0",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -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",
Expand Down

0 comments on commit ccc13ba

Please sign in to comment.