From de0f2aae089e8637df32a1052f8d299e05a5893d Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 2 Sep 2024 18:49:49 +0800 Subject: [PATCH] release: v7.0.0-alpha.1 --- apps/core/CHANGELOG.md | 4 ++++ apps/core/package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index ebecb1ca..ef820832 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# [7.0.0-alpha.1](https://github.com/mx-space/core/compare/v7.0.0-alpha.0...v7.0.0-alpha.1) (2024-09-02) + + + # [7.0.0-alpha.0](https://github.com/mx-space/core/compare/v6.1.5...v7.0.0-alpha.0) (2024-09-02) diff --git a/apps/core/package.json b/apps/core/package.json index d575e877..965620f2 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "7.0.0-alpha.0", + "version": "7.0.0-alpha.1", "private": true, "license": "AGPLv3", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme", @@ -11,7 +11,7 @@ "author": "Innei ", "dashboard": { "repo": "mx-space/mx-admin", - "version": "4.6.1" + "version": "4.7.0" }, "issues": "https://github.com/mx-space/core/issues", "scripts": { @@ -170,4 +170,4 @@ "vitest": "1.5.2", "zx": "7.2.3" } -} \ No newline at end of file +}