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 1d48664 commit 1bdb2c1Copy full SHA for 1bdb2c1
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## v1.3.0 (2025-04-16)
2
+
3
+### Fix
4
5
+- replace custom otp with input-otp component (#131)
6
+- disable layout animation on mobile (#130)
7
+- upgrade react-day-picker and update calendar component (#129)
8
9
+### Others
10
11
+- upgrade Tailwind CSS to v4 (#125)
12
+- upgrade dependencies (#128)
13
+- configure automatic code-splitting (#127)
14
15
## v1.2.0 (2025-04-12)
16
17
### Feat
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": false,
- "version": "1.2.0",
+ "version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments