Skip to content

Commit 67427a3

Browse files
authored
Native Mobile Resources: Updating changelogs (#215)
2 parents 310e82d + 1f06a3e commit 67427a3

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

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

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

77
## [Unreleased]
88

9+
## [9.1.0] Native Mobile Resources - 2024-12-18
10+
11+
12+
## [1.2.0] RadioButtons
13+
### Fixed
14+
15+
- The accessibility role has been changed to radio.
16+
17+
## [3.0.0] SafeAreaView
18+
## Fixed
19+
20+
- We fixed the issue where the user closed popup, safe area view wasn't working properly.
21+
922
## [9.0.0] Native Mobile Resources - 2024-12-3
1023

1124
### Changed

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

packages/pluggableWidgets/radio-buttons-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+
## [1.2.0] - 2024-12-18
10+
911
### Fixed
1012

1113
- The accessibility role has been changed to radio.

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.0.0] - 2024-12-18
10+
911
## Fixed
1012

1113
- We fixed the issue where the user closed popup, safe area view wasn't working properly.

0 commit comments

Comments
 (0)