Skip to content

Commit 49ee88a

Browse files
MendixMobilekarahanharunn
authored andcommitted
chore(mobile-resources-native): update changelogs
1 parent 43e0592 commit 49ee88a

File tree

7 files changed

+35
-2
lines changed

7 files changed

+35
-2
lines changed

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

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

77
## [Unreleased]
88

9+
## [10.1.3] Native Mobile Resources - 2025-9-9
10+
11+
12+
## [4.1.0] IntroScreen
13+
### Fixed
14+
15+
- We have fixed defaultProps deprecation warning.
16+
- Initial slide now correctly positioned on mount.
17+
18+
## [3.1.1] SafeAreaView
19+
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
20+
21+
## [2.3.0] Signature
22+
- Updated react-native-webview from version v13.12.5 to latest
23+
24+
## [6.1.1] VideoPlayer
25+
### Changed
26+
27+
- We have updated `react-native-video` version to 6.10.0
28+
29+
## [4.3.0] WebView
30+
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
31+
932
## [10.0.0] Native Mobile Resources - 2025-3-31
1033
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
1134

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.0.0",
4+
"version": "10.1.3",
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/intro-screen-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.1.0] - 2025-9-9
10+
911
### Fixed
1012

1113
- We have fixed defaultProps deprecation warning.

packages/pluggableWidgets/safe-area-view-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+
## [3.1.1] - 2025-9-9
10+
911
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
1012

1113
## [3.1.0] - 2025-4-25

packages/pluggableWidgets/signature-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+
## [2.3.0] - 2025-9-9
10+
911
- Updated react-native-webview from version v13.12.5 to latest
1012

1113
## [2.2.0] - 2025-3-31

packages/pluggableWidgets/video-player-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+
## [6.1.1] - 2025-9-9
10+
911
### Changed
1012

1113
- We have updated `react-native-video` version to 6.10.0

packages/pluggableWidgets/web-view-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.3.0] - 2025-9-9
10+
911
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
1012

1113
## [4.2.0] - 2025-3-31

0 commit comments

Comments
 (0)