Skip to content

Commit 9edfbe3

Browse files
fix: updated the changelogs and bump version
1 parent 13ae811 commit 9edfbe3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/pluggableWidgets/gallery-text-filter-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- Fixed VoiceOver/TalkBack not announcing the clear text button and text input value.
12+
913
## [2.0.0] - 2024-12-3
1014

1115
### Changed

packages/pluggableWidgets/gallery-text-filter-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-text-filter-native",
33
"widgetName": "GalleryTextFilter",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/gallery-text-filter-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="GalleryTextFilter" version="2.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="GalleryTextFilter" version="2.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="GalleryTextFilter.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)