release: WRNexusJS 0.2.40

This commit is contained in:
2026-07-15 13:42:18 +05:30
parent 29bbeefe92
commit 7dfca4a190
3 changed files with 175 additions and 1 deletions
+9
View File
@@ -429,6 +429,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.40",
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. */