diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 798659b7e..3dd7f9406 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,8 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [6.1.1] Native Mobile Resources - 2024-6-27 - We have fixed an issue with checking blocked permissions on iOS +## [2.2.1] Accordion +### Fixed + +- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected. + +- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render. + +## [1.0.3] Gallery +### Fixed + +- We've resolved an issue where the loading indicator was triggered when pulling down the list, even in the absence of a pull-down event. + ## [6.1.0] Native Mobile Resources - 2024-05-28 ### Changed diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index f608db46e..77998ff7e 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -1,7 +1,7 @@ { "name": "mobile-resources-native", "moduleName": "Native Mobile Resources", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { @@ -53,4 +53,4 @@ "rimraf": "^2.7.1", "rollup": "^2.68.0" } -} +} \ No newline at end of file diff --git a/packages/pluggableWidgets/accordion-native/CHANGELOG.md b/packages/pluggableWidgets/accordion-native/CHANGELOG.md index 9860391a8..67dcabbd6 100644 --- a/packages/pluggableWidgets/accordion-native/CHANGELOG.md +++ b/packages/pluggableWidgets/accordion-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.2.1] - 2024-6-27 + ### Fixed - Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected. diff --git a/packages/pluggableWidgets/gallery-native/CHANGELOG.md b/packages/pluggableWidgets/gallery-native/CHANGELOG.md index 1426977a9..e59a58f76 100644 --- a/packages/pluggableWidgets/gallery-native/CHANGELOG.md +++ b/packages/pluggableWidgets/gallery-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.0.3] - 2024-6-27 + ### Fixed - We've resolved an issue where the loading indicator was triggered when pulling down the list, even in the absence of a pull-down event.