Skip to content

Commit 0217f8c

Browse files
committed
bump: version 2.2.0 → 2.2.1
1 parent 3e7d44e commit 0217f8c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v2.2.1 (2025-11-06)
2+
3+
### Fix
4+
5+
- **style**: update data attribute class in authenticated layout (#249)
6+
- prevent navigation to 500 page during development (#240)
7+
- **style**: apply variant 'destructive' to sign-out buttons (#236)
8+
- add missing space in profile form (#235)
9+
10+
### Refactor
11+
12+
- enhance tables and update table layout (#234)
13+
114
## v2.2.0 (2025-10-09)
215

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

0 commit comments

Comments
 (0)