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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.49",
"version": "0.2.50",
"type": "module",
"main": "src/index.ts",
"exports": {
+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. */