Skip to content

Commit

Permalink
v0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed May 6, 2019
1 parent 04f0cba commit c865c9d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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.9.0-beta.1",
"version": "0.80.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.9.0-beta.1",
"version": "0.80.0",
"private": false,
"main": "dist",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@bugsnag/js": "6.1.0",
"@bugsnag/plugin-react": "6.1.0",
"@devhub/core": "0.9.0-beta.1",
"@devhub/core": "0.80.0",
"@octokit/rest": "16.20.0",
"axios": "0.18.0",
"bugsnag-react-native": "2.16.0",
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.9.0-beta.1",
"version": "0.80.0",
"private": false,
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.9.0-beta.1",
"version": "0.80.0",
"private": false,
"main": "dist/index.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1572
versionName "0.9.0-beta.1"
versionName "0.80.0"
}
splits {
abi {
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.9.0-beta.1</string>
<string>0.80.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.9.0-beta.1",
"version": "0.80.0",
"private": false,
"scripts": {
"clean": "cd .",
Expand All @@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.9.0-beta.1",
"@devhub/components": "0.80.0",
"metro-react-native-babel-preset": "0.53.1",
"react": "16.8.6",
"react-native": "0.59.1",
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.9.0-beta.1",
"version": "0.80.0",
"private": false,
"homepage": "./",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/polyfill": "7.4.0",
"@devhub/components": "0.9.0-beta.1",
"@devhub/components": "0.80.0",
"react": "16.8.6",
"react-app-polyfill": "0.2.2",
"react-art": "16.8.6",
Expand Down

0 comments on commit c865c9d

Please sign in to comment.