Skip to content

Commit 3d3b04c

Browse files
committed
chore(any-chart-web): update to Mendix 9.18
1 parent 8b97888 commit 3d3b04c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/customWidgets/any-chart-web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Changed
1010

11-
- Update widget repository.
11+
- Update minimum required version of Studio Pro to 9.18.

packages/customWidgets/any-chart-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "any-chart-web",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "",
55
"main": "index.js",
66
"keywords": [],
@@ -13,7 +13,7 @@
1313
"mpkName": "AnyChart.mpk"
1414
},
1515
"marketplace": {
16-
"minimumMXVersion": "9.6.0",
16+
"minimumMXVersion": "9.18.4.62522",
1717
"appName": "AnyChart"
1818
},
1919
"testProject": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="AnyChart" version="3.0.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="AnyChart" version="3.0.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
5-
<widgetFile path="AnyChart/AnyChart.xml"/>
5+
<widgetFile path="AnyChart/AnyChart.xml" />
66
</widgetFiles>
77
<files>
8-
<file path="com/mendix/widget/custom/AnyChart"/>
8+
<file path="com/mendix/widget/custom/AnyChart" />
99
</files>
1010
</clientModule>
1111
</package>

packages/modules/anychart-buildingblocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"moduleFolderNameInModeler": "anychart_buildingblocks",
2020
"marketplace": {
21-
"minimumMXVersion": "9.6.0.27784",
21+
"minimumMXVersion": "9.18.4.62522",
2222
"appNumber": 106517,
2323
"appName": "AnyChart"
2424
},

0 commit comments

Comments
 (0)