From 72c64f45adf0305439d1784b1c2333f9699dc724 Mon Sep 17 00:00:00 2001 From: Deepak Kumar Date: Wed, 31 Jul 2024 21:30:39 +0530 Subject: [PATCH] Readying for v5.0.0-alpha5 --- Changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6d5cd1cbb..d47d235e5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 5.0.0-alpha5 +* Make redrawAll resilient against errors in beforeRedrawAll + +## 5.0.0-alpha4 +* Minor typings fixes + ## 5.0.0-alpha3 * Rearrange Data Classes to better support Remote Data classes. * Extract and externalize CrossFilter specific behavior. This should allow easier to remote data. diff --git a/package.json b/package.json index 5a91e19bf..306beff7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dc", - "version": "5.0.0-alpha3", + "version": "5.0.0-alpha5", "license": "Apache-2.0", "copyright": "2020", "description": "A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js ",