This commit is contained in:
Bruno Lemos
2018-11-10 22:24:30 -02:00
parent e859b00e9a
commit 806341e195
6 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.13.0</string>
<string>0.14.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>ENTRY_FILE</key>

View File

@@ -1,6 +1,6 @@
{
"name": "mobile",
"version": "0.13.0",
"version": "0.14.0",
"scripts": {
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "tslint -p .",
@@ -16,7 +16,7 @@
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-screens": "^1.0.0-alpha.16",
"shared": "0.13.0"
"shared": "0.14.0"
},
"jest": {
"preset": "react-native",

View File

@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "0.13.0",
"version": "0.14.0",
"main": "dist",
"scripts": {
"compile": "rm -rf dist/*; tsc",

View File

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"scripts": {
"build": "react-app-rewired build",
@@ -23,7 +23,7 @@
"react-native-web": "^0.9.6",
"react-scripts": "2.1.1",
"resize-observer-polyfill": "^1.5.0",
"shared": "0.13.0"
"shared": "0.14.0"
},
"devDependencies": {
"@types/jest": "^23.3.9",