From 13f24c322fa4534546b08738c594f21f26aa456b Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 6 Dec 2024 10:10:12 +0800 Subject: [PATCH 1/2] dep: update recharts to 2.14.1 --- melange-recharts.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melange-recharts.opam b/melange-recharts.opam index 5efc64d..026efa4 100644 --- a/melange-recharts.opam +++ b/melange-recharts.opam @@ -36,5 +36,5 @@ build: [ ] dev-repo: "git+https://github.com/ahrefs/melange-recharts.git" depexts: [ - ["recharts"] {npm-version = "^2.1.12"} + ["recharts"] {npm-version = "^2.14.1"} ] From 2ecd5d44acdf7f8f26d49ba9b5595c51e7192901 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Fri, 6 Dec 2024 10:18:50 +0800 Subject: [PATCH 2/2] update CHANGES --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1bf5aad..849ed5f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ -## Unpublished +## 5.0.1 + +- update `recharts` to `2.14.1` + +## 5.0.0 - *[breaking]* improve bindings for XYZ axes, Treemap, Pie and Cell components [#59](https://github.com/ahrefs/melange-recharts/pull/59) - *[breaking]* remove `TooltipCursor` module [#60](https://github.com/ahrefs/melange-recharts/pull/60)