feat: support WRN imports and dynamic public shell
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user