This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from a17043c release: 0.4.0 prep — CHANGELOG + doc drift fixes
new 649d23c release: 0.5.0-dev — release.sh + dist LICENSE/NOTICE tooling
+ CI dep-license job
new 3aa68ca ui: restore service picker on layer trace tab
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yaml | 61 ++-
.licenserc.yaml | 5 +
CHANGELOG.md | 11 +
apps/bff/package.json | 2 +-
apps/bff/src/server.ts | 2 +-
apps/ui/package.json | 2 +-
apps/ui/src/shell/router/index.ts | 16 +-
LICENSE => dist-material/release-docs/LICENSE.tpl | 50 +-
dist-material/release-docs/NOTICE.tpl | 12 +
package.json | 2 +-
packages/api-client/package.json | 2 +-
packages/design-tokens/package.json | 2 +-
packages/templates/package.json | 2 +-
scripts/check-dist-licenses.mjs | 163 +++++++
scripts/collect-dist-licenses.mjs | 263 +++++++++++
scripts/release.sh | 540 ++++++++++++++++++++++
16 files changed, 1083 insertions(+), 52 deletions(-)
copy LICENSE => dist-material/release-docs/LICENSE.tpl (80%)
create mode 100644 dist-material/release-docs/NOTICE.tpl
create mode 100644 scripts/check-dist-licenses.mjs
create mode 100644 scripts/collect-dist-licenses.mjs
create mode 100755 scripts/release.sh