From 8875c1dd3c51e3d07f96a7d50e8786280f9eda17 Mon Sep 17 00:00:00 2001 From: Marjan Georgiev Date: Fri, 20 Dec 2024 14:41:41 +0100 Subject: [PATCH] Update changelog and version --- docs/changelog.md | 6 ++++++ projects/swimlane/ngx-charts/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b33a82df7..c02b6cb61 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 21.1.1 + +- Fix: Percent Gauge Chart: Fixes server-side-rendering +- Fix: Percent Gauge Chart: Fixes light theme +- Fix: Percent Gauge Chart: Makes target circle highlight only when target is reached + ## 21.1.0 - Feature: Add Percent Gauge chart type diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index f13b22b69..059783796 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "21.1.0", + "version": "21.1.1", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",