mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-14 17:39:34 +08:00
v0.36.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "devhub",
|
||||
"version": "0.36.2",
|
||||
"version": "0.36.3",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@devhub/core",
|
||||
"version": "0.36.2",
|
||||
"version": "0.36.3",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user