From b6856449e65cb83b9e86726d2bcb961b680fa90c Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Thu, 9 Nov 2023 13:40:34 +0800 Subject: [PATCH] chore(release): 0.1.53 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ade5066..87e4f422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 更新日志 +### [0.1.53](https://github.com/Moonofweisheng/wot-design-uni/compare/v0.1.52...v0.1.53) (2023-11-09) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复 Input 输入框组件包含无用显示内容的问题 ([13a3106](https://github.com/Moonofweisheng/wot-design-uni/commit/13a3106055d66083d640912bfff67f2e08781f03)) + ### [0.1.52](https://github.com/Moonofweisheng/wot-design-uni/compare/v0.1.51...v0.1.52) (2023-11-09) diff --git a/package.json b/package.json index 0fcd3082..43c9dd27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wot-design-uni", - "version": "0.1.52", + "version": "0.1.53", "repository": { "type": "git", "url": "https://github.com/Moonofweisheng/wot-design-uni.git"