release: WRNexusJS 0.2.57

This commit is contained in:
2026-07-19 17:45:13 +05:30
parent 14e2878417
commit c0c09426ff
65 changed files with 487 additions and 103 deletions
+9
View File
@@ -575,6 +575,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.57",
id: "semantic-theme-palettes",
description:
"Adds eight semantic UI palettes and validated complete custom palette configuration.",
apply() {
// Existing theme configuration remains compatible; blue is the default palette.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */