We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed86641 commit 54a9760Copy full SHA for 54a9760
2 files changed
packages/pluggableWidgets/charts-web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mendix/charts-web",
3
- "version": "6.1.1",
+ "version": "6.1.2",
4
"description": "Chart widgets collection for data visualization",
5
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
6
"license": "Apache-2.0",
packages/pluggableWidgets/charts-web/src/package.xml
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
- <clientModule name="Charts" version="6.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="Charts" version="6.1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="AreaChart/AreaChart.xml" />
<widgetFile path="BarChart/BarChart.xml" />
0 commit comments