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.34.0 #1212

Merged
merged 1 commit into from
Jun 18, 2024
Merged
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
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,32 @@ 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.34.0](https://github.com/ant-design/ant-design-mini/compare/2.34.0-beta.1...2.34.0)

- feat: Revert "feat: lazy component (#1197)" [`#1210`](https://github.com/ant-design/ant-design-mini/pull/1210)

#### [2.34.0-beta.1](https://github.com/ant-design/ant-design-mini/compare/2.33.0...2.34.0-beta.1)

> 18 June 2024

- Detele functional mini [`#1204`](https://github.com/ant-design/ant-design-mini/pull/1204)
- feat: calendar组件去掉hook实现 [`#1201`](https://github.com/ant-design/ant-design-mini/pull/1201)
- feat: notice-bar微信版本支持icon插槽 [`#1196`](https://github.com/ant-design/ant-design-mini/pull/1196)
- Feat no hook picker [`#1199`](https://github.com/ant-design/ant-design-mini/pull/1199)
- feat: lazy component [`#1197`](https://github.com/ant-design/ant-design-mini/pull/1197)
- Feat no hook picker [`#1192`](https://github.com/ant-design/ant-design-mini/pull/1192)
- Feat no hook 2 [`#1189`](https://github.com/ant-design/ant-design-mini/pull/1189)
- feat: Revert "feat: lazy component (#1197)" [`b2a5c11`](https://github.com/ant-design/ant-design-mini/commit/b2a5c11ef40599dd25eca15a5b7a36cd4d7a009d)
- feat: 发布beta测试版本 [`4e9dedf`](https://github.com/ant-design/ant-design-mini/commit/4e9dedfb5d123756dbe79f8fc822ff0821f60d69)

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

> 14 June 2024

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

> 13 June 2024

- Detele functional mini [`#1204`](https://github.com/ant-design/ant-design-mini/pull/1204)
- feat: calendar组件去掉hook实现 [`#1201`](https://github.com/ant-design/ant-design-mini/pull/1201)
- feat: notice-bar微信版本支持icon插槽 [`#1196`](https://github.com/ant-design/ant-design-mini/pull/1196)
Expand Down Expand Up @@ -917,7 +939,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix/style [`#421`](https://github.com/ant-design/ant-design-mini/pull/421)
- 1.0 wyj new2 [`#422`](https://github.com/ant-design/ant-design-mini/pull/422)

#### [1.0.0-alpha.0](https://github.com/ant-design/ant-design-mini/compare/0.0.26...1.0.0-alpha.0)
#### [1.0.0-alpha.0](https://github.com/ant-design/ant-design-mini/compare/0.0.27...1.0.0-alpha.0)

> 8 December 2022

Expand Down Expand Up @@ -1003,6 +1025,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: style [`#279`](https://github.com/ant-design/ant-design-mini/pull/279)
- 1.0 sxs [`#286`](https://github.com/ant-design/ant-design-mini/pull/286)

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

> 17 June 2024

- fix: 适配 Native 渲染模式下 0.x 版本示例 [`d571023`](https://github.com/ant-design/ant-design-mini/commit/d571023ed5711579971ee4afbc6564fb58db3bb3)
- chore(native) [`05e92fd`](https://github.com/ant-design/ant-design-mini/commit/05e92fd86a235a69d5ed6518beb306e81f9e08ce)
- feat: 修改需要发版的版本号 [`33bfcbc`](https://github.com/ant-design/ant-design-mini/commit/33bfcbc65bb4e74eecc605f7f424a56b07dbe622)

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

> 15 December 2022
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mini",
"version": "2.33.0",
"version": "2.34.0",
"description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。",
"miniprogram": "compiled/wechat/src",
"scripts": {
Expand Down
Loading