Skip to content

Commit 00d5549

Browse files
MxKevinBeqoUrazAkgultan
authored andcommitted
chore(gallery-native): version bump and changelog update
1 parent 7c06030 commit 00d5549

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/pluggableWidgets/gallery-native/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
1212

13-
14-
## [2.0.0] - 2024-12-3
13+
## [2.0.1] - 2025-8-5
1514

1615
- Updated react-native-device-info to latest version.
1716

17+
## [2.0.0] - 2024-12-3
18+
1819
### Changed
1920

2021
- Updated @mendix/pluggable-widgets-tools from version v9.0.0 to v10.15.0.

packages/pluggableWidgets/gallery-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gallery-native",
33
"widgetName": "Gallery",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "A flexible gallery widget that renders columns, rows and layouts.",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/gallery-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Gallery" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Gallery" version="2.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Gallery.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)