From 60a9b995a3d56bcecab25d77f7bd57af3403fccc Mon Sep 17 00:00:00 2001 From: haeminn Date: Wed, 12 May 2021 06:46:08 +0900 Subject: [PATCH] (release): 18.0.0 --- docs/changelog.md | 5 +++++ projects/swimlane/ngx-charts/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 79ba2242a..7568bc2c1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 18.0.0 + +- Breaking: Improve typing +- Bug: Fix timeline selection + ## 17.0.1 - Bug: Fix pie label component on SSR (#1583) diff --git a/projects/swimlane/ngx-charts/package.json b/projects/swimlane/ngx-charts/package.json index 9c911f6f4..765364f95 100644 --- a/projects/swimlane/ngx-charts/package.json +++ b/projects/swimlane/ngx-charts/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-charts", - "version": "17.0.1", + "version": "18.0.0", "description": "Declarative Charting Framework for Angular", "repository": { "type": "git",