Skip to content

Commit

Permalink
chore(release): v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent 1fed638 commit 5e0efb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.11.0](https://github.com/ant-design/ant-design-mini/compare/1.10.6...2.11.0)

- feat: 升级到 2.0 [`#826`](https://github.com/ant-design/ant-design-mini/pull/826)
- fix: should not use element selector [`#808`](https://github.com/ant-design/ant-design-mini/pull/808)
- feat: 使用 vm 进行测试 [`#817`](https://github.com/ant-design/ant-design-mini/pull/817)

#### [1.10.6](https://github.com/ant-design/ant-design-mini/compare/1.10.5...1.10.6)

> 23 August 2023
- fix: fix form-textarea onFocus not working [`#814`](https://github.com/ant-design/ant-design-mini/pull/814)
- fix: 修复 form 表单 createForm Api 误写问题 [`#806`](https://github.com/ant-design/ant-design-mini/pull/806)
- fix: 修复文档中 iOS 的大小写问题 [`#805`](https://github.com/ant-design/ant-design-mini/pull/805)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mini",
"version": "1.10.6",
"version": "2.11.0",
"scripts": {
"dev": "node ./scripts/dev.js",
"build": "node ./scripts/build.js",
Expand Down Expand Up @@ -101,4 +101,4 @@
],
"license": "MIT",
"homepage": "https://github.com/ant-design/ant-design-mini"
}
}

0 comments on commit 5e0efb1

Please sign in to comment.