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

wu-sheng pushed a commit to branch prepare-release-0.5.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.5.0 by this 
push:
     new 0d2866e  Prepare next release 0.6.0-dev
0d2866e is described below

commit 0d2866e4691e644a094fda8eec8a912107024894
Author: Wu Sheng <[email protected]>
AuthorDate: Thu May 21 23:19:12 2026 +0800

    Prepare next release 0.6.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 24aedda..6e6d349 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.6.0
+
+(In development — fill in highlights here before cutting the release.)
+
 ## 0.5.0
 
 First Apache-style release cut from this repo: source + binary tarballs,
diff --git a/apps/bff/package.json b/apps/bff/package.json
index e247dd6..0cb5e0a 100644
--- a/apps/bff/package.json
+++ b/apps/bff/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/bff",
-  "version": "0.5.0",
+  "version": "0.6.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 ba56c5a..330c03e 100644
--- a/apps/bff/src/server.ts
+++ b/apps/bff/src/server.ts
@@ -225,7 +225,7 @@ if (staticDir && existsSync(staticDir)) {
 
 app.get('/api/health', async () => ({
   status: 'ok',
-  version: process.env.HORIZON_VERSION ?? '0.5.0',
+  version: process.env.HORIZON_VERSION ?? '0.6.0-dev',
   sessions: sessions.size(),
 }));
 
diff --git a/apps/ui/package.json b/apps/ui/package.json
index 9599b69..47bd640 100644
--- a/apps/ui/package.json
+++ b/apps/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/ui",
-  "version": "0.5.0",
+  "version": "0.6.0-dev",
   "private": true,
   "type": "module",
   "scripts": {
diff --git a/package.json b/package.json
index a247bee..faf2d2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-horizon-ui",
-  "version": "0.5.0",
+  "version": "0.6.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 5f3a352..2a9ab98 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.5.0",
+  "version": "0.6.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 82e98cf..bd523c1 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.5.0",
+  "version": "0.6.0-dev",
   "private": true,
   "type": "module",
   "main": "./dist/index.js",
diff --git a/packages/templates/package.json b/packages/templates/package.json
index 33caca3..fa144fc 100644
--- a/packages/templates/package.json
+++ b/packages/templates/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@skywalking-horizon-ui/templates",
-  "version": "0.5.0",
+  "version": "0.6.0-dev",
   "private": true,
   "type": "module",
   "main": "./dist/index.js",

Reply via email to