Skip to content

Commit 934561d

Browse files
committed
bump: version 2.1.0 → 2.2.0
1 parent 4380f11 commit 934561d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.2.0 (2025-10-09)
2+
3+
### Feat
4+
5+
- add analytics tab in dashboard page (#220)
6+
- add extra AppTitle component for sidebar header (#216)
7+
- update 2-column sign in page (#213)
8+
9+
### Fix
10+
11+
- update sidebar menu chevron direction in RTL mode (#229)
12+
- pagination button spacing (#215)
13+
- upgrade lucide-react to solve antivirus warning (#211)
14+
15+
### Refactor
16+
17+
- move sidebar related components into app-sidebar
18+
- change SidebarInset component from 'main' to 'div'
19+
- replace extra main container query with content container query
20+
- replace inline svg logo with logo component (#214)
21+
122
## v2.1.0 (2025-08-23)
223

324
### 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": "2.1.0",
4+
"version": "2.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)