Skip to content

Commit c4bf240

Browse files
author
Illia Obukhau
committed
chore: prepare timeline-web v3.1.1 release
1 parent b92f5ab commit c4bf240

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/pluggableWidgets/timeline-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+
### Fixed
10+
11+
- We fixed incorrect month grouping in custom visualization mode
12+
913
## [3.1.0] - 2021-12-23
1014

1115
### Added

packages/pluggableWidgets/timeline-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timeline-web",
33
"widgetName": "Timeline",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Shows timeline",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"author": "Mendix",

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

0 commit comments

Comments
 (0)