Skip to content

Commit 58b5972

Browse files
author
github-actions
committed
chore: release v1.1.0
1 parent 52460ec commit 58b5972

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Changelog
2+
3+
## 1.1.0 (2024-08-29)
4+
5+
### ✨ Features
6+
7+
- expo SDK 47 upgrade, flipper plugin upgrade ([ad73937](https://github.com/strvcom/template-react-native-expo/commit/ad7393795ceb4716001612f65be2d0a8830bc361))
8+
- Expo SDK 51, dev plugins for debugging, remove flipper, embedding assets, pnpm ([#22](https://github.com/strvcom/template-react-native-expo/issues/22)) ([571a93f](https://github.com/strvcom/template-react-native-expo/commit/571a93f3b50f67089452b6876daf05c1a768fb5a))
9+
- Expo SKD 49 ([#12](https://github.com/strvcom/template-react-native-expo/issues/12)) ([e5426e8](https://github.com/strvcom/template-react-native-expo/commit/e5426e85a1b3e72749d69dba8cb70315d5abc0c6))
10+
- **feature:** testing feature development ([52460ec](https://github.com/strvcom/template-react-native-expo/commit/52460ec623233b7bcc995ba1e6a202432bf49058))
11+
- migrate to EAS update, improve OTA check logic for normal or high priority updates ([52e3792](https://github.com/strvcom/template-react-native-expo/commit/52e3792d250bb43a66d0387d9144f831ed2d8192))
12+
- restructure App.tsx, add gesture handler, upgrade cached resources and forced update hook ([e8f1c00](https://github.com/strvcom/template-react-native-expo/commit/e8f1c00413aeba591809e47863838022ebe9eb43))
13+
- template initial commit ([bb9925c](https://github.com/strvcom/template-react-native-expo/commit/bb9925cc61f040497b5e81675eafb27089dd652a))
14+
15+
### 🐛 Bug Fixes
16+
17+
- Absolute imports replaced with path alias ([#14](https://github.com/strvcom/template-react-native-expo/issues/14)) ([5e63770](https://github.com/strvcom/template-react-native-expo/commit/5e6377029f5b2382ef0327fb35df7ea5414be3af))
18+
- android build failing due to MMKV, needs upgrade ([04a536f](https://github.com/strvcom/template-react-native-expo/commit/04a536ff39ede36311c8e6010a27b5c0e04bcb72))
19+
- app config values ([e47aaa0](https://github.com/strvcom/template-react-native-expo/commit/e47aaa02bc8da79bd2e6a0ff1ffd0ed1d03c1459))
20+
- dot env config init ([87ef375](https://github.com/strvcom/template-react-native-expo/commit/87ef375f3a2992bb0fe17bf1ed5377586094b218))
21+
- Fix [@types](https://github.com/types) resolution ([#16](https://github.com/strvcom/template-react-native-expo/issues/16)) ([7979eae](https://github.com/strvcom/template-react-native-expo/commit/7979eae20280ac2f09d36b338df2b7bd8e0186fb))
22+
- Fix app config types ([#19](https://github.com/strvcom/template-react-native-expo/issues/19)) ([213aa7d](https://github.com/strvcom/template-react-native-expo/commit/213aa7de3b541d9ec32e07df4fb45b8a04b390fe))
23+
- navigationReset typescript args ([4e8ac6e](https://github.com/strvcom/template-react-native-expo/commit/4e8ac6ee924ad0d35a89555482feb53ffaf2c716))
24+
- removed eslint rules & fix typo ([231626a](https://github.com/strvcom/template-react-native-expo/commit/231626a8e9465cbcf84508fa187fc63d59c05ca0))
25+
- removed sharp dep ([8040489](https://github.com/strvcom/template-react-native-expo/commit/8040489545e50f3e88934d4869c9b27ce2c88d22))
26+
- types for environment variable ([4d19e8e](https://github.com/strvcom/template-react-native-expo/commit/4d19e8eff6ea47179180f8a775caf61e1acc681c))
27+
- update lock file ([e55f3db](https://github.com/strvcom/template-react-native-expo/commit/e55f3dbb2afa5028cc1015464f7a64f669aea86c))
28+
- zustand flipper typing ([0db6a36](https://github.com/strvcom/template-react-native-expo/commit/0db6a36f6a12d81e42f3823dbd847b1990e9de91))
29+
30+
### 🔧 Chores
31+
32+
- add dimensions, expo and platform constants ([283a1e0](https://github.com/strvcom/template-react-native-expo/commit/283a1e076138d9d74335c9b893a4f308b9d1cf27))
33+
- add recommended libraries ([04b3c2b](https://github.com/strvcom/template-react-native-expo/commit/04b3c2bad308384de08cca8f05bd73b50c1cbb18))
34+
- add size scaling util to allow consistent design ([606357c](https://github.com/strvcom/template-react-native-expo/commit/606357cac99391ab184d09031ad21c09b727a71f))
35+
- added strv eslint config ([#13](https://github.com/strvcom/template-react-native-expo/issues/13)) ([44c9e4f](https://github.com/strvcom/template-react-native-expo/commit/44c9e4f3763aa2a64f47abe2b1c00089584f20b2))
36+
- better formatting ([8d45ca3](https://github.com/strvcom/template-react-native-expo/commit/8d45ca320fe8fcdba9cf8164b3f5b84c464c2f7f))
37+
- bump expo dependencies ([1b0571c](https://github.com/strvcom/template-react-native-expo/commit/1b0571c0fc2818e4be85bc596bc20b60dbc3b79b))
38+
- bump Expo to SDK 46 ([e9f2bc9](https://github.com/strvcom/template-react-native-expo/commit/e9f2bc92bdfd33fe9ce0843d900dbaba2c3408e4))
39+
- bump other packages ([6b6cc89](https://github.com/strvcom/template-react-native-expo/commit/6b6cc8962ae2451c368dadbafdc4c09e20410751))
40+
- change android default navigation animation to `fade` ([1e3f3a2](https://github.com/strvcom/template-react-native-expo/commit/1e3f3a2c292a30091e6da73ed3d023a7dd1648fe))
41+
- CI and PR template ([#15](https://github.com/strvcom/template-react-native-expo/issues/15)) ([490dae0](https://github.com/strvcom/template-react-native-expo/commit/490dae01581ae035071fa7f514612e1fe4c8ba65))
42+
- expo router + useAuth ([8067560](https://github.com/strvcom/template-react-native-expo/commit/8067560506e87af9707162950ee37a5ec5bb3277))
43+
- fix warning about encryption during appstore submit ([b464cb5](https://github.com/strvcom/template-react-native-expo/commit/b464cb50d3e4e39b1a7d05471c515295e7f94612))
44+
- improve navigation utils typing ([e25b42c](https://github.com/strvcom/template-react-native-expo/commit/e25b42c2473934a0a86ededff0f4f71d10e780b8))
45+
- improve png import ([66d76b2](https://github.com/strvcom/template-react-native-expo/commit/66d76b238f3be9834f0bb0d2cf14df216b52db1f))
46+
- install expo router ([f4ab716](https://github.com/strvcom/template-react-native-expo/commit/f4ab7165fce093be24482b5caf6a7f92b03a489b))
47+
- move native folders to .gitignore as default, comment in Readme ([f34a7c9](https://github.com/strvcom/template-react-native-expo/commit/f34a7c91e3b73baa8000e6d7afddbc06102d414e))
48+
- new release process ([#25](https://github.com/strvcom/template-react-native-expo/issues/25)) ([42db0d0](https://github.com/strvcom/template-react-native-expo/commit/42db0d050b9e03df3980d1c3089979b33538a384))
49+
- README cleanup ([34bd3ee](https://github.com/strvcom/template-react-native-expo/commit/34bd3ee989f3a18e2572c06c14f7e3668d1694bd))
50+
- remove @types/react-native, not needed anymore ([c0fb452](https://github.com/strvcom/template-react-native-expo/commit/c0fb4525d15137a3822c1e083587f6e322005148))
51+
- replace flipper community plugin with expo-build-properties ([5049eb3](https://github.com/strvcom/template-react-native-expo/commit/5049eb382236cb96c25614c1af5ad29e940ea0fc))
52+
- update code quality tools ([339b604](https://github.com/strvcom/template-react-native-expo/commit/339b60459148e64189ec4bfedaddd3e4f1ea3ee9))
53+
- update readme ([7948a5e](https://github.com/strvcom/template-react-native-expo/commit/7948a5e7c332e11b8ed70af83caf1e60a3493fa9))
54+
- update Readme setup ([bbbcb0a](https://github.com/strvcom/template-react-native-expo/commit/bbbcb0ab82acf09700b896b76d66e4fb22555430))
55+
- update scripts to use local expo cli, keep metro config ([ccdf059](https://github.com/strvcom/template-react-native-expo/commit/ccdf059860dfb1f6dfb3eddf914961caf91134ae))
56+
- upgrade expo and its dependencies ([72a55bb](https://github.com/strvcom/template-react-native-expo/commit/72a55bbe6476ce2879c19dbcc2c2d3469e45f4a4))
57+
- use isInternetReachable as a flag for online status rather than isConnected ([b2fa725](https://github.com/strvcom/template-react-native-expo/commit/b2fa725a2f26cbf12b3e1049fb4fcf7e918fe029))
58+
59+
### 📄 Documentation
60+
61+
- typo ([c780727](https://github.com/strvcom/template-react-native-expo/commit/c7807270992eeb884a45272274d8322fd605914b))
62+
63+
### 💅 Code Refactoring
64+
65+
- move to named exports ([477b9cf](https://github.com/strvcom/template-react-native-expo/commit/477b9cf62d840bb615d741a81e5da6b2b2b85437))
66+
- remove monorepo references from gh actions, no need for creating env file ([81ae9b9](https://github.com/strvcom/template-react-native-expo/commit/81ae9b9e99652a16e063d5d614655e330113cf28))
67+
- use zustand slices, sort out flipper plugin with ts-nocheck ([e5d93f5](https://github.com/strvcom/template-react-native-expo/commit/e5d93f5cebaac3a3a99b27af6818d0e2eef93716))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-native-expo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "expo-router/entry",
55
"private": true,
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)