@ilamy/calendar 0.1.8 → 0.1.10
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.
- package/README.md +2 -0
- package/dist/index.d.ts +26 -2
- package/dist/index.js +25 -9
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ilamy/calendar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
|
|
5
5
|
"author": "Ilamy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -62,7 +62,8 @@
|
|
|
62
62
|
"type-check": "bunx tsc --noEmit",
|
|
63
63
|
"ci": "bun run lint && bun run prettier:check && bun run test && bun run build",
|
|
64
64
|
"pre-commit": "bun run lint:fix && bun run prettier:fix",
|
|
65
|
-
"prepare": "bunx husky"
|
|
65
|
+
"prepare": "bunx husky",
|
|
66
|
+
"version": "auto-changelog -p && git add CHANGELOG.md"
|
|
66
67
|
},
|
|
67
68
|
"peerDependencies": {
|
|
68
69
|
"react": "^19.1.0",
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
"@types/bun": "latest",
|
|
103
104
|
"@types/react": "^19.1.8",
|
|
104
105
|
"@types/react-dom": "^19.1.6",
|
|
106
|
+
"auto-changelog": "^2.5.0",
|
|
105
107
|
"bunup": "^0.8.61",
|
|
106
108
|
"husky": "^9.1.7",
|
|
107
109
|
"lint-staged": "^16.1.2",
|