We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac9a0b commit 798db99Copy full SHA for 798db99
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ChartJS",
3
- "version": "3.1.2",
+ "version": "3.1.3",
4
"description": "This widget is a wrapper for the ChartJS library and you can use it to visualize your aggregated data.",
5
"license": "Apache License, Version 2",
6
"author": "Mendix",
src/package.xml
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
- <clientModule name="ChartJS" version="3.1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="ChartJS" version="3.1.3" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ChartJS/widgets/BarChart/BarChart.xml"/>
<widgetFile path="ChartJS/widgets/LineChart/LineChart.xml"/>
test/widgets/ChartJS.mpk
105 Bytes
0 commit comments