@usefy/use-pagination 0.20.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-pagination",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "A React hook for pagination state — controlled/uncontrolled current page, page count, range, and an ellipsis-aware page-number model",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "sideEffects": false,
19
19
  "dependencies": {
20
- "@usefy/use-controllable-state": "0.20.0"
20
+ "@usefy/use-controllable-state": "0.21.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": "^18.0.0 || ^19.0.0"