From 932be674db351a942b0ef91471acaeaa1ab432b7 Mon Sep 17 00:00:00 2001 From: leejimqiu Date: Mon, 17 Oct 2022 23:17:58 +0800 Subject: [PATCH] chore: publish v0.12.1 (#414) * chore: publish v0.12.1 * chore: changelog's changes Co-authored-by: github-actions[bot] --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b2c3e42..3adcce8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ toc: false spline: explain --- +## ๐ŸŒˆ 0.12.1 `2022-10-17` +### ๐Ÿš€ Features +- `Overlay`: ๆ–ฐๅขž `customStyle`ๅฑžๆ€ง๏ผŒๆ”ฏๆŒ่‡ชๅฎšไน‰้ฎ็ฝฉๆ ทๅผ @anlyyao ([#403](https://github.com/Tencent/tdesign-mobile-vue/pull/403)) + +### ๐Ÿž Bug Fixes +- `Search`: ไฟฎๅค `shape` ๅฑžๆ€งๆ— ๆ•ˆ็š„้—ฎ้ข˜ @anlyyao ([#392](https://github.com/Tencent/tdesign-mobile-vue/pull/392)) +- `Search`: ไฟฎๅค `clear` ไบ‹ไปถๆ— ๆ•ˆ็š„้—ฎ้ข˜ @anlyyao ([#392](https://github.com/Tencent/tdesign-mobile-vue/pull/392)) +- `List`: ไฟฎๅค `load-more` ๅฏ้€‰ๅ‚ๆ•ฐ้—ฎ้ข˜ @byq1213 ([#376](https://github.com/Tencent/tdesign-mobile-vue/pull/376)) +- `List`: ไฟฎๅค `load-more` ๅฏ้€‰ๅ‚ๆ•ฐ้—ฎ้ข˜ @byq1213 ([#376](https://github.com/Tencent/tdesign-mobile-vue/pull/376)) +### ๐Ÿšง Others +- `Search`: ๆ–ฐๅขž็ป„ไปถๅ•ๅ…ƒๆต‹่ฏ• @anlyyao ([#392](https://github.com/Tencent/tdesign-mobile-vue/pull/392)) +- `Input`: ๆๅ‡ๅ•ๅ…ƒๆต‹่ฏ•่ฆ†็›–็Ž‡ @anlyyao ([#399](https://github.com/Tencent/tdesign-mobile-vue/pull/399)) +- `Textarea`: ๆๅ‡ๅ•ๅ…ƒๆต‹่ฏ•่ฆ†็›–็Ž‡ @anlyyao ([#400](https://github.com/Tencent/tdesign-mobile-vue/pull/400)) +- `Image`: ๆๅ‡ๅ•ๅ…ƒๆต‹่ฏ•่ฆ†็›–็Ž‡ @anlyyao ([#401](https://github.com/Tencent/tdesign-mobile-vue/pull/401)) +- `List`: ๆๅ‡ๅ•ๅ…ƒๆต‹่ฏ•่ฆ†็›–็Ž‡ @byq1213 ([#376](https://github.com/Tencent/tdesign-mobile-vue/pull/376)) +- `DateTimePicker`: ไผ˜ๅŒ–็คบไพ‹ไปฃ็  @LeeJim ([#411](https://github.com/Tencent/tdesign-mobile-vue/pull/411)) + ## ๐ŸŒˆ 0.12.0 `2022-10-10` ### ๐Ÿš€ Features diff --git a/package.json b/package.json index 0ef7d74bd..8eae176a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-mobile-vue", "purename": "tdesign", - "version": "0.12.0-beta.0", + "version": "0.12.1", "description": "tdesign-mobile-vue", "author": "TDesign Group", "homepage": "https://tdesign.tencent.com/mobile-vue/",