Skip to content

Commit d02aba0

Browse files
authored
Merge branch 'chart-backport-9-24' into backport-custom-chart-parsing-issue
2 parents fb6870e + 58fd1d9 commit d02aba0

File tree

33 files changed

+97
-31
lines changed

33 files changed

+97
-31
lines changed

packages/pluggableWidgets/area-chart-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated shared charts dependency.
12+
913
## [6.1.0] - 2025-06-04
1014

1115
### Fixed

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

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "6.1.1",
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",

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.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="AreaChart" version="6.1.1" 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated shared charts dependency.
12+
913
## [6.1.0] - 2025-06-04
1014

1115
### Fixed

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

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "6.1.1",
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",

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.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BarChart" version="6.1.1" 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated shared charts dependency.
12+
913
## [6.1.0] - 2025-06-04
1014

1115
### Fixed

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

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "6.1.1",
55
"description": "Shows data in a bubble format graph.",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

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

packages/pluggableWidgets/chart-playground-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We updated shared charts dependency.
12+
913
## [2.0.0] - 2025-02-28
1014

1115
### Changed

0 commit comments

Comments
 (0)