Skip to content

Commit 7c54ef4

Browse files
committed
bump: version 1.0.2 → 1.0.3
1 parent 3470228 commit 7c54ef4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v1.0.3 (2024-12-28)
2+
3+
### Feat
4+
5+
- nav links added in profile dropdown (#68)
6+
7+
### Fix
8+
9+
- add gap between buttons in import task dialog (#70)
10+
- hide button sort if column cannot be hidden & update filterFn (#69)
11+
12+
### Refactor
13+
14+
- optimize states in users/tasks context (#71)
15+
116
## v1.0.2 (2024-12-25)
217

318
### Fix

package.json

+1-1
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)