release: prepare WRNexusJS 0.2.66

This commit is contained in:
2026-07-20 00:10:04 +05:30
parent 1745d8d676
commit b95bdc6e77
27 changed files with 35 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.65",
"version": "0.2.66",
"type": "module",
"main": "src/index.ts",
"exports": {
+9
View File
@@ -655,6 +655,15 @@ const MIGRATIONS: Migration[] = [
// The production gateway applies the private bind address automatically.
},
},
{
version: "0.2.66",
id: "named-workspace-environments-and-reusable-public-chrome",
description:
"Adds top-level named workspace environment commands and data-driven public announcement, header, and footer components.",
apply() {
// Existing workspaces gain the CLI command aliases and optional UI props automatically.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */