From c262d38ad03a54a6eeb867ee2b70f19c62e16edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 21 Jul 2023 03:39:01 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 --- CHANGELOG.md | 8 ++++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5222ec7..7f14eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # 版本更新日志 +## [1.0.0-alpha.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2023-07-21) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 更新依赖 ([a8ec7d8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/a8ec7d82556c2fb8fbe1e356eb6d1936401c810a)) +* **release:** 增加 alpha 标识,准备正式版 ([f1948ab](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/f1948ab0fe4594140eede8e52f113963d98a8338)) + ## [1.0.0-alpha.0](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.23...v1.0.0-alpha.0) (2023-07-21) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index d7261d8..96fa45a 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.0 \ No newline at end of file +1.0.0-alpha.1 \ No newline at end of file diff --git a/composer.json b/composer.json index 0c06ea4..2d5a5a9 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.0" + "version": "1.0.0-alpha.1" }