Skip to content

Commit 47c862c

Browse files
committed
fix: solve conflicts
2 parents 8352839 + a513442 commit 47c862c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.0.9](https://github.com/ant-design/ant-design-mini/compare/3.0.8...3.0.9)
8+
9+
- Feat/x-components [`#1391`](https://github.com/ant-design/ant-design-mini/pull/1391)
10+
- copilot系列组件 [`#1390`](https://github.com/ant-design/ant-design-mini/pull/1390)
11+
712
#### [3.0.8](https://github.com/ant-design/ant-design-mini/compare/3.0.7...3.0.8)
813

14+
> 21 January 2025
15+
916
- indexbar scroll not silky [`#1386`](https://github.com/ant-design/ant-design-mini/pull/1386)
1017

1118
#### [3.0.7](https://github.com/ant-design/ant-design-mini/compare/3.0.6...3.0.7)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mini",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
55
"miniprogram": "compiled/wechat/src",
66
"scripts": {
@@ -158,4 +158,4 @@
158158
],
159159
"license": "MIT",
160160
"homepage": "https://github.com/ant-design/ant-design-mini"
161-
}
161+
}

0 commit comments

Comments
 (0)