From 5ec48728c176780e4195fa7c029c80d8b288093b Mon Sep 17 00:00:00 2001 From: wandali Date: Fri, 7 Jun 2024 16:42:53 +0800 Subject: [PATCH] * update 4.19.2024060704-alpha --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index aed294f5..0edf8df3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.23 +* update 4.19.2024060704-alpha + ## 1.0.22 * update 4.18.2024060311-alpha diff --git a/package.json b/package.json index 5dd00fbf..3c0a64ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "id": "hello-uniapp-x-alpha", "name": "hello-uniapp-x-alpha", "displayName": "hello-uniapp-x-alpha", - "version": "1.0.22", + "version": "1.0.23", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" -- GitLab