diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bc06968..cc3d601f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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). +#### [3.0.5](https://github.com/ant-design/ant-design-mini/compare/3.0.4...3.0.5) + +- Feat/table ellipse [`#1359`](https://github.com/ant-design/ant-design-mini/pull/1359) +- Update the link to the correct migration documentation [`#1325`](https://github.com/ant-design/ant-design-mini/pull/1325) +- fix-some-demo-op [`#1341`](https://github.com/ant-design/ant-design-mini/pull/1341) +- fix: popup title cant display in wechat platform [`#1358`](https://github.com/ant-design/ant-design-mini/pull/1358) +- CascaderPicker引用路径错误修正 [`#1343`](https://github.com/ant-design/ant-design-mini/pull/1343) +- Optimize docs [`#1354`](https://github.com/ant-design/ant-design-mini/pull/1354) +- docs: update doc [`6832e64`](https://github.com/ant-design/ant-design-mini/commit/6832e64d97eff3d6bf951033e48ff2c18fe19bd7) + #### [3.0.4](https://github.com/ant-design/ant-design-mini/compare/3.0.3...3.0.4) +> 30 December 2024 + - Feat a part of component support wechat [`#1349`](https://github.com/ant-design/ant-design-mini/pull/1349) #### [3.0.3](https://github.com/ant-design/ant-design-mini/compare/3.0.2...3.0.3) diff --git a/package.json b/package.json index 7f65a9023..4a4abd38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-mini", - "version": "3.0.4", + "version": "3.0.5", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": {