This commit is contained in:
Bruno Lemos
2018-11-15 20:12:48 -02:00
parent 6391b40000
commit 674e29350f
7 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "mobile",
"version": "0.15.1",
"version": "0.15.2",
"scripts": {
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "tslint -p .",
@@ -16,7 +16,7 @@
"react": "16.7.0-alpha.2",
"react-native": "npm:@brunolemos/react-native",
"react-native-screens": "^1.0.0-alpha.16",
"shared": "0.15.1"
"shared": "0.15.2"
},
"jest": {
"preset": "react-native",

View File

@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.15.1",
"version": "0.15.2",
"scripts": {
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "cd .",

View File

@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "0.15.1",
"version": "0.15.2",
"main": "dist",
"scripts": {
"build": "rm -rf dist/*; tsc",

View File

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.15.1",
"version": "0.15.2",
"private": true,
"scripts": {
"build": "react-app-rewired build && rm -rf dist && mv build dist",
@@ -23,7 +23,7 @@
"react-native-web": "^0.9.7",
"react-scripts": "2.1.1",
"resize-observer-polyfill": "^1.5.0",
"shared": "0.15.1"
"shared": "0.15.2"
},
"devDependencies": {
"@types/jest": "^23.3.9",