This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch prepare-release-0.7.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.7.0 by this
push:
new 225e663 Prepare next release 1.0.0-dev-dev
225e663 is described below
commit 225e6639972438fb961acc3f8f712c4402fe46f7
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Jun 22 16:22:34 2026 +0800
Prepare next release 1.0.0-dev-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 3ac0bca..1b50e58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ Notable changes to Apache SkyWalking Horizon UI, written from
the operator's poi
The version line is shared by every package in the monorepo (apps + shared
packages) plus the BFF's `HORIZON_VERSION` default.
+## 1.0.0-dev
+
+(In development — fill in highlights here before cutting the release.)
+
## 0.7.0
### Browser errors & source maps
diff --git a/apps/bff/package.json b/apps/bff/package.json
index 6ead2c9..bfbb807 100644
--- a/apps/bff/package.json
+++ b/apps/bff/package.json
@@ -1,6 +1,6 @@
{
"name": "@skywalking-horizon-ui/bff",
- "version": "0.7.0",
+ "version": "1.0.0-dev-dev",
"private": true,
"type": "module",
"main": "dist/server.js",
diff --git a/apps/bff/src/server.ts b/apps/bff/src/server.ts
index 60aa892..482bd39 100644
--- a/apps/bff/src/server.ts
+++ b/apps/bff/src/server.ts
@@ -334,7 +334,7 @@ if (staticDir && existsSync(staticDir)) {
// admin status pages.
app.get('/api/health', async () => ({
status: 'ok',
- version: process.env.HORIZON_VERSION ?? '0.7.0',
+ version: process.env.HORIZON_VERSION ?? '1.0.0-dev-dev',
}));
const { host, port } = source.current.server;
diff --git a/apps/ui/package.json b/apps/ui/package.json
index bb4ca9a..dec74e6 100644
--- a/apps/ui/package.json
+++ b/apps/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@skywalking-horizon-ui/ui",
- "version": "0.7.0",
+ "version": "1.0.0-dev-dev",
"private": true,
"type": "module",
"scripts": {
diff --git a/package.json b/package.json
index 467b9d3..68504ed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-horizon-ui",
- "version": "0.7.0",
+ "version": "1.0.0-dev-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 6fbb4d1..e31d5d1 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.7.0",
+ "version": "1.0.0-dev-dev",
"private": true,
"type": "module",
"main": "./dist/index.js",
diff --git a/packages/design-tokens/package.json
b/packages/design-tokens/package.json
index 18f2855..db5436f 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.7.0",
+ "version": "1.0.0-dev-dev",
"private": true,
"type": "module",
"main": "./dist/index.js",
diff --git a/packages/templates/package.json b/packages/templates/package.json
index 11bbd19..c97989c 100644
--- a/packages/templates/package.json
+++ b/packages/templates/package.json
@@ -1,6 +1,6 @@
{
"name": "@skywalking-horizon-ui/templates",
- "version": "0.7.0",
+ "version": "1.0.0-dev-dev",
"private": true,
"type": "module",
"main": "./dist/index.js",