release: WRNexusJS 0.2.28

This commit is contained in:
2026-07-14 15:13:58 +05:30
parent d3094010af
commit 56027531ef
56 changed files with 175 additions and 95 deletions
+8
View File
@@ -321,6 +321,14 @@ const MIGRATIONS: Migration[] = [
// No project file migration is required for this framework release.
},
},
{
version: "0.2.28",
id: "layout-component-improvements",
description: "Added new block layout for component and improved component rendering.",
apply() {
// No project file migration is required for this framework release.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */