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 3e7d44e commit 0217f8cCopy full SHA for 0217f8c
CHANGELOG.md
@@ -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
14
## v2.2.0 (2025-10-09)
15
16
### Feat
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": false,
- "version": "2.2.0",
+ "version": "2.2.1",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments