release: WRNexusJS 0.2.50

This commit is contained in:
2026-07-19 13:08:49 +05:30
parent c72cbbd780
commit 17dc7c1a06
54 changed files with 93 additions and 85 deletions
+8
View File
@@ -517,6 +517,14 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.50",
id: "components-update",
description: "Adds reactive hydration support for server-rendered each loop locals.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */