From 1857f839427bcc68b6adfda53370a0dbb97276a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jun 2024 11:50:44 +0000 Subject: [PATCH] chore(release): v2.35.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79fa82b0b..8d680a67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.35.0](https://github.com/ant-design/ant-design-mini/compare/2.34.1...2.35.0) + +- feat: input also support adjustPosition in alipay [`#1223`](https://github.com/ant-design/ant-design-mini/pull/1223) +- feat: 增加 Page 组件 [`#1220`](https://github.com/ant-design/ant-design-mini/pull/1220) +- Feat typography [`#1216`](https://github.com/ant-design/ant-design-mini/pull/1216) + #### [2.34.1](https://github.com/ant-design/ant-design-mini/compare/2.34.0...2.34.1) +> 26 June 2024 + - fix: 微信端noticebar循环失效 [`#1218`](https://github.com/ant-design/ant-design-mini/pull/1218) - fix: 修复textarea清楚按钮遮挡问题 [`#1214`](https://github.com/ant-design/ant-design-mini/pull/1214) diff --git a/package.json b/package.json index b4924e0df..d4d9e6cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-mini", - "version": "2.34.1", + "version": "2.35.0", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": {