Skip to content

Commit 9353a80

Browse files
Copilotgjulivan
andcommitted
fix(image-web): Move changes back to unreleased section per review feedback
Co-authored-by: gjulivan <1436036+gjulivan@users.noreply.github.com>
1 parent 52ddea2 commit 9353a80

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

packages/pluggableWidgets/image-web/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [1.5.0] - 2025-08-29
10-
119
### Added
1210

1311
- We added support for configuring minimum and maximum height when height unit is set to auto.

packages/pluggableWidgets/image-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/image-web",
33
"widgetName": "Image",
4-
"version": "1.5.0",
4+
"version": "1.4.3",
55
"description": "Display an image and enlarge it on click",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/image-web/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="Image" version="1.5.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Image" version="1.4.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Image.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)