From b8331d20e735b48ce43c2dba1db20004575ddb6a Mon Sep 17 00:00:00 2001 From: Deepak Kumar Date: Fri, 15 Mar 2024 12:27:55 +0000 Subject: [PATCH] Bump version number to 5.0.0-alpha2 --- Changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9ba39d139..f70a966d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +## 5.0.0-alpha2 +* Change minimum chart size from 200x200to 25x25 + ## 5.0.0-alpha1 * Port to typescript. * Separate Data concerns. diff --git a/package.json b/package.json index 7481ac599..7e73bb8cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dc", - "version": "5.0.0-alpha1", + "version": "5.0.0-alpha2", "license": "Apache-2.0", "copyright": "2020", "description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",