Skip to content

Commit caa7207

Browse files
iobuhovgjulivan
authored andcommitted
fix(line-chart-web): remove duplicate line and adjust version
1 parent 82c9daa commit caa7207

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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

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

1111
- Optimization of the widget code for better performance in the browser.
1212

13-
- Optimization of the widget code for better performance in the browser.
14-
1513
## [3.1.1] - 2023-08-16
1614

1715
### Fixed

packages/pluggableWidgets/line-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/line-chart-web",
33
"widgetName": "LineChart",
4-
"version": "3.1.3",
4+
"version": "3.1.2",
55
"description": "Shows data in a line format graph.",
66
"copyright": "© Mendix Technology BV 2023. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/line-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="LineChart" version="3.1.3" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="LineChart" version="3.1.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="LineChart.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)