chore(release): prepare WRNexusJS 0.2.73

This commit is contained in:
2026-07-20 16:34:20 +05:30
parent 0b8856b3b5
commit 0013c0771d
66 changed files with 234 additions and 125 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.72",
"version": "0.2.73",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -725,6 +725,15 @@ const MIGRATIONS: Migration[] = [
// Component and cache behavior improves automatically after updating.
},
},
{
version: "0.2.73",
id: "polished-auth-component-visuals",
description:
"Updates shared authentication actions and notices with reliable built-in icons, semantic color treatments, and polished sizing.",
apply() {
// Shared UI visuals improve automatically after updating and rebuilding.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */