release: WRNexusJS 0.2.52

This commit is contained in:
2026-07-19 14:23:10 +05:30
parent 646d16f83d
commit 3bb096057e
64 changed files with 929 additions and 88 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.51",
"version": "0.2.52",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -533,6 +533,14 @@ const MIGRATIONS: Migration[] = [
// No generated application files require automatic migration.
},
},
{
version: "0.2.52",
id: "shared-marketing-components",
description: "Adds reusable FAQ, announcement, and back-to-top UI components.",
apply() {
// No generated application files require automatic migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */