chore(release): prepare WRNexusJS 0.2.72

This commit is contained in:
2026-07-20 16:15:03 +05:30
parent 45e6fd3cb9
commit 0b8856b3b5
311 changed files with 1006 additions and 430 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.71",
"version": "0.2.72",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -716,6 +716,15 @@ const MIGRATIONS: Migration[] = [
// Public URL handling improves automatically after updating and rebuilding.
},
},
{
version: "0.2.72",
id: "fresh-linked-ui-compilation",
description:
"Refreshes the shared UI catalog and makes WRN compilation caches follow source content across package updates and linked dependencies.",
apply() {
// Component and cache behavior improves automatically after updating.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */