Skip to content

Commit 8d8908a

Browse files
committed
chore: backport to 9.24
1 parent 96d9ffd commit 8d8908a

File tree

31 files changed

+35
-115
lines changed

31 files changed

+35
-115
lines changed

packages/pluggableWidgets/area-chart-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-
## [6.2.0] - 2025-06-03
10-
119
### Fixed
1210

1311
- We fixed an issue with aggregate being removed on plotly 3.0

packages/pluggableWidgets/area-chart-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/area-chart-web",
33
"widgetName": "AreaChart",
4-
"version": "6.2.0",
4+
"version": "6.1.0",
55
"description": "An area chart displays a solid color between the traces of a graph.",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
},
1919
"packagePath": "com.mendix.widget.web",
2020
"marketplace": {
21-
"minimumMXVersion": "9.6.0",
21+
"minimumMXVersion": "9.24.0.2965",
2222
"appName": "Area Chart"
2323
},
2424
"testProject": {

packages/pluggableWidgets/area-chart-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="AreaChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="AreaChart" version="6.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="AreaChart.xml" />
66
</widgetFiles>

packages/pluggableWidgets/bar-chart-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-
## [6.2.0] - 2025-06-03
10-
119
### Fixed
1210

1311
- We fixed an issue with aggregate being removed on plotly 3.0

packages/pluggableWidgets/bar-chart-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/bar-chart-web",
33
"widgetName": "BarChart",
4-
"version": "6.2.0",
4+
"version": "6.1.0",
55
"description": "Shows difference between the data points for one or more categories.",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
},
1919
"packagePath": "com.mendix.widget.web",
2020
"marketplace": {
21-
"minimumMXVersion": "9.6.0",
21+
"minimumMXVersion": "9.24.0.2965",
2222
"appName": "Bar Chart"
2323
},
2424
"testProject": {

packages/pluggableWidgets/bar-chart-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="BarChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BarChart" version="6.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BarChart.xml" />
66
</widgetFiles>

packages/pluggableWidgets/bubble-chart-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-
## [6.2.0] - 2025-06-03
10-
119
### Fixed
1210

1311
- We fixed an issue with aggregate being removed on plotly 3.0

packages/pluggableWidgets/bubble-chart-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/bubble-chart-web",
33
"widgetName": "BubbleChart",
4-
"version": "6.2.0",
4+
"version": "6.1.0",
55
"description": "Shows data in a bubble format graph.",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
},
1919
"packagePath": "com.mendix.widget.web",
2020
"marketplace": {
21-
"minimumMXVersion": "9.6.0",
21+
"minimumMXVersion": "9.24.0.2965",
2222
"appName": "Bubble Chart"
2323
},
2424
"testProject": {

packages/pluggableWidgets/bubble-chart-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="BubbleChart" version="6.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BubbleChart" version="6.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BubbleChart.xml" />
66
</widgetFiles>

packages/pluggableWidgets/charts-web/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [6.2.0] Charts - 2025-06-03
10-
11-
### [6.2.0] AreaChart
12-
13-
#### Fixed
14-
15-
- We fixed an issue with aggregate being removed on plotly 3.0
16-
17-
### [6.2.0] BarChart
18-
19-
#### Fixed
20-
21-
- We fixed an issue with aggregate being removed on plotly 3.0
22-
23-
### [6.2.0] BubbleChart
24-
25-
#### Fixed
26-
27-
- We fixed an issue with aggregate being removed on plotly 3.0
28-
29-
### [6.2.0] ColumnChart
30-
31-
#### Fixed
32-
33-
- We fixed an issue with aggregate being removed on plotly 3.0
34-
35-
### [1.2.0] CustomChart
36-
37-
#### Changed
38-
39-
- We increase the version to update shared code.
40-
41-
### [6.2.0] LineChart
42-
43-
#### Fixed
44-
45-
- We fixed an issue with aggregate being removed on plotly 3.0
46-
47-
### [6.2.0] PieChart
48-
49-
#### Changed
50-
51-
- We increase the version to update shared code.
52-
53-
### [6.2.0] TimeSeries
54-
55-
#### Fixed
56-
57-
- We fixed an issue with aggregate being removed on plotly 3.0
58-
599
## [6.0.1] Charts - 2025-05-14
6010

6111
### [1.0.1] CustomChart

0 commit comments

Comments
 (0)