Skip to content

Commit

Permalink
Version 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Mar 17, 2020
1 parent d9ca32a commit 72a0a32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.0.0-beta.4 (Mar 17, 2020)

### fix

- fix error of <Curve /> when add child to <Line />, fix #2051
- fix Stack AreaChart when some values is negative, fix #1667
- fix stack AreaChart when some values is nill, fix #1601

### dep

- Upgrade reduce-css-calc

### chore

- add types


## 2.0.0-beta.3 (Mar 13, 2020)

### fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 72a0a32

Please sign in to comment.