From a63ab91fbe55615b2bdfa475ae3e5af5176d62e8 Mon Sep 17 00:00:00 2001 From: wandali Date: Tue, 9 Jul 2024 20:06:05 +0800 Subject: [PATCH] * update 4.23.2024070804 --- changelog.md | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 1cf8bfe1..00e9b63e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.15 +* update 4.23.2024070804 + ## 1.0.27 * update 4.23.2024070309-alpha diff --git a/package.json b/package.json index fa3df852..e8d756ba 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "id": "hello-uniapp-x-alpha", - "name": "hello-uniapp-x-alpha", - "displayName": "hello-uniapp-x-alpha", - "version": "1.0.27", + "id": "hello-uniapp-x", + "name": "hello-uniapp-x", + "displayName": "hello-uniapp-x", + "version": "1.0.15", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { "check-commit": "node ./git-hooks/check-commit.cjs" -- GitLab