fix(release,test): streamline release UI bundling and add npm fixture registry configuration

This commit is contained in:
2026-03-21 10:58:44 +00:00
parent f44b03b47d
commit 9c4636906a
5 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-21 - 1.8.1 - fix(release,test)
streamline release UI bundling and add npm fixture registry configuration
- Update the release workflow to build the UI with tsbundle directly instead of installing UI-specific dependencies and running a separate bundling script
- Add an .npmrc fixture for the demo npm package to configure the scoped registry and authentication token for local registry tests
## 2026-03-21 - 1.8.0 - feat(web)
add public package browsing and organization redirect management