Skip to content

Commit be85063

Browse files
chore(release): v3.1.5
1 parent a5c7642 commit be85063

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [3.1.4](https://github.com/ant-design/ant-design-mini/compare/3.1.3...3.1.4)
7+
#### [3.1.5](https://github.com/ant-design/ant-design-mini/compare/3.1.4...3.1.5)
8+
9+
- Feat x optimization [`#1412`](https://github.com/ant-design/ant-design-mini/pull/1412)
10+
- Feat max min input [`#1411`](https://github.com/ant-design/ant-design-mini/pull/1411)
11+
12+
#### [3.1.4](https://github.com/ant-design/ant-design-mini/compare/3.1.4-beta.3...3.1.4)
13+
14+
> 17 February 2025
15+
16+
#### [3.1.4-beta.3](https://github.com/ant-design/ant-design-mini/compare/3.1.4-beta.1...3.1.4-beta.3)
17+
18+
> 18 February 2025
19+
20+
- feat: form-input support max min precision [`90fc3bd`](https://github.com/ant-design/ant-design-mini/commit/90fc3bdb433ab9c109b8a7a6884ff00e1850d222)
21+
- chore: update verison [`f9f345f`](https://github.com/ant-design/ant-design-mini/commit/f9f345facda26debca7a332699bb5e5722360492)
22+
- feat: form-input support max min precision [`c931e86`](https://github.com/ant-design/ant-design-mini/commit/c931e86fc3a4bc9d22b59b62a290d033285cfe99)
23+
24+
#### [3.1.4-beta.1](https://github.com/ant-design/ant-design-mini/compare/3.1.3...3.1.4-beta.1)
25+
26+
> 18 February 2025
827
928
- Form add readonly property [`#1407`](https://github.com/ant-design/ant-design-mini/pull/1407)
29+
- feat: number type input limit range and precision [`72b4885`](https://github.com/ant-design/ant-design-mini/commit/72b48858ef417782f3f5a7bad87bcf1c5ca083f7)
30+
- chore: update verison [`232bbd1`](https://github.com/ant-design/ant-design-mini/commit/232bbd11928b3511d47db06b0253a1e8ec0977c4)
1031

1132
#### [3.1.3](https://github.com/ant-design/ant-design-mini/compare/3.1.3-beta.3...3.1.3)
1233

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mini",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
55
"miniprogram": "compiled/wechat/src",
66
"scripts": {

0 commit comments

Comments
 (0)