Skip to content

Commit 570e32d

Browse files
committed
chore: update version and changelogs
1 parent 4e60d77 commit 570e32d

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,68 +6,85 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
## [10.1.5] Native Mobile Resources - 2025-10-6
9+
## [] Notifications
10+
11+
### BREAKING
1012

13+
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
14+
15+
## [10.1.5] Native Mobile Resources - 2025-10-6
1116

1217
## [5.0.1] BottomSheet
18+
1319
### Fixed
1420

1521
- Fixed React Native Reanimated worklet function errors by properly memoizing snap points.
1622

1723
## [10.1.3] Native Mobile Resources - 2025-9-9
1824

19-
2025
## [4.1.0] IntroScreen
26+
2127
### Fixed
2228

2329
- We have fixed defaultProps deprecation warning.
2430
- Initial slide now correctly positioned on mount.
2531

2632
## [3.1.1] SafeAreaView
33+
2734
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
2835

2936
## [2.3.0] Signature
37+
3038
- Updated react-native-webview from version v13.12.5 to latest
3139

3240
## [6.1.1] VideoPlayer
41+
3342
### Changed
3443

3544
- We have updated `react-native-video` version to 6.10.0
3645

3746
## [4.3.0] WebView
47+
3848
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
3949

4050
## [10.0.0] Native Mobile Resources - 2025-3-31
51+
4152
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
4253

4354
- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.
4455

4556
- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.
4657

4758
## [5.0.0] AppEvents
59+
4860
### Changed
4961

5062
- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.
5163

5264
## [5.0.0] BottomSheet
65+
5366
### Changed
5467

5568
- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.
5669

5770
## [3.4.0] Feedback
71+
5872
### Changed
5973

6074
- Updated react-native-view-shot from version v3.1.2 to v4.0.3.
6175

6276
## [3.3.0] ListViewSwipe
63-
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
77+
78+
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
6479

6580
## [2.2.0] Signature
81+
6682
### Changed
6783

6884
- Updated react-native-webview from version v9.0.0 to v10.15.0.
6985

7086
## [4.2.0] WebView
87+
7188
### Changed
7289

7390
- Updated react-native-webview from version v11.26.1 to v13.13.2

packages/jsActions/mobile-resources-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "10.1.5",
4+
"version": "10.1.6",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/notifications-native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## BREAKING
10+
11+
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
12+
913
## [4.1.0] - 2024-12-3
1014

1115
### Changed

packages/pluggableWidgets/notifications-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notifications-native",
33
"widgetName": "Notifications",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/notifications-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Notifications" version="4.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Notifications" version="4.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Notifications.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)