release: WRNexusJS 0.2.53

This commit is contained in:
2026-07-19 14:40:06 +05:30
parent 3bb096057e
commit 7cee13526e
56 changed files with 97 additions and 89 deletions
+8
View File
@@ -541,6 +541,14 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.53",
id: "faq-accordion-tailwind-safelist",
description: "Ensures conditional FAQ accordion layout utilities are generated by Tailwind.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */