Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.6](v2.0.5...v2.0.6) (2022-12-31)

### ⚠ BREAKING CHANGES

* it happened some commits ago. And here is to test if this really works

### 🐛 Fixes

* [#13](#13), updated tamagui and tsconfig.base path ([97d1dd5](97d1dd5))
  • Loading branch information
semantic-release-bot committed Dec 31, 2022
1 parent 97d1dd5 commit 0bacd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "TET",
"slug": "TET",
"version": "2.0.5",
"version": "2.0.6",
"assetBundlePatterns": ["**/*"],
"orientation": "portrait",
"userInterfaceStyle": "light",
Expand All @@ -16,8 +16,7 @@
"fallbackToCacheTimeout": 0
},
"android": {
"versionCode": 29
},
"versionCode": 30,
"androidNavigationBar": {
"backgroundColor": "#ddffe2",
"barStyle": "dark-content"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tamagui-expo-template",
"version": "2.0.5",
"version": "2.0.6",
"packageManager": "[email protected]",
"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",
Expand Down

0 comments on commit 0bacd24

Please sign in to comment.