Skip to content

Commit 363dbff

Browse files
committed
chore(release): bump version to 0.5.9
1 parent dc8aeae commit 363dbff

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.9] - 2026-02-26
9+
10+
### 🐛 Bug Fixes | Bug 修复
11+
12+
- **calendar:** minDate / maxDate 纳入校验年月范围 ([249c04f](https://github.com/anyup/uView-Pro/commit/249c04f11e8610df4964f2d24d5fbe580e9236f8))
13+
14+
### ✨ Features | 新功能
15+
16+
- **calendar:** 日历选择演示页面新增最小/最大日期切换功能 ([dc8aeae](https://github.com/anyup/uView-Pro/commit/dc8aeae5072774d3d1be1318e4f7b4567c9b0385))
17+
18+
### 👥 Contributors
19+
20+
<a href="https://github.com/zakicheung"><img src="https://github.com/zakicheung.png?size=40" width="40" height="40" alt="张淇" title="张淇"/></a> <a href="https://github.com/anyup"><img src="https://github.com/anyup.png?size=40" width="40" height="40" alt="anyup" title="anyup"/></a>
21+
822
## [0.5.8] - 2026-02-10
923

1024
### 🚀 Chore | 构建/工程依赖/工具

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uview-pro-demo",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"scripts": {
55
"dev": "uni",
66
"dev:custom": "uni -p",
@@ -141,5 +141,5 @@
141141
"node": "20.13.1"
142142
},
143143
"buildDate": "2026-01-23",
144-
"releaseDate": "2026-02-10"
144+
"releaseDate": "2026-02-26"
145145
}

src/uni_modules/uview-pro/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.5.9(2026-02-26)
2+
3+
### 🐛 Bug Fixes | Bug 修复
4+
5+
- **calendar:** minDate / maxDate 纳入校验年月范围 ([249c04f](https://github.com/anyup/uView-Pro/commit/249c04f11e8610df4964f2d24d5fbe580e9236f8))
6+
7+
### ✨ Features | 新功能
8+
9+
- **calendar:** 日历选择演示页面新增最小/最大日期切换功能 ([dc8aeae](https://github.com/anyup/uView-Pro/commit/dc8aeae5072774d3d1be1318e4f7b4567c9b0385))
10+
11+
### 👥 Contributors
12+
13+
<a href="https://github.com/zakicheung"><img src="https://github.com/zakicheung.png?size=40" width="40" height="40" alt="张淇" title="张淇"/></a> <a href="https://github.com/anyup"><img src="https://github.com/anyup.png?size=40" width="40" height="40" alt="anyup" title="anyup"/></a>
14+
115
## 0.5.8(2026-02-10)
216

317
### 🚀 Chore | 构建/工程依赖/工具

src/uni_modules/uview-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "uview-pro",
33
"name": "uview-pro",
44
"displayName": "【支持鸿蒙】uView Pro|基于Vue3+TS的高质量UI组件库,支持多主题、暗黑模式、多语言",
5-
"version": "0.5.8",
5+
"version": "0.5.9",
66
"description": "uView Pro是基于Vue3+TS的多平台UI框架,提供80+高质量组件、便捷工具和常用模板,支持多主题、暗黑模式、多语言,支持H5/APP/鸿蒙/小程序多端开发。已在鸿蒙应用商店上架,欢迎体验!",
77
"main": "index.ts",
88
"module": "index.ts",

0 commit comments

Comments
 (0)