diff --git a/CHANGELOG.md b/CHANGELOG.md index 984a390dc..25e8fea8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.29.2](https://github.com/ant-design/ant-design-mini/compare/2.29.1...2.29.2) + +- Fix/calendar scroll [`#1147`](https://github.com/ant-design/ant-design-mini/pull/1147) +- fix: 修复modal微信端无动效问题 [`#1144`](https://github.com/ant-design/ant-design-mini/pull/1144) +- feat: 支持滚动到当前选择的日期 [`#1145`](https://github.com/ant-design/ant-design-mini/pull/1145) + #### [2.29.1](https://github.com/ant-design/ant-design-mini/compare/2.29.0...2.29.1) -> 3 April 2024 +> 7 April 2024 - fix: 修复modal微信端无动效问题 [`#1139`](https://github.com/ant-design/ant-design-mini/pull/1139) diff --git a/package.json b/package.json index 1286b1f1e..1de4c6674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-mini", - "version": "2.29.1", + "version": "2.29.2", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": {