release: WRNexusJS 0.3.6

This commit is contained in:
2026-07-24 15:30:48 +05:30
parent c81dedff17
commit d0aded0392
60 changed files with 107 additions and 99 deletions
+8
View File
@@ -993,6 +993,14 @@ const MIGRATIONS: Migration[] = [
// Compiler-only fix. Existing WRN source files require no migration.
},
},
{
version: "0.3.6",
id: "new-component-added",
description: "UI component Added.",
apply() {
// Compiler-only fix. Existing WRN source files require no migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */