From 86107fc97d3a8877c4151a2bc83e64efaf31290f Mon Sep 17 00:00:00 2001 From: weisheng <1780903673@qq.com> Date: Mon, 3 Jun 2024 23:57:31 +0800 Subject: [PATCH] chore(release): 1.2.24 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8f1aea..1edd41e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 更新日志 +### [1.2.24](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.2.23...v1.2.24) (2024-06-03) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复Input支付宝小程序number/digit类型使用maxlength=-1时v-model失效的问题 ([7aa21b0](https://github.com/Moonofweisheng/wot-design-uni/commit/7aa21b0baadeccf4f0eb179f74332013acec6a10)) + ### [1.2.23](https://github.com/Moonofweisheng/wot-design-uni/compare/v1.2.22...v1.2.23) (2024-06-02) diff --git a/package.json b/package.json index 4798e2d0..870699cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wot-design-uni", - "version": "1.2.23", + "version": "1.2.24", "repository": { "type": "git", "url": "https://github.com/Moonofweisheng/wot-design-uni.git"