@uxf/datepicker 11.61.0 → 11.80.4

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -319,3 +319,4 @@ export const DateRangePickerDay: FC<{ day: string; date: Date }> = ({ day, date
319
319
 
320
320
  - keyboard navigation doesn't work for year and decade view
321
321
  - the demo needs a little more love!
322
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/datepicker",
3
- "version": "11.61.0",
3
+ "version": "11.80.4",
4
4
  "description": "A set of React hooks to create an awesome datepicker.",
5
5
  "main": "index.js",
6
6
  "scripts": {