Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v2.12.0-alpha-0 #846

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ 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)
#### [2.12.0-alpha-0](https://github.com/ant-design/ant-design-mini/compare/2.11.0...2.12.0-alpha-0)

- 新增 tsxml [`#838`](https://github.com/ant-design/ant-design-mini/pull/838)
- chore: 格式化 axml [`#843`](https://github.com/ant-design/ant-design-mini/pull/843)
- fix: 修复 FormImageUpload on remove 不生效的问题 [`#842`](https://github.com/ant-design/ant-design-mini/pull/842)
- fix: 优化 axml 的写法 [`#837`](https://github.com/ant-design/ant-design-mini/pull/837)
- feat: 优化升级指引 [`#834`](https://github.com/ant-design/ant-design-mini/pull/834)
- fix: 修改项目的 description [`#835`](https://github.com/ant-design/ant-design-mini/pull/835)
- feat: 更新官网导航地址 [`#833`](https://github.com/ant-design/ant-design-mini/pull/833)
- feat: 更新首页样式,并且新增 uploader 的 demo [`#832`](https://github.com/ant-design/ant-design-mini/pull/832)
- feat: 增加函数式组件的说明 [`#828`](https://github.com/ant-design/ant-design-mini/pull/828)
- fix: 修改 demo 的 appid [`#830`](https://github.com/ant-design/ant-design-mini/pull/830)

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

> 12 September 2023
- 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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "antd-mini",
"version": "2.11.0",
"version": "2.12.0-alpha-0",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "wechat/src",
"scripts": {
"dev": "tsx ./scripts/dev.ts",
"build:tsxml":"tsx ./scripts/compile-tsxml.ts",
"build:tsxml": "tsx ./scripts/compile-tsxml.ts",
"dev:doc": "tsx ./scripts/dev-doc.ts",
"build": "npm run build:tsxml && node ./scripts/build.js",
"deploy:docs": "npm run build && echo 'mini.ant.design' > ./docs-dist/CNAME && gh-pages -d docs-dist",
Expand Down Expand Up @@ -120,4 +120,4 @@
],
"license": "MIT",
"homepage": "https://github.com/ant-design/ant-design-mini"
}
}
Loading