Эх сурвалжийг харах

bump: version 1.2.0 → 1.3.0

satnaing 1 жил өмнө
parent
commit
1bdb2c1fb7
2 өөрчлөгдсөн 15 нэмэгдсэн , 1 устгасан
  1. 14 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+## v1.3.0 (2025-04-16)
+
+### Fix
+
+- replace custom otp with input-otp component (#131)
+- disable layout animation on mobile (#130)
+- upgrade react-day-picker and update calendar component (#129)
+
+### Others
+
+- upgrade Tailwind CSS to v4 (#125)
+- upgrade dependencies (#128)
+- configure automatic code-splitting (#127)
+
 ## v1.2.0 (2025-04-12)
 
 ### Feat

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "shadcn-admin",
   "private": false,
-  "version": "1.2.0",
+  "version": "1.3.0",
   "type": "module",
   "scripts": {
     "dev": "vite",