Skip to content

Commit

Permalink
Version 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Jun 8, 2022
1 parent 4b2fea5 commit 0905ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 10.3.0

- Allow React v18 in `package.json`.

## 10.2.0

- Add `children` prop to TypeScript definitions for `Waypoint` to support React v18.
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": "react-waypoint",
"version": "10.2.0",
"version": "10.3.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 0905ac5

Please sign in to comment.