Răsfoiți Sursa

bump: version 2.0.0 → 2.1.0

satnaing 10 luni în urmă
părinte
comite
bae8eca72b
2 a modificat fișierele cu 13 adăugiri și 1 ștergeri
  1. 12 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 12 - 0
CHANGELOG.md

@@ -1,3 +1,15 @@
+## v2.1.0 (2025-08-23)
+
+### Feat
+
+- enhance data table pagination with page numbers (#207)
+- enhance auth flow with sign-out dialogs and redirect functionality (#206)
+
+### Refactor
+
+- reorganize utility files into `lib/` folder (#209)
+- extract data-table components and reorganize structure (#208)
+
 ## v2.0.0 (2025-08-16)
 
 ### BREAKING CHANGE

+ 1 - 1
package.json

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