Skip to content

Commit 358e9ef

Browse files
chore(main): release 0.5.3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.>
1 parent 9833d12 commit 358e9ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.3](https://github.com./codenaz/react-paginator/compare/v0.5.2...v0.5.3) (2024-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* declare props as optional ([9833d12](https://github.com./codenaz/react-paginator/commit/9833d12ccca3d029864d1016b169cc52e2d3de96))
9+
310
## [0.5.2](https://github.com./codenaz/react-paginator/compare/v0.5.1...v0.5.2) (2024-08-16)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-hooks-paginator",
33
"description": "A package for adding paginator functionality to react apps",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)