Skip to content

Commit c07f38a

Browse files
committed
bump: version 1.3.0 → 1.4.0
1 parent a8d4314 commit c07f38a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.4.0 (2025-05-25)
2+
3+
### Feat
4+
5+
- **clerk**: add Clerk for auth and protected route (#146)
6+
7+
### Fix
8+
9+
- add an indicator for nested pages in search (#147)
10+
- update faded-bottom color with css variable (#139)
11+
112
## v1.3.0 (2025-04-16)
213

314
### Fix

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.3.0",
4+
"version": "1.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)