release: WRNexusJS 0.5.14
This commit is contained in:
@@ -1161,6 +1161,22 @@ const MIGRATIONS: Migration[] = [
|
||||
// Gateway, helper, validation, and UI improvements are package-managed.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.5.13",
|
||||
id: "preserve-theme-accent-during-hmr",
|
||||
description: "Preserves the user's active theme and accent palette during HMR morph updates.",
|
||||
apply() {
|
||||
// Runtime-only framework fix. No project files require migration.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.5.14",
|
||||
id: "preserve-theme-accent-during-hmr",
|
||||
description: "Preserves the user's active theme and accent palette during HMR morph updates.",
|
||||
apply() {
|
||||
// Runtime-only framework fix. No project files require migration.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user