chore(release): prepare WRNexusJS 0.2.73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.72",
|
||||
"version": "0.2.73",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user