From 02a9f30dc6fbf064fac7f6184c302105ba2db181 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Mar 2023 13:41:16 +0000 Subject: [PATCH] chore(release): 2.2.4 [skip ci] ## [2.2.4](https://github.com/ivopr/tamagui-expo/compare/v2.2.3...v2.2.4) (2023-03-09) ### :broom: Chore * upgrade tamagui ([2d66778](https://github.com/ivopr/tamagui-expo/commit/2d66778a614d5144de6cf3ab747935f6c0a33178)) --- app.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 272b826..f034860 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "TET", "slug": "TET", - "version": "2.2.3", + "version": "2.2.4", "assetBundlePatterns": [ "**/*" ], @@ -18,7 +18,7 @@ "fallbackToCacheTimeout": 0 }, "android": { - "versionCode": 40 + "versionCode": 41 }, "androidNavigationBar": { "backgroundColor": "#ddffe2", diff --git a/package.json b/package.json index ff0ca31..f8e38de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tamagui-expo-template", - "version": "2.2.3", + "version": "2.2.4", "packageManager": "yarn@3.2.0", "scripts": { "start:wsl:wifi": "REACT_NATIVE_PACKAGER_HOSTNAME=$(netsh.exe interface ip show address \"Wi-Fi\" | grep 'IP Address' | sed -r 's/.*IP Address:\\W*//') TAMAGUI_TARGET=native expo start",