Skip to content

Commit 26fb40b

Browse files
committed
chore(mobile-resources-native): update changelogs
1 parent bb95bf0 commit 26fb40b

9 files changed

Lines changed: 44 additions & 2 deletions

File tree

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

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

77
## [Unreleased]
88

9+
## [11.0.0] Native Mobile Resources - 2025-7-7
10+
11+
12+
## [2.2.0] BackgroundGradient
13+
- Updated react-native-linear-gradient to latest version.
14+
15+
## [5.0.1] BottomSheet
16+
- Updated react-native-device-info to latest version.
17+
18+
## [4.1.0] IntroScreen
19+
- Updated react-native-device-info to latest version.
20+
21+
### Fixed
22+
23+
- We have fixed defaultProps deprecation warning.
24+
25+
## [5.0.0] Notifications
26+
- The widget has been migrated to notifee.
27+
28+
## [3.1.0] SafeAreaView
29+
- We fixed the issue where the header is going outside of page in some android versions.
30+
31+
## [2.3.0] Signature
32+
- Updated react-native-webview from version v13.12.5 to latest
33+
34+
## [4.3.0] WebView
35+
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
36+
937
## [10.0.0] Native Mobile Resources - 2025-3-31
1038
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
1139

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": "11.0.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -52,4 +52,4 @@
5252
"rimraf": "^4.4.1",
5353
"rollup": "^2.79.2"
5454
}
55-
}
55+
}

packages/pluggableWidgets/background-gradient-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.2.0] - 2025-7-7
10+
911
- Updated react-native-linear-gradient to latest version.
1012

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

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-7-7
10+
911
- Updated react-native-device-info to latest version.
1012

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

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-7-7
10+
911
- Updated react-native-device-info to latest version.
1012

1113
### Fixed

packages/pluggableWidgets/notifications-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.0] - 2025-7-7
10+
911
- The widget has been migrated to notifee.
1012

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

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.0] - 2025-7-7
10+
911
- We fixed the issue where the header is going outside of page in some android versions.
1012

1113
## [3.0.1] - 2025-3-18

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-7-7
10+
911
- Updated react-native-webview from version v13.12.5 to latest
1012

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

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-7-7
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)