release: WRNexusJS 0.2.43

This commit is contained in:
2026-07-15 18:41:55 +05:30
parent 9070a1ef9c
commit 9aa13fb4db
55 changed files with 534 additions and 120 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.42",
"version": "0.2.43",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -456,6 +456,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.43",
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. */