This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
The following commit(s) were added to refs/heads/main by this push:
new a9ece2b Release 0.5.0, and prepare 0.6.0 (#8)
a9ece2b is described below
commit a9ece2b00d4f53b52aee5dc0cbb9e30c8f53515e
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri May 22 07:43:05 2026 +0800
Release 0.5.0, and prepare 0.6.0 (#8)
---
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 a18b9ed..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-dev",
+ "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 a3edb89..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-dev',
+ 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 1747484..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-dev",
+ "version": "0.6.0-dev",
"private": true,
"type": "module",
"scripts": {
diff --git a/package.json b/package.json
index c91f1c2..faf2d2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-horizon-ui",
- "version": "0.5.0-dev",
+ "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 a3f5301..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-dev",
+ "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 612d42a..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-dev",
+ "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 d8d322c..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-dev",
+ "version": "0.6.0-dev",
"private": true,
"type": "module",
"main": "./dist/index.js",