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 fb9e0b9 commit 284aad7Copy full SHA for 284aad7
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+## v1.2.0 (2025-04-12)
2
+
3
+### Feat
4
5
+- add loading indicator during page transitions (#119)
6
+- add light favicons and theme-based switching (#112)
7
+- add new chat dialog in chats page (#90)
8
9
+### Fix
10
11
+- add fallback font for fontFamily (#110)
12
+- broken focus behavior in add user dialog (#113)
13
14
## v1.1.0 (2025-01-30)
15
16
### Feat
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
- "private": true,
- "version": "1.1.0",
+ "private": false,
+ "version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments