Skip to content

Commit f111e6b

Browse files
authored
Native Mobile Resources: Updating changelogs (#354)
2 parents 71c8236 + 12e4b25 commit f111e6b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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+
## [10.1.5] Native Mobile Resources - 2025-10-6
10+
11+
12+
## [5.0.1] BottomSheet
13+
### Fixed
14+
15+
- Fixed React Native Reanimated worklet function errors by properly memoizing snap points.
16+
917
## [10.1.3] Native Mobile Resources - 2025-9-9
1018

1119

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

Lines changed: 2 additions & 2 deletions
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.3",
4+
"version": "10.1.5",
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/jsActions/nanoflow-actions-native/package.json

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

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+
## [5.0.1] - 2025-10-6
10+
911
### Fixed
1012

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

0 commit comments

Comments
 (0)