From 28ba3e63a2770ea50562093cfacee6c34fb7740e Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:05:53 +0800 Subject: [PATCH] 1.0.9 --- uni_modules/uni-id-pages-x/changelog.md | 3 +++ uni_modules/uni-id-pages-x/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/uni_modules/uni-id-pages-x/changelog.md b/uni_modules/uni-id-pages-x/changelog.md index e342fd9..82d4be4 100644 --- a/uni_modules/uni-id-pages-x/changelog.md +++ b/uni_modules/uni-id-pages-x/changelog.md @@ -1,3 +1,6 @@ +## 1.0.9(2024-03-20) +- uni-id-co 修复 实人认证的认证照片在阿里云服务空间没有保存到指定路径下的Bug +- uni-id-co 修复 云对象开发依赖未移除的Bug ## 1.0.8(2024-02-03) 调整 一键登录要求的版本号 ## 1.0.7(2024-01-30) diff --git a/uni_modules/uni-id-pages-x/package.json b/uni_modules/uni-id-pages-x/package.json index 9c29fa1..570a9f6 100644 --- a/uni_modules/uni-id-pages-x/package.json +++ b/uni_modules/uni-id-pages-x/package.json @@ -1,7 +1,7 @@ { "id": "uni-id-pages-x", "displayName": "uni-id-pages-x", - "version": "1.0.8", + "version": "1.0.9", "description": "适用于 uni-app-x 的云端一体简单、统一、可扩展的用户中心页面模版", "keywords": [ "用户中心", -- GitLab