This is an automated email from the ASF dual-hosted git repository.

wu-sheng pushed a commit to branch prepare-release-0.6.0
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git


The following commit(s) were added to refs/heads/prepare-release-0.6.0 by this 
push:
     new 43cad8f  Prepare next release 0.7.0-dev
43cad8f is described below

commit 43cad8fab263a41af0abd16d5c04e498bfae72e5
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Jun 1 23:54:50 2026 +0800

    Prepare next release 0.7.0-dev
---
 CHANGELOG.md                        | 4 ++++
 apps/bff/package.json               | 2 +-
 apps/bff/src/server.ts              | 2 +-
 apps/ui/package.json                | 2 +-
 package.json                        | 2 +-
 packages/api-client/package.json    | 2 +-
 packages/design-tokens/package.json | 2 +-
 packages/templates/package.json     | 2 +-
 8 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 607bd9a..35509be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ file-by-file implementation. For per-commit detail, see the 
git log.
 The version line is shared by every package in the monorepo (apps + shared
 packages) plus the BFF's `HORIZON_VERSION` default.
 
+## 0.7.0
+
+(In development — fill in highlights here before cutting the release.)
+
 ## 0.6.0
 
 This release is the production-readiness pass for Horizon UI: every page
diff --git a/apps/bff/package.json b/apps/bff/package.json
index e48c866..a0a88f4 100644
--- a/apps/bff/package.json
+++ b/apps/bff/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/bff",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "type": "module",
   "main": "dist/server.js",
diff --git a/apps/bff/src/server.ts b/apps/bff/src/server.ts
index bdf344d..f056d65 100644
--- a/apps/bff/src/server.ts
+++ b/apps/bff/src/server.ts
@@ -263,7 +263,7 @@ if (staticDir && existsSync(staticDir)) {
 // admin status pages.
 app.get('/api/health', async () => ({
   status: 'ok',
-  version: process.env.HORIZON_VERSION ?? '0.6.0',
+  version: process.env.HORIZON_VERSION ?? '0.7.0-dev',
 }));
 
 const { host, port } = source.current.server;
diff --git a/apps/ui/package.json b/apps/ui/package.json
index 40ccf24..e8abe43 100644
--- a/apps/ui/package.json
+++ b/apps/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/ui",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "type": "module",
   "scripts": {
diff --git a/package.json b/package.json
index 3548617..569d5f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-horizon-ui",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "description": "Apache SkyWalking Horizon UI - next-generation web UI",
   "license": "Apache-2.0",
diff --git a/packages/api-client/package.json b/packages/api-client/package.json
index 6201477..9e701b1 100644
--- a/packages/api-client/package.json
+++ b/packages/api-client/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/api-client",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "type": "module",
   "main": "./dist/index.js",
diff --git a/packages/design-tokens/package.json 
b/packages/design-tokens/package.json
index e46e382..2b2340d 100644
--- a/packages/design-tokens/package.json
+++ b/packages/design-tokens/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/design-tokens",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "type": "module",
   "main": "./dist/index.js",
diff --git a/packages/templates/package.json b/packages/templates/package.json
index 442c41c..63399e9 100644
--- a/packages/templates/package.json
+++ b/packages/templates/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/templates",
-  "version": "0.6.0",
+  "version": "0.7.0-dev",
   "private": true,
   "type": "module",
   "main": "./dist/index.js",

Reply via email to