Skip to content

Commit d96864c

Browse files
committed
chore(mobile-resources-native): update changelogs
1 parent c4c36de commit d96864c

File tree

8 files changed

+43
-2
lines changed

8 files changed

+43
-2
lines changed

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

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

77
## [Unreleased]
88

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

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

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

16+
## [5.0.0] AppEvents
17+
### Changed
18+
19+
- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.
20+
21+
## [5.0.0] BottomSheet
22+
### Changed
23+
24+
- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.
25+
26+
## [3.4.0] Feedback
27+
### Changed
28+
29+
- Updated react-native-view-shot from version v3.1.2 to v4.0.3.
30+
31+
## [3.3.0] ListViewSwipe
32+
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
33+
34+
## [2.2.0] Signature
35+
### Changed
36+
37+
- Updated react-native-webview from version v9.0.0 to v10.15.0.
38+
39+
## [4.2.0] WebView
40+
### Changed
41+
42+
- Updated react-native-webview from version v11.26.1 to v13.13.2
43+
1544
## [9.3.2] Native Mobile Resources - 2025-3-24
1645

1746
## [5.1.1] Maps

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

+2-2
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": "9.3.2",
4+
"version": "10.0.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -54,4 +54,4 @@
5454
"rimraf": "^4.4.1",
5555
"rollup": "^2.79.2"
5656
}
57-
}
57+
}

packages/pluggableWidgets/app-events-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.0] - 2025-3-31
10+
911
### Changed
1012

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

packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.0] - 2025-3-31
10+
911
### Changed
1012

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

packages/pluggableWidgets/feedback-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.4.0] - 2025-3-31
10+
911
### Changed
1012

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

packages/pluggableWidgets/listview-swipe-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.0] - 2025-3-31
10+
911
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0
1012

1113
## [3.2.0] - 2024-12-3

packages/pluggableWidgets/signature-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.0] - 2025-3-31
10+
911
### Changed
1012

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

packages/pluggableWidgets/web-view-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.2.0] - 2025-3-31
10+
911
### Changed
1012

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

0 commit comments

Comments
 (0)