Skip to content

Commit 1f3ec49

Browse files
Native Mobile Resources: Updating changelogs (#231)
2 parents 9a9630d + 518e2c4 commit 1f3ec49

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

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

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

77
## [Unreleased]
88

9+
## [9.2.1] Native Mobile Resources - 2025-2-7
10+
11+
12+
## [4.0.1] BottomSheet
13+
### Changed
14+
15+
- Updated react-native-modal from version v11.4.5 to v13.0.1 in order to fix random crashes in custom-bottom-sheet widget.
16+
917
## [9.2.0] Native Mobile Resources - 2025-2-7
1018

1119

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": "9.2.0",
4+
"version": "9.2.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

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

Lines changed: 2 additions & 0 deletions
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.0.1] - 2025-2-7
10+
911
### Changed
1012

1113
- Updated react-native-modal from version v11.4.5 to v13.0.1 in order to fix random crashes in custom-bottom-sheet widget.

0 commit comments

Comments
 (0)