Skip to content

Commit db178b8

Browse files
Merge branch 'main' into revertSafeAreaViewChanges
2 parents c2cd553 + 1f3ec49 commit db178b8

File tree

15 files changed

+57
-38
lines changed

15 files changed

+57
-38
lines changed

configs/e2e/mendix-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest": "10.14.0.43709",
2+
"latest": "10.18.1.55792",
33
"8": "8.18.23.62193"
44
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ 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+
17+
## [9.2.0] Native Mobile Resources - 2025-2-7
18+
19+
20+
## [4.3.1] ProgressBar
21+
- Bumped the version of the react-native-progress to fix black background issues.
22+
23+
## [3.2.1] ProgressCircle
24+
- Bumped the version of the react-native-progress to fix black background issues.
25+
926
## [9.1.0] Native Mobile Resources - 2024-12-18
1027

1128

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

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
"mendix": "~10.0.9976",
3838
"rollup": "^2.79.2"
3939
}
40-
}
40+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
11+
### Changed
12+
13+
- Updated react-native-modal from version v11.4.5 to v13.0.1 in order to fix random crashes in custom-bottom-sheet widget.
14+
915
## [4.0.0] - 2024-12-3
1016

1117
### Changed

packages/pluggableWidgets/bottom-sheet-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bottom-sheet-native",
33
"widgetName": "BottomSheet",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -23,7 +23,7 @@
2323
"@mendix/piw-utils-internal": "*",
2424
"react-native-actionsheet": "^2.4.2",
2525
"react-native-device-info": "13.0.0",
26-
"react-native-modal": "^11.5.4",
26+
"react-native-modal": "^13.0.1",
2727
"react-native-reanimated": "^1.0.1",
2828
"reanimated-bottom-sheet": "^1.0.0-alpha.19"
2929
},

packages/pluggableWidgets/bottom-sheet-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="BottomSheet" version="4.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BottomSheet" version="4.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BottomSheet.xml" />
66
</widgetFiles>

packages/pluggableWidgets/progress-bar-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+
## [4.3.1] - 2025-2-7
10+
11+
- Bumped the version of the react-native-progress to fix black background issues.
12+
913
## [4.3.0] - 2024-12-3
1014

1115
### Changed

packages/pluggableWidgets/progress-bar-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "progress-bar-native",
33
"widgetName": "ProgressBar",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@mendix/piw-native-utils-internal": "*",
2727
"@mendix/piw-utils-internal": "1.0.0",
28-
"react-native-progress": "^5.0.0"
28+
"react-native-progress": "^5.0.1"
2929
},
3030
"devDependencies": {
3131
"@mendix/pluggable-widgets-tools": "~10.0.1",

packages/pluggableWidgets/progress-bar-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="ProgressBar" version="4.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ProgressBar" version="4.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ProgressBar.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)