release: WRNexusJS 0.2.35

This commit is contained in:
2026-07-15 08:19:54 +05:30
parent cade812569
commit 2c6e6f6de3
55 changed files with 141 additions and 86 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.34",
"version": "0.2.35",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -384,6 +384,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.35",
id: "class-bug",
description:
"Fixes component behavior encoding, lifecycle and watcher metadata parsing, CSR cleanup, and reactive form control property updates.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */