Skip to content

Commit b2dae87

Browse files
committed
bump: version 1.0.0 → 1.0.1
1 parent be22e75 commit b2dae87

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v1.0.1 (2024-12-14)
2+
3+
### Fix
4+
5+
- merge two button components into one (#60)
6+
- loading all tabler-icon chunks in dev mode (#59)
7+
- display menu dropdown when sidebar collapsed (#58)
8+
- update spacing & alignment in dialogs/drawers
9+
- update border & transition of sticky columns in user table
10+
- update heading alignment to left in user dialogs
11+
- add height and scroll area in user mutation dialogs
12+
- update `/dashboard` route to just `/`
13+
- **build**: replace require with import in tailwind.config.js
14+
15+
### Refactor
16+
17+
- remove unnecessary layout-backup file
18+
119
## v1.0.0 (2024-12-09)
220

321
### BREAKING CHANGE

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.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)