uview-pro 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/changelog.md +26 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.3.11(2025-11-10)
2
+
3
+ ### ✨ Features | 新功能
4
+
5
+ - Initial project setup with commitizen, cz-git, and conventional changelog
6
+
7
+ ### 🐛 Bug Fixes | Bug 修复
8
+
9
+ ### 📝 Documentation | 文档
10
+
11
+ ### 💄 Styles | 风格
12
+
13
+ ### ♻️ Code Refactoring | 代码重构
14
+
15
+ ### ⚡ Performance Improvements | 性能优化
16
+
17
+ ### ✅ Tests | 测试
18
+
19
+ ### 📦‍ Build System | 打包构建
20
+
21
+ ### 👷 Continuous Integration | CI 配置
22
+
23
+ ### 🚀 Chore | 构建/工程依赖/工具
24
+
25
+ ### ⏪ Revert | 回退
26
+
1
27
  ## 0.3.10(2025-11-06)
2
28
 
3
29
  ### ♻️ Code Refactoring | 代码重构
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-pro",
3
3
  "name": "uview-pro",
4
4
  "displayName": "【支持鸿蒙】uView Pro|基于Vue3+TS全面重构的80+精选UI组件库",
5
- "version": "0.3.10",
5
+ "version": "0.3.11",
6
6
  "description": "uView Pro,是全面支持Vue3的uni-app生态框架,80+精选组件已使用TypeScript重构,已全面支持uni-app Vue3.0",
7
7
  "main": "index.ts",
8
8
  "module": "index.ts",