release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+16
View File
@@ -0,0 +1,16 @@
# WRNexusJS 0.6.0 publishing checklist
This archive is a developer test build. Publish only after every command succeeds on a Bun-enabled machine:
```powershell
bun install
bun run validate:0.6
bun run check
bun run release:prepare
bun run --cwd examples/component-showcase generate
bun run --cwd examples/component-showcase test
bun run --cwd examples/component-showcase build
```
Also run old-project migration fixtures, SSR request-isolation tests, CSR navigation/HMR tests, RPC security tests, VS Code extension tests, and smoke tests for existing deployed applications. Publish internally first, test installed packages in clean applications, then run the repository's private/final release command.