This commit is contained in:
Bruno Lemos
2019-03-08 10:30:31 -03:00
parent fd839c98a3
commit d3ec00cf77
8 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.47.3",
"version": "0.47.4",
"private": true,
"author": {
"name": "Bruno Lemos",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/components",
"version": "0.47.3",
"version": "0.47.4",
"private": false,
"main": "dist",
"scripts": {
@@ -11,7 +11,7 @@
"prepare": "cd .. && yarn patch-package"
},
"dependencies": {
"@devhub/core": "0.47.3",
"@devhub/core": "0.47.4",
"@octokit/rest": "16.15.0",
"axios": "^0.18.0",
"bugsnag-js": "^4.7.3",

View File

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

View File

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

View File

@@ -103,8 +103,8 @@ android {
applicationId "com.devhubapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1517
versionName "0.47.3"
versionCode 1529
versionName "0.47.4"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.47.3</string>
<string>0.47.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1517</string>
<string>1529</string>
<key>ENTRY_FILE</key>
<string>$(ENTRY_FILE)</string>
<key>LSRequiresIPhoneOS</key>

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.47.3",
"version": "0.47.4",
"private": false,
"scripts": {
"clean": "cd .",
@@ -15,7 +15,7 @@
"xcode": "open ios/devhub.xcworkspace"
},
"dependencies": {
"@devhub/components": "0.47.3",
"@devhub/components": "0.47.4",
"jsc-android": "236355.1.1",
"metro-react-native-babel-preset": "^0.51.0",
"react": "16.8.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.47.3",
"version": "0.47.4",
"private": false,
"homepage": "./",
"scripts": {
@@ -19,7 +19,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@devhub/components": "0.47.3",
"@devhub/components": "0.47.4",
"react": "16.8.1",
"react-app-polyfill": "^0.1.3",
"react-art": "16.8.1",