release: WRNexusJS 0.2.30

This commit is contained in:
2026-07-14 20:01:16 +05:30
parent e6dbb5b0fc
commit 3cfdc747fa
54 changed files with 155 additions and 96 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.29",
"version": "0.2.30",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -339,6 +339,15 @@ const MIGRATIONS: Migration[] = [
// Existing applications remain compatible with this release.
},
},
{
version: "0.2.30",
id: "workspace-config-auth-improvements",
description:
"Adds dynamic workspace origins, workspace forward-auth resolution, layout support, component tag syntax, and editor improvements.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */