Skip to content

Commit a56ca16

Browse files
authored
Data Widgets v3.0.1: Update changelog (#1740)
2 parents f2e63bf + b0e3631 commit a56ca16

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.1] DataWidgets - 2025-07-01
10+
11+
### [3.0.1] Gallery
12+
13+
#### Fixed
14+
15+
- We fixed an issue where gallery widget wasn't following screen breakpoints defined in custom-variables file.
16+
917
## [3.0.0] DataWidgets - 2025-06-27
1018

1119
### Breaking changes

packages/modules/data-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/data-widgets",
33
"moduleName": "Data Widgets",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,

packages/pluggableWidgets/gallery-web/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.1] - 2025-07-01
10+
911
### Fixed
1012

1113
- We fixed an issue where gallery widget wasn't following screen breakpoints defined in custom-variables file.

0 commit comments

Comments
 (0)