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 e7ba032 commit 70cfd30Copy full SHA for 70cfd30
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v1.4.2 (2025-07-23)
2
+
3
+### Fix
4
5
+- remove unnecessary transitions in table (#176)
6
+- overflow background in tables (#175)
7
8
## v1.4.1 (2025-06-25)
9
10
### Fix
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": false,
- "version": "1.4.1",
+ "version": "1.4.2",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments