ソースを参照

bump: version 2.1.0 → 2.2.0

satnaing 9 ヶ月 前
コミット
934561d350
2 ファイル変更22 行追加1 行削除
  1. 21 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 21 - 0
CHANGELOG.md

@@ -1,3 +1,24 @@
+## v2.2.0 (2025-10-09)
+
+### Feat
+
+- add analytics tab in dashboard page (#220)
+- add extra AppTitle component for sidebar header (#216)
+- update 2-column sign in page (#213)
+
+### Fix
+
+- update sidebar menu chevron direction in RTL mode (#229)
+- pagination button spacing (#215)
+- upgrade lucide-react to solve antivirus warning (#211)
+
+### Refactor
+
+- move sidebar related components into app-sidebar
+- change SidebarInset component from 'main' to 'div'
+- replace extra main container query with content container query
+- replace inline svg logo with logo component (#214)
+
 ## v2.1.0 (2025-08-23)
 
 ### Feat

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "shadcn-admin",
   "private": false,
-  "version": "2.1.0",
+  "version": "2.2.0",
   "type": "module",
   "scripts": {
     "dev": "vite",