Skip to content

Commit 6c4d9f2

Browse files
chore(release): v3.1.15 (#1472)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 30ece69 commit 6c4d9f2

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.15](https://github.com/ant-design/ant-design-mini/compare/3.1.14...3.1.15)
8+
9+
- fIx: 修复日历组件sticky标题位置错乱问题 [`#1471`](https://github.com/ant-design/ant-design-mini/pull/1471)
10+
711
#### [3.1.14](https://github.com/ant-design/ant-design-mini/compare/3.1.13...3.1.14)
812

13+
> 30 May 2025
14+
915
- fix: popup的visible假值变化问题 [`#1469`](https://github.com/ant-design/ant-design-mini/pull/1469)
1016
- fix: grid wechat detail miss [`9b5fb97`](https://github.com/ant-design/ant-design-mini/commit/9b5fb97603e2aa2318acccc614044f6b3b9cebc4)
1117
- fix: grid wechat detail miss [`fe78a65`](https://github.com/ant-design/ant-design-mini/commit/fe78a657ce0480f44c637fcddb76e9037618d1d2)
@@ -74,10 +80,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
7480
- Refactor component constructor [`#1418`](https://github.com/ant-design/ant-design-mini/pull/1418)
7581
- fix: wx input cursor problem [`#1420`](https://github.com/ant-design/ant-design-mini/pull/1420)
7682

77-
#### [3.1.6](https://github.com/ant-design/ant-design-mini/compare/3.1.6-beta.19...3.1.6)
83+
#### [3.1.6](https://github.com/ant-design/ant-design-mini/compare/3.1.6-beta.20...3.1.6)
7884

7985
> 21 February 2025
8086
87+
#### [3.1.6-beta.20](https://github.com/ant-design/ant-design-mini/compare/3.1.6-beta.19...3.1.6-beta.20)
88+
89+
> 3 June 2025
90+
91+
- fix: popup的visible假值变化问题 [`#1469`](https://github.com/ant-design/ant-design-mini/pull/1469)
92+
- fIx: 修复日历组件sticky标题位置错乱问题 [`f612bd5`](https://github.com/ant-design/ant-design-mini/commit/f612bd5d7cce46f58ea2615e250514d090a7ea3b)
93+
- fix: grid wechat detail miss [`9b5fb97`](https://github.com/ant-design/ant-design-mini/commit/9b5fb97603e2aa2318acccc614044f6b3b9cebc4)
94+
- fix: grid wechat detail miss [`fe78a65`](https://github.com/ant-design/ant-design-mini/commit/fe78a657ce0480f44c637fcddb76e9037618d1d2)
95+
8196
#### [3.1.6-beta.19](https://github.com/ant-design/ant-design-mini/compare/3.1.6-beta.18...3.1.6-beta.19)
8297

8398
> 29 May 2025

package.json

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

0 commit comments

Comments
 (0)