Skip to content

Commit e9ac3ea

Browse files
chore(release): v2.36.3 (#1262)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 930db28 commit e9ac3ea

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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+
#### [2.36.3](https://github.com/ant-design/ant-design-mini/compare/2.36.2...2.36.3)
8+
9+
- @alipay/axml-transverter 依赖替换 [`#1261`](https://github.com/ant-design/ant-design-mini/pull/1261)
10+
- feat: indexbar异步加载数据时,异常处理 [`#1260`](https://github.com/ant-design/ant-design-mini/pull/1260)
11+
- Feat: IndexBar demo optimize [`#1259`](https://github.com/ant-design/ant-design-mini/pull/1259)
12+
713
#### [2.36.2](https://github.com/ant-design/ant-design-mini/compare/2.36.1...2.36.2)
814

15+
> 5 August 2024
16+
917
- Feat calendar range [`#1256`](https://github.com/ant-design/ant-design-mini/pull/1256)
1018

1119
#### [2.36.1](https://github.com/ant-design/ant-design-mini/compare/2.36.0...2.36.1)

package.json

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

0 commit comments

Comments
 (0)