@ilamy/calendar 1.0.1 → 1.0.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilamy/calendar",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
5
5
  "author": "Sujeet Kc",
6
6
  "license": "MIT",
@@ -62,8 +62,7 @@
62
62
  "type-check": "bunx tsc --noEmit",
63
63
  "ci": "bun run lint && bun run type-check && 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",
66
- "version": "auto-changelog -p && git add CHANGELOG.md"
65
+ "prepare": "bunx husky"
67
66
  },
68
67
  "peerDependencies": {
69
68
  "react": "^19.1.0",
@@ -78,18 +77,19 @@
78
77
  "@radix-ui/react-checkbox": "^1.3.3",
79
78
  "@radix-ui/react-dialog": "^1.1.15",
80
79
  "@radix-ui/react-dropdown-menu": "^2.1.16",
81
- "@radix-ui/react-label": "^2.1.7",
80
+ "@radix-ui/react-label": "^2.1.8",
82
81
  "@radix-ui/react-popover": "^1.1.15",
83
82
  "@radix-ui/react-scroll-area": "^1.2.10",
84
83
  "@radix-ui/react-select": "^2.2.6",
85
- "@radix-ui/react-separator": "^1.1.7",
86
- "@radix-ui/react-slot": "^1.2.3",
84
+ "@radix-ui/react-separator": "^1.1.8",
85
+ "@radix-ui/react-slot": "^1.2.4",
87
86
  "@radix-ui/react-tabs": "^1.1.13",
88
87
  "@radix-ui/react-tooltip": "^1.2.8",
89
88
  "bun-plugin-tailwind": "^0.0.14",
90
89
  "class-variance-authority": "^0.7.1",
91
90
  "clsx": "^2.1.1",
92
- "dayjs": "^1.11.18",
91
+ "date-fns": "^4.1.0",
92
+ "dayjs": "^1.11.19",
93
93
  "lucide-react": "^0.475.0",
94
94
  "motion": "^12.23.24",
95
95
  "react-day-picker": "^9.11.1",
@@ -105,16 +105,12 @@
105
105
  "@types/react": "^19.2.2",
106
106
  "@types/react-dom": "^19.2.2",
107
107
  "@types/rrule": "^2.2.9",
108
- "auto-changelog": "^2.5.0",
109
- "bunup": "^0.15.12",
108
+ "bunup": "^0.15.13",
110
109
  "husky": "^9.1.7",
111
110
  "lint-staged": "^16.2.6",
112
111
  "prettier": "3.6.2"
113
112
  },
114
113
  "publishConfig": {
115
114
  "access": "public"
116
- },
117
- "auto-changelog": {
118
- "startingVersion": "1.0.1"
119
115
  }
120
116
  }