From 1fb0871f3c17e317822d5b106605f6e958b8560f Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 17 Nov 2023 20:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E7=9A=84uni-captcha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-captcha/changelog.md | 2 ++ uni_modules/uni-captcha/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/uni_modules/uni-captcha/changelog.md b/uni_modules/uni-captcha/changelog.md index a88df48..5d530f3 100644 --- a/uni_modules/uni-captcha/changelog.md +++ b/uni_modules/uni-captcha/changelog.md @@ -1,3 +1,5 @@ +## 0.7.3(2023-11-15) +- 更新 uni-popup-captcha.uvue依赖的popup组件,直接使用uni_modules下的uni-popup组件 ## 0.7.2(2023-11-07) - 新增 前端组件:uni-captcha.uvue、uni-popup-captcha ## 0.7.1(2023-11-07) diff --git a/uni_modules/uni-captcha/package.json b/uni_modules/uni-captcha/package.json index 43ba982..f6712a8 100644 --- a/uni_modules/uni-captcha/package.json +++ b/uni_modules/uni-captcha/package.json @@ -1,7 +1,7 @@ { "id": "uni-captcha", "displayName": "uni-captcha", - "version": "0.7.2", + "version": "0.7.3", "description": "云端一体图形验证码组件", "keywords": [ "captcha", -- GitLab