release: WRNexusJS 0.2.27

This commit is contained in:
2026-07-14 14:40:13 +05:30
parent fef4218a07
commit d3094010af
64 changed files with 763 additions and 244 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.26",
"version": "0.2.27",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -313,6 +313,14 @@ const MIGRATIONS: Migration[] = [
// No project file migration is required for this framework release.
},
},
{
version: "0.2.27",
id: "component-improvements-tag",
description: "Adds Component renders system allowed 2 ways.",
apply() {
// No project file migration is required for this framework release.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */