Skip to content

Commit bae8eca

Browse files
committed
bump: version 2.0.0 → 2.1.0
1 parent 2faffb4 commit bae8eca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## v2.0.0 (2025-08-16)
214

315
### BREAKING CHANGE

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

0 commit comments

Comments
 (0)