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.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2022-10-26)

### 🧹 Chore

* readme again hehe ([ffab21c](ffab21c))
* readme again hehe ([da897c9](da897c9))
* readme again hehe ([4083635](4083635))
* readme again hehe ([3e41172](3e41172))
* replaced `expo init` for `create-expo-app` ([44dae47](44dae47))
* update readme again, github parser surely is exquisite ([bb51d4a](bb51d4a))
* update readme to explain what you can expect ([3fc921b](3fc921b))

### 🐛 Fixes

* update tamagui ([91b76a2](91b76a2))
  • Loading branch information
semantic-release-bot committed Oct 26, 2022
1 parent 91b76a2 commit ea90645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: IS_DEV ? `[DEV] ${config.name}` : config.name,
slug: config.slug,
version: "2.0.1",
version: "2.0.2",
icon: IS_DEV
? "./assets/icons/icon-dev.png"
: IS_BETA
? "./assets/icons/icon-beta.png"
: "./assets/icons/icon.png",
android: {
package: IS_DEV ? "dev.tamagui.expo.devclient" : "dev.tamagui.expo.client",
versionCode: 25,
versionCode: 26,
},
});
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.1",
"version": "2.0.2",
"packageManager": "[email protected]",
"scripts": {
"wsl": "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 ea90645

Please sign in to comment.