feat: support WRN imports and dynamic public shell

This commit is contained in:
2026-07-21 11:15:06 +05:30
parent 0013c0771d
commit 2ca2d02b22
82 changed files with 959 additions and 174 deletions
+9
View File
@@ -734,6 +734,15 @@ const MIGRATIONS: Migration[] = [
// Shared UI visuals improve automatically after updating and rebuilding.
},
},
{
version: "0.2.74",
id: "wrn-imports-and-dynamic-public-shell",
description:
"Adds top-level WRN imports and data-driven public header and footer navigation, actions, links, and labels.",
apply() {
// Language and shared UI behavior improve automatically after updating.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */