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 836df22 commit 098a408Copy full SHA for 098a408
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sciendis/react-tailwindcss-datepicker
2
3
+## 1.8.2
4
+
5
+### Patch Changes
6
7
+- 836df22: fix export types
8
9
## 1.8.1
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@sciendis/react-tailwindcss-datepicker",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": " Modern date range picker component for React using Tailwind and dayjs.",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -51,7 +51,6 @@
51
"autoprefixer": "^10.4.13",
52
"dayjs": "^1.11.7",
53
"eslint": "^8.29.0",
54
- "eslint-config-next": "^13.1.1",
55
"eslint-config-prettier": "^8.5.0",
56
"eslint-plugin-import": "^2.26.0",
57
"eslint-plugin-prettier": "^4.2.1",
0 commit comments