From fd2743b69840ab44ddb268cb49d06f20fd1d83d4 Mon Sep 17 00:00:00 2001 From: zakodium-bot <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:42:37 +0200 Subject: [PATCH] chore: release 0.10.1 (#190) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cadeded..ce89ade7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [0.10.1](https://www.github.com/zakodium/react-plot/compare/v0.10.0...v0.10.1) (2021-05-07) + + +### Bug Fixes + +* add Legend on ScatterSeries ([7ee85e3](https://www.github.com/zakodium/react-plot/commit/7ee85e3f63355312ab490d2da85b288ce33c165b)) +* correctly export RangeSeriesPointType ([ccbb433](https://www.github.com/zakodium/react-plot/commit/ccbb4338bc17ddda0e57576b7453414ed47fb925)) +* export BarSeriesProps ([b97cda9](https://www.github.com/zakodium/react-plot/commit/b97cda9a57e30c728dfe1c3e3b0e75585188bd7a)) +* improve validation of Plot children ([0e7db4b](https://www.github.com/zakodium/react-plot/commit/0e7db4bc8c3f74fa581d58303217baaa36dc9b2a)) + ## [0.10.0](https://www.github.com/zakodium/react-plot/compare/v0.9.0...v0.10.0) (2021-04-21) diff --git a/package.json b/package.json index e57a4fc8..de0f6b1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plot", - "version": "0.10.0", + "version": "0.10.1", "description": "Library of React components to render SVG 2D plots.", "main": "lib/index.js", "module": "lib-esm/index.js",