diff --git a/CHANGELOG.md b/CHANGELOG.md index bd46ee4..33278d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,69 @@ -## [1.1.1] 2023-06-26 +## [1.1.3] 2024-09-17 + ### Updated dependencies -- Removed expo-app-loading dependency -- Add dependencies for react-native-gesture-handler +#### For expo sdk version 50 to 51 + +- @react-native-async-storage/async-storage@1.21.0 to version: 1.23.1 +- @react-native-masked-view/masked-view@0.3.0 to version: 0.3.1 +- expo-blur@12.9.2 to version: ~13.0.2 +- expo-constants@15.4.6 to version: ~16.0.2 +- expo-haptics@12.8.1 to version: ~13.0.1 +- expo-linear-gradient@12.7.2 to version: ~13.0.2 +- expo-localization@14.8.4 to version: ~15.0.3 +- expo-modules-core@1.11.14 to version: ~1.12.24 +- expo-splash-screen@0.26.5 to version: ~0.27.5 +- expo-status-bar@1.11.1 to version: ~1.12.1 +- react-native@0.73.6 to version: 0.74.5 +- react-native-gesture-handler@2.14.1 to version: ~2.16.1 +- react-native-pager-view@6.2.3 to version: 6.3.0 +- react-native-reanimated@3.6.3 to version: ~3.10.1 +- react-native-safe-area-context@4.8.2 to version: 4.10.5 +- react-native-screens@3.29.0 to version: 3.31.1 +- jest-expo@50.0.4 to version: ~51.0.4 +- typescript@5.6.2 to version: ~5.3.3 + +#### For expo sdk version 48 to 50 + +- @react-native-async-storage/async-storage@1.17.11 - to version: 1.21.0 +- @react-native-masked-view/masked-view@0.2.8 - to version: 0.3.0 +- expo-blur@12.2.2 - to version: ~12.9.2 +- expo-constants@14.2.1 - to version: ~15.4.5 +- expo-haptics@12.2.1 - to version: ~12.8.1 +- expo-linear-gradient@12.1.2 - to version: ~12.7.2 +- expo-localization@14.1.1 - to version: ~14.8.3 +- expo-modules-core@1.2.7 - to version: ~1.11.12 +- expo-splash-screen@0.18.2 - to version: ~0.26.4 +- expo-status-bar@1.4.4 - to version: ~1.11.1 +- react-native@0.71.8 - to version: 0.73.6 +- react-native-gesture-handler@2.9.0 - to version: ~2.14.0 +- react-native-pager-view@6.1.2 - to version: 6.2.3 +- react-native-reanimated@2.14.4 - to version: ~3.6.2 +- react-native-safe-area-context@4.5.0 - to version: 4.8.2 +- react-native-screens@3.20.0 - to version: ~3.29.0 +- react-native-web@0.18.12 - to version: ~0.19.6 +- @types/react@18.0.38 - to version: ~18.2.45 +- jest-expo@45.0.0 - to version: ~50.0.4 +- typescript@4.9.5 - to version: ^5.3.0 +- @react-navigation/drawer updated version: ^6.6.3 +- @react-navigation/elements added version: ^1.3.30 +- @react-navigation/native updated version: ^6.1.7" +- "@react-navigation/stack updated version ^6.3.29 +- Entry file added to index.js as entry file pattern changed in expo-sdk:50.0.0 + +## [1.1.2] 2023-11-16 + +- Update react native dependency to 0.71.14 +- Update react-native-keyboard-aware-scroll-view 0.9.4 to 0.9.5 +- Add spported platfrom to app.json + +## [1.1.1] 2023-07-19 + +- Removed unused code +- Add additonal dependencies for react-native-gesture-handler support ## [1.1.0] 2023-05-15 + ### Updated dependencies -Expo sdk updated from 45 to 48 @@ -15,6 +74,7 @@ -expo-app-loading package is deprecated. Added a new package expo-splash-screen. For this,App.js file ## [1.0.2] 2022-07-21 + ### Updated dependencies - Updated @react-native-async-storage/async-storage@1.15.0 to @react-native-async-storage/async-storage@1.17.3 @@ -39,10 +99,3 @@ - Updated dev dependencies - Updated @types/react-native@0.64.12 to @types/react-native@0.67.6 - Updated jest-expo@44.0.0 to jest-expo@45.0.0 - -## [1.0.1] 2022-05-17 -### Dependencies Update -- all dependencies update - -## [1.0.0] 2021-07-07 -### Initial Release