Skip to content

Commit 1bdb2c1

Browse files
committed
bump: version 1.2.0 → 1.3.0
1 parent 1d48664 commit 1bdb2c1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
## v1.2.0 (2025-04-12)
216

317
### Feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-admin",
33
"private": false,
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)