Procházet zdrojové kódy

bump: version 1.0.0 → 1.0.1

satnaing před 1 rokem
rodič
revize
b2dae87d61
2 změnil soubory, kde provedl 19 přidání a 1 odebrání
  1. 18 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 18 - 0
CHANGELOG.md

@@ -1,3 +1,21 @@
+## v1.0.1 (2024-12-14)
+
+### Fix
+
+- merge two button components into one (#60)
+- loading all tabler-icon chunks in dev mode (#59)
+- display menu dropdown when sidebar collapsed (#58)
+- update spacing & alignment in dialogs/drawers
+- update border & transition of sticky columns in user table
+- update heading alignment to left in user dialogs
+- add height and scroll area in user mutation dialogs
+- update `/dashboard` route to just `/`
+- **build**: replace require with import in tailwind.config.js
+
+### Refactor
+
+- remove unnecessary layout-backup file
+
 ## v1.0.0 (2024-12-09)
 
 ### BREAKING CHANGE

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "shadcn-admin",
   "private": true,
-  "version": "1.0.0",
+  "version": "1.0.1",
   "type": "module",
   "scripts": {
     "dev": "vite",