Skip to content

Commit 284aad7

Browse files
committed
bump: version 1.1.0 → 1.2.0
1 parent fb9e0b9 commit 284aad7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
## v1.1.0 (2025-01-30)
215

316
### Feat

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shadcn-admin",
3-
"private": true,
4-
"version": "1.1.0",
3+
"private": false,
4+
"version": "1.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)