We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de7df6 commit db33e39Copy full SHA for db33e39
2 files changed
packages/pluggableWidgets/color-picker-web/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mendix/color-picker-web",
3
"widgetName": "ColorPicker",
4
- "version": "2.1.4",
+ "version": "2.1.5",
5
"description": "Change a color using a color input",
6
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
7
"license": "Apache-2.0",
packages/pluggableWidgets/color-picker-web/src/package.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
- <clientModule name="ColorPicker" version="2.1.4" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="ColorPicker" version="2.1.5" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ColorPicker.xml" />
</widgetFiles>
0 commit comments