From efc46d6786a71817a485cb2a4166d3c5476dd431 Mon Sep 17 00:00:00 2001 From: Surya Pabbineedi <98421392+surya-pabbineedi@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:26:17 +0530 Subject: [PATCH] (release): 20.3.1 (#1868) --- docs/changelog.md | 2 +- projects/swimlane/ngx-charts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 998e79719..756acf048 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## 20.3.1 - Fix: In SSR mode, respect the tick length set and don't cut off the tick label. diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index c34a63080..4e62e2071 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "20.3.0", + "version": "20.3.1", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",