@ilamy/calendar 0.1.9 → 0.2.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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ilamy/calendar",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
5
- "author": "Ilamy",
5
+ "author": "Sujeet Kc",
6
6
  "license": "MIT",
7
7
  "homepage": "https://ilamy.dev",
8
8
  "repository": {
@@ -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",
@@ -87,22 +88,25 @@
87
88
  "@radix-ui/react-tooltip": "^1.2.7",
88
89
  "bun-plugin-tailwind": "^0.0.14",
89
90
  "class-variance-authority": "^0.7.1",
91
+ "clsx": "^2.1.1",
90
92
  "dayjs": "^1.11.13",
91
93
  "lucide-react": "^0.475.0",
92
- "motion": "^12.23.6",
93
- "react-day-picker": "^9.8.0",
94
- "tailwind-merge": "^3.3.1",
95
- "clsx": "^2.1.1"
94
+ "motion": "^12.23.12",
95
+ "react-day-picker": "^9.8.1",
96
+ "rrule": "^2.8.1",
97
+ "tailwind-merge": "^3.3.1"
96
98
  },
97
99
  "devDependencies": {
98
100
  "@happy-dom/global-registrator": "^18.0.1",
99
- "@testing-library/dom": "^10.4.0",
100
- "@testing-library/jest-dom": "^6.6.3",
101
+ "@testing-library/dom": "^10.4.1",
102
+ "@testing-library/jest-dom": "^6.6.4",
101
103
  "@testing-library/react": "^16.3.0",
102
104
  "@types/bun": "latest",
103
- "@types/react": "^19.1.8",
104
- "@types/react-dom": "^19.1.6",
105
- "bunup": "^0.8.61",
105
+ "@types/react": "^19.1.9",
106
+ "@types/react-dom": "^19.1.7",
107
+ "@types/rrule": "^2.2.9",
108
+ "auto-changelog": "^2.5.0",
109
+ "bunup": "^0.8.72",
106
110
  "husky": "^9.1.7",
107
111
  "lint-staged": "^16.1.2",
108
112
  "prettier": "3.6.2"