release: WRNexusJS 0.2.35

This commit is contained in:
2026-07-15 08:57:07 +05:30
parent 2c6e6f6de3
commit afb14c2fbf
55 changed files with 160 additions and 89 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.35",
"version": "0.2.36",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -393,6 +393,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.36",
id: "attribute-bug",
description:
"Adds support for Tailwind arbitrary-value class directives and improves reactive class bindings.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */