Skip to content

Commit ade8d39

Browse files
chore(release): 17.5.0 [skip ci]
# [17.5.0](v17.4.4...v17.5.0) (2024-01-22) ### Features * add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](ac64414)) * **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](75218e4)) * **pencil:** fix with yarn lint:fix ([6a9dde5](6a9dde5))
1 parent ac64414 commit ade8d39

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [17.5.0](https://github.com/streamich/react-use/compare/v17.4.4...v17.5.0) (2024-01-22)
2+
3+
4+
### Features
5+
6+
* add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](https://github.com/streamich/react-use/commit/ac64414bea4c8afadfb382da9fea44ee89b41e2d))
7+
* **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](https://github.com/streamich/react-use/commit/75218e45dfdcdc6ea193e278cb97ceee98c00f1b))
8+
* **pencil:** fix with yarn lint:fix ([6a9dde5](https://github.com/streamich/react-use/commit/6a9dde596ae25c0dd2fa97b0cf354143fbc5b5ff))
9+
110
## [17.4.4](https://github.com/streamich/react-use/compare/v17.4.3...v17.4.4) (2024-01-21)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "17.4.4",
3+
"version": "17.5.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)