Skip to content

Commit be5d283

Browse files
author
Yogendra Shelke
committed
Revert bumped version
1 parent c1d794e commit be5d283

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

Diff for: CHANGELOG.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
## [14.1.0] - 2025-04-02
10-
119
## Fixes
1210

1311
- We have upgraded `@mendix/native` to version 9.0.1
@@ -18,6 +16,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1816

1917
- We've upgraded the core React Native dependency to version 0.77.1 to enhance performance, stability, and compatibility across both Android and iOS platforms.
2018

19+
## [13.0.1] - 2025-03-27
20+
21+
## Fixes
22+
23+
- We have applied the patch for @react-native-camera-roll to fix the saving picture issue.
24+
25+
## [13.0.0] - 2025-03-21
26+
27+
## Improvements
28+
29+
- We have updated React Navigation to V7
30+
- We have updated the following additional dependencies:
31+
react-native-reanimated to 3.16.1
32+
react-native-screens to 4.4.0
33+
react-native-image-picker to 7.2.3
34+
@react-native-community/netinfo to 11.4.1
35+
- We're now using @gorhom/bottom-sheet for bottom sheet implementation
36+
- We have added the option to enable or disable cookie encryption for Android devices.
37+
38+
## [12.0.1] - 2025-03-10
39+
40+
## Fixes
41+
42+
- We resolved an issue where changing the system font scale could cause crashes on Android.
43+
2144
## [12.0.0] - 2025-01-25
2245

2346
## Fixes

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-template",
3-
"version": "14.1.0",
3+
"version": "14.0.0",
44
"private": true,
55
"scripts": {
66
"postinstall": "node patches/apply-patches.js && jetify",

0 commit comments

Comments
 (0)