Skip to content

Commit

Permalink
First breaking changes release
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAKSS committed Oct 26, 2022
1 parent 60635aa commit 9271647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The useDetectScroll custom hook will accept 3 input parameter:
### If the scroll goes upward/downward

```js
const [scrollDir] = useDetectScroll();
const [scrollDir] = useDetectScroll({});

// scrollDir: "up"/"down"
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"generate": "rollup -c"
},
"type": "module",
"version": "0.0.7"
"version": "1.0.0"
}

0 comments on commit 9271647

Please sign in to comment.