Skip to content

Commit

Permalink
release 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Jul 26, 2022
1 parent 975b043 commit 8f57ad6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 2.1.13 (Jul 26, 2022)

# fix

- set animate flag before chart data update (#2911)
- Error bar domain fix (#2863)
- fix: fix "recharts@… doesn't provide prop-types, requested by react-smooth" warning (#2895)

# chore

- upgrade d3 (#2893)

## 2.1.12 (Jun 27, 2022)

# fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "2.1.12",
"version": "2.1.13",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 8f57ad6

Please sign in to comment.