Revert "v0.80.0"

This reverts commit c865c9d183.
This commit is contained in:
Bruno Lemos
2019-05-06 04:20:11 -03:00
parent c865c9d183
commit f5c79cbf91
8 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": true,
"author": {
"name": "Bruno Lemos",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": false,
"main": "dist",
"scripts": {
@@ -13,7 +13,7 @@
"dependencies": {
"@bugsnag/js": "6.1.0",
"@bugsnag/plugin-react": "6.1.0",
"@devhub/core": "0.80.0",
"@devhub/core": "0.9.0-beta.1",
"@octokit/rest": "16.20.0",
"axios": "0.18.0",
"bugsnag-react-native": "2.16.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/core",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": false,
"main": "dist/index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/desktop",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": false,
"main": "dist/index.js",
"author": {

View File

@@ -114,7 +114,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1572
versionName "0.80.0"
versionName "0.9.0-beta.1"
}
splits {
abi {

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.80.0</string>
<string>0.9.0-beta.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": false,
"scripts": {
"clean": "cd .",
@@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.80.0",
"@devhub/components": "0.9.0-beta.1",
"metro-react-native-babel-preset": "0.53.1",
"react": "16.8.6",
"react-native": "0.59.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.80.0",
"version": "0.9.0-beta.1",
"private": false,
"homepage": "./",
"scripts": {
@@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/polyfill": "7.4.0",
"@devhub/components": "0.80.0",
"@devhub/components": "0.9.0-beta.1",
"react": "16.8.6",
"react-app-polyfill": "0.2.2",
"react-art": "16.8.6",