This commit is contained in:
Bruno Lemos
2018-12-09 03:32:51 -02:00
parent d88667436d
commit 1cb5c2372a
7 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.36.2",
"version": "0.36.3",
"private": true,
"workspaces": {
"packages": [

View File

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

View File

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

View File

@@ -103,7 +103,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.36.2"
versionName "0.36.3"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.36.2</string>
<string>0.36.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/mobile",
"version": "0.36.2",
"version": "0.36.3",
"private": false,
"scripts": {
"clean": "cd .",
@@ -14,7 +14,7 @@
"xcode": "open ios/devhub.xcodeproj"
},
"dependencies": {
"@devhub/components": "0.36.2",
"@devhub/components": "0.36.3",
"metro-react-native-babel-preset": "^0.50.0",
"react": "^16.7.0-alpha.2",
"react-native": "npm:@brunolemos/react-native",

View File

@@ -1,6 +1,6 @@
{
"name": "@devhub/web",
"version": "0.36.2",
"version": "0.36.3",
"private": false,
"scripts": {
"build": "react-app-rewired build && rm -rf dist && mv build dist",
@@ -17,7 +17,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@devhub/components": "0.36.2",
"@devhub/components": "0.36.3",
"react": "^16.7.0-alpha.2",
"react-app-polyfill": "^0.1.3",
"react-art": "^16.7.0-alpha.2",