Skip to content

Commit

Permalink
v0.98.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Oct 31, 2019
1 parent 3f8021c commit c91a88c
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 26 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.1",
"version": "0.98.2",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 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.1'
const releaseDate = '2019-10-29'
const version = '0.98.2'
const releaseDate = '2019-10-31'

return (
<LandingLayout>
Expand Down Expand Up @@ -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
</Button>
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/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"
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.1",
"version": "0.98.2",
"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.1",
"version": "0.98.2",
"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.1",
"@devhub/core": "0.98.2",
"@octokit/rest": "16.20.0",
"axios": "0.19.0",
"fbemitter": "2.1.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.98.1",
"version": "0.98.2",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand All @@ -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",
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.1",
"version": "0.98.2",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down Expand Up @@ -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",
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 2502
versionName "0.98.1"
versionCode 2529
versionName "0.98.2"
}
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 = 2502;
CURRENT_PROJECT_VERSION = 2529;
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 = 2502;
CURRENT_PROJECT_VERSION = 2529;
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.1</string>
<string>0.98.2</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.1",
"version": "0.98.2",
"private": false,
"scripts": {
"android": "react-native run-android",
Expand All @@ -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",
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.1",
"version": "0.98.2",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -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",
Expand Down

0 comments on commit c91a88c

Please sign in to comment.