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 a8d4314 commit c07f38aCopy full SHA for c07f38a
CHANGELOG.md
@@ -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
12
## v1.3.0 (2025-04-16)
13
14
### Fix
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": false,
- "version": "1.3.0",
+ "version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments