This commit is contained in:
Bruno Lemos
2018-11-27 14:56:45 -02:00
parent 51439bce52
commit 6f594321e0
7 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "mobile",
"version": "0.22.0",
"version": "0.23.0",
"scripts": {
"clean": "cd .",
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
@@ -18,7 +18,7 @@
"react-native": "npm:@brunolemos/react-native",
"react-native-google-analytics-bridge": "^6.1.2",
"react-native-screens": "^1.0.0-alpha.16",
"shared-components": "0.22.0"
"shared-components": "0.23.0"
},
"jest": {
"preset": "react-native",

View File

@@ -1,6 +1,6 @@
{
"name": "shared-components",
"version": "0.22.0",
"version": "0.23.0",
"main": "dist",
"scripts": {
"build": "tsc",
@@ -38,7 +38,7 @@
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"shared-core": "0.22.0"
"shared-core": "0.23.0"
},
"devDependencies": {
"@types/fbemitter": "^2.0.32",

View File

@@ -1,6 +1,6 @@
{
"name": "shared-core",
"version": "0.22.0",
"version": "0.23.0",
"main": "dist",
"scripts": {
"build": "tsc",

View File

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