Skip to content

Commit c812150

Browse files
authored
Progress Circle v3.3.3: Update changelog (#2076)
2 parents b2bc193 + 2b2dea9 commit c812150

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/pluggableWidgets/progress-circle-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.3] - 2026-02-10
10+
11+
### Added
12+
13+
- We added a license file and a readme documenting all open source dependencies used in this package.
14+
915
## [3.3.2] - 2024-08-28
1016

1117
### Changed

packages/pluggableWidgets/progress-circle-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/progress-circle-web",
33
"widgetName": "ProgressCircle",
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"description": "Displays a progress in a circle",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/progress-circle-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="ProgressCircle" version="3.3.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ProgressCircle" version="3.3.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ProgressCircle.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)