From dbc1a1fc230d93297fd68fe837bd227ebd8b3c31 Mon Sep 17 00:00:00 2001 From: wandali Date: Wed, 3 Jul 2024 19:58:04 +0800 Subject: [PATCH] * update 4.23.2024070309-alpha --- changelog.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 2511321a..1cf8bfe1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## 1.0.27 +* update 4.23.2024070309-alpha + ## 1.0.25 * update 4.22.2024062415-alpha diff --git a/package.json b/package.json index dd501f4f..fa3df852 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "id": "hello-uniapp-x-alpha", "name": "hello-uniapp-x-alpha", "displayName": "hello-uniapp-x-alpha", - "version": "1.0.26", + "version": "1.0.27", "description": "演示 uni-app x 框架的组件、接口、模板", "scripts": { - "check-commit": "node ./git-hooks/check-commit.cjs" + "check-commit": "node ./git-hooks/check-commit.cjs" }, "repository": "https://gitcode.net/dcloud/hello-uni-app-x", "keywords": [ @@ -88,4 +88,4 @@ } } } -} +} \ No newline at end of file -- GitLab