Skip to content

Commit 0cc2e00

Browse files
committed
bump: version 1.0.2 → 1.0.3
1 parent 3470228 commit 0cc2e00

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+
## 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+
113
## v1.0.2 (2024-12-25)
214

315
### Fix

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": true,
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)