Skip to content

Commit

Permalink
v0.98.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Nov 1, 2019
1 parent 2eae184 commit 4ee77df
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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.98.3",
"version": "0.98.4",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"start": "next"
},
"dependencies": {
"@brunolemos/devhub-core": "0.98.3",
"@brunolemos/devhub-core": "0.98.4",
"@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 @@ -47,8 +47,8 @@ export default function DownloadPage(_props: DownloadPageProps) {
const category = _category || system.category || 'web'
const { os } = system

const version = '0.98.3'
const releaseDate = '2019-10-31'
const version = '0.98.4'
const releaseDate = '2019-11-01'

return (
<LandingLayout>
Expand Down
8 changes: 4 additions & 4 deletions landing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@brunolemos/[email protected].3":
version "0.98.3"
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.3.tgz#a62fe07faf313fdadb26c1abcfeec26b82a62f06"
integrity sha512-rOjugn9H5ehAiG5hJydhnRSN/WQEqxBuEwSkfw1n6XgM+hBK1aarSwFIuSVZLsA6UjAX3a/9DRN2tRE5WKfiyw==
"@brunolemos/[email protected].4":
version "0.98.4"
resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.98.4.tgz#255bece2498563a0ce9c144dd9dac0b873c5d4b9"
integrity sha512-jHj033HkP7OpVrZbrVjM+a5itcc7SZPCstb0Q/WxHon56fR3p3e3cn+US9ZcJlOosxljD8RHA4Q9qFOBTN8L2g==
dependencies:
"@octokit/rest" "16.20.0"
axios "0.19.0"
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.98.3",
"version": "0.98.4",
"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.98.3",
"version": "0.98.4",
"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.98.3",
"@devhub/core": "0.98.4",
"@octokit/rest": "16.20.0",
"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 @@ -38,7 +38,7 @@ export function AppVersion() {
}

export function getAppVersionLabel() {
const buildNumber = 2526
const buildNumber = 2534

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.98.3",
"version": "0.98.4",
"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.98.3",
"version": "0.98.4",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"dependencies": {
"@devhub/core": "0.98.3",
"@devhub/core": "0.98.4",
"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 @@ -139,8 +139,8 @@ android {
applicationId "com.devhubapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2526
versionName "0.98.3"
versionCode 2534
versionName "0.98.4"
}
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 @@ -469,7 +469,7 @@
baseConfigurationReference = B85B3B59CAE1B55F143AB90A /* Pods-devhub.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 2526;
CURRENT_PROJECT_VERSION = 2534;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = JNXGJS86YQ;
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -523,7 +523,7 @@
baseConfigurationReference = F4B98D48329AD19DA2E90F6A /* Pods-devhub.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 2526;
CURRENT_PROJECT_VERSION = 2534;
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.98.3</string>
<string>0.98.4</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.98.3",
"version": "0.98.4",
"private": false,
"scripts": {
"android": "react-native run-android",
Expand All @@ -17,7 +17,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.98.3",
"@devhub/components": "0.98.4",
"@react-native-firebase/analytics": "6.0.0",
"@react-native-firebase/app": "6.0.0",
"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.98.3",
"version": "0.98.4",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"test": "react-app-rewired test"
},
"dependencies": {
"@devhub/components": "0.98.3",
"@devhub/components": "0.98.4",
"localforage": "1.7.3",
"react": "16.10.2",
"react-app-polyfill": "1.0.4",
Expand Down

0 comments on commit 4ee77df

Please sign in to comment.