release: WRNexusJS 0.2.41

This commit is contained in:
2026-07-15 14:52:56 +05:30
parent 0006aef2c4
commit 4230de7065
55 changed files with 272 additions and 180 deletions
+9
View File
@@ -438,6 +438,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.41",
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. */