release: WRNexusJS 0.2.29
This commit is contained in:
@@ -329,6 +329,16 @@ const MIGRATIONS: Migration[] = [
|
||||
// No project file migration is required for this framework release.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.29",
|
||||
id: "workspace-config-improvements",
|
||||
description:
|
||||
"Adds environment-aware workspace domains, app URL helpers, component tag syntax, layouts, and editor improvements.",
|
||||
apply() {
|
||||
// No generated project files require automatic changes.
|
||||
// Existing applications remain compatible with this release.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user