Skip to content

Commit

Permalink
Update version to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dlguswo333 committed Nov 24, 2024
1 parent 42efd03 commit b2b5891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ const loadMoreItems = async () => {
```

# Changelog
## v0.0.8
- Update dependencies
- Fix infinite loading not work on 'start' direction when `threshold` is `0`.

## v0.0.7
- Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-window-infinite-scroll",
"version": "0.0.7",
"version": "0.0.8",
"description": "'react-window' infinite scroller (loader) that fetches data on data change.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b2b5891

Please sign in to comment.