release: WRNexusJS 0.2.33

This commit is contained in:
2026-07-14 23:13:46 +05:30
parent 959ed24009
commit 936488ac06
56 changed files with 174 additions and 96 deletions
+9
View File
@@ -366,6 +366,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.33",
id: "fix-runtime-bug",
description:
"Fixes safe encoding and browser parsing of multiline component behavior metadata.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */