We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97181d commit d7b0911Copy full SHA for d7b0911
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sciendis/react-tailwindcss-datepicker
2
3
+## 1.8.1
4
+
5
+### Patch Changes
6
7
+- e97181d: fix maximum update depth bug
8
9
## 1.7.3
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@sciendis/react-tailwindcss-datepicker",
- "version": "1.7.3",
+ "version": "1.8.1",
"description": " Modern date range picker component for React using Tailwind and dayjs.",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments