release: WRNexusJS 0.2.44

This commit is contained in:
2026-07-15 19:41:42 +05:30
parent 0f915c3c98
commit 8a8328a308
57 changed files with 642 additions and 149 deletions
+9
View File
@@ -474,6 +474,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.45",
id: "conditions-bug",
description:
"Adds server-rendered component each/if blocks and fixes dynamic component rendering.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */