Skip to content

Commit

Permalink
release 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Jun 24, 2022
1 parent ab367f1 commit 880fbdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## 2.1.11 (Jun 24, 2022)

# feat

- Adds react `^18.0.0` as valid peerDependency (#2820)

## 2.1.10 (May 19, 2022)

# feat

- Add ARIA1.2 attributes to the SvgElementPropKeys filter array
- Added Storybook Badge (#2840)
- Handling of undefined values and type checks in DefaultTooltipContent
- Handling of undefined values and type checks in DefaultTooltipContent

# 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.1.10",
"version": "2.1.11",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit 880fbdc

Please sign in to comment.