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 2faffb4 commit bae8ecaCopy full SHA for bae8eca
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v2.1.0 (2025-08-23)
2
+
3
+### Feat
4
5
+- enhance data table pagination with page numbers (#207)
6
+- enhance auth flow with sign-out dialogs and redirect functionality (#206)
7
8
+### Refactor
9
10
+- reorganize utility files into `lib/` folder (#209)
11
+- extract data-table components and reorganize structure (#208)
12
13
## v2.0.0 (2025-08-16)
14
15
### BREAKING CHANGE
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": false,
- "version": "2.0.0",
+ "version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments