mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 23:55:16 +08:00
v0.47.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "devhub",
|
||||
"version": "0.47.3",
|
||||
"version": "0.47.4",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Bruno Lemos",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@devhub/core",
|
||||
"version": "0.47.3",
|
||||
"version": "0.47.4",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@devhub/desktop",
|
||||
"version": "0.47.3",
|
||||
"version": "0.47.4",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"author": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user