release: WRNexusJS 0.2.56

This commit is contained in:
2026-07-19 17:25:37 +05:30
parent 12beb6f4ba
commit 180239ef4c
59 changed files with 375 additions and 85 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.55",
"version": "0.2.56",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -566,6 +566,15 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.56",
id: "ui-motion-system",
description:
"Adds consistent, accessible motion and modern interactions across the shared UI catalog.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */