Skip to content

Commit 2519b20

Browse files
committed
chore(@mendix/charts-web): update changelog
1 parent 54a1940 commit 2519b20

File tree

10 files changed

+75
-1
lines changed

10 files changed

+75
-1
lines changed

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

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

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

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

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

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

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

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

77
## [Unreleased]
88

9+
## [2.0.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

packages/pluggableWidgets/charts-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.1.1] Charts - 2025-07-15
10+
11+
### [6.1.1] AreaChart
12+
13+
#### Changed
14+
15+
- We updated shared charts dependency.
16+
17+
### [6.1.1] BarChart
18+
19+
#### Changed
20+
21+
- We updated shared charts dependency.
22+
23+
### [6.1.1] BubbleChart
24+
25+
#### Changed
26+
27+
- We updated shared charts dependency.
28+
29+
### [6.1.1] ColumnChart
30+
31+
#### Changed
32+
33+
- We updated shared charts dependency.
34+
35+
### [1.1.1] CustomChart
36+
37+
#### Fixed
38+
39+
- We fixed an issue with incorrect parsing and merging of layout and data properties.
40+
41+
### [6.1.1] HeatMap
42+
43+
#### Fixed
44+
45+
- We fixed on click events by correctly adding datasource.
46+
47+
### [6.1.1] PieChart
48+
49+
#### Changed
50+
51+
- We updated shared charts dependency.
52+
53+
### [6.1.1] TimeSeries
54+
55+
#### Changed
56+
57+
- We updated shared charts dependency.
58+
59+
### [2.0.1] ChartPlayground
60+
61+
#### Changed
62+
63+
- We updated shared charts dependency.
64+
965
## [6.1.0] Charts - 2025-06-04
1066

1167
### [6.1.0] AreaChart

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

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

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

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

77
## [Unreleased]
88

9+
## [1.1.1] - 2025-07-15
10+
911
### Fixed
1012

1113
- We fixed an issue with incorrect parsing and merging of layout and data properties.

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

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Fixed
1012

1113
- We fixed on click events by correctly adding datasource.

packages/pluggableWidgets/pie-doughnut-chart-web/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.
1214

1315
## [6.1.0] - 2025-06-04
1416

15-
### Breaking
17+
## # Breaking
1618

1719
- We remove listened to selection in order for charts to works on Studio Pro 9.24.
1820

packages/pluggableWidgets/time-series-chart-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.1.1] - 2025-07-15
10+
911
### Changed
1012

1113
- We updated shared charts dependency.

0 commit comments

Comments
 (0)