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 3470228 commit 0cc2e00Copy full SHA for 0cc2e00
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v1.0.3 (2024-12-28)
2
+
3
+### Fix
4
5
+- add gap between buttons in import task dialog (#70)
6
+- hide button sort if column cannot be hidden & update filterFn (#69)
7
+- nav links added in profile dropdown (#68)
8
9
+### Refactor
10
11
+- optimize states in users/tasks context (#71)
12
13
## v1.0.2 (2024-12-25)
14
15
### Fix
package.json
@@ -1,7 +1,7 @@
{
"name": "shadcn-admin",
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments