release: WRNexusJS 0.2.47

This commit is contained in:
2026-07-18 13:12:16 +05:30
parent 973d580bc5
commit d22824fa62
57 changed files with 420 additions and 129 deletions
+9
View File
@@ -492,6 +492,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.47",
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. */