Skip to content

Commit

Permalink
Merge pull request #61 from ahrefs/update-rechart-2.14.1
Browse files Browse the repository at this point in the history
dep: update recharts to 2.14.1
  • Loading branch information
bryanthomaschen authored Dec 6, 2024
2 parents d5be141 + 2ecd5d4 commit 62dfc3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion melange-recharts.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]

0 comments on commit 62dfc3f

Please sign in to comment.