From 36a9287598dcd7f2de1d74adc2a4cfb95311211f Mon Sep 17 00:00:00 2001 From: Alberto Arroyo Raygada Date: Thu, 4 Jun 2026 15:15:24 -0500 Subject: [PATCH] chore(main): release cli 1.2.0 --- .release-please-manifest.json | 2 +- sdk/cli/CHANGELOG.md | 14 ++++++++++++++ sdk/cli/package-lock.json | 4 ++-- sdk/cli/package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47593bf3..ce10296a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "sdk/cli": "1.1.0" + "sdk/cli": "1.2.0" } diff --git a/sdk/cli/CHANGELOG.md b/sdk/cli/CHANGELOG.md index f5c9f3b7..17347f8d 100644 --- a/sdk/cli/CHANGELOG.md +++ b/sdk/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/beyondnetcode/evolith_arch32/compare/cli-v1.1.0...cli-v1.2.0) (2026-06-04) + + +### Features + +* **cli:** add evolutionary phase routing and selective SDLC domain generation ([5daa68b](https://github.com/beyondnetcode/evolith_arch32/commit/5daa68b86030b98ac5c7f6b42fbafdea3d9e3f47)) +* **cli:** add extensible scaffolding command via strategy pattern and fix missing shebang ([06a1d33](https://github.com/beyondnetcode/evolith_arch32/commit/06a1d33a9b422a842697f4f45945a3bd776fb522)) +* **cli:** prompt user dynamically for api, host, and remote app names ([561dafe](https://github.com/beyondnetcode/evolith_arch32/commit/561dafe3a7621a17b540cae5d808aedc872fee27)) + + +### Bug Fixes + +* **cli:** add legacy peer deps to prevent ERESOLVE during MFE generation ([706e0dc](https://github.com/beyondnetcode/evolith_arch32/commit/706e0dc2857ba9955932d46e8ef003228826dcca)) + ## [1.1.0](https://github.com/beyondnetcode/evolith_arch32/compare/cli-v1.0.3...cli-v1.1.0) (2026-06-04) diff --git a/sdk/cli/package-lock.json b/sdk/cli/package-lock.json index 2faf67ad..06bbe796 100644 --- a/sdk/cli/package-lock.json +++ b/sdk/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@evolith/cli", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@evolith/cli", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "dependencies": { "@clack/prompts": "^1.5.1", diff --git a/sdk/cli/package.json b/sdk/cli/package.json index 2bf12de3..464425bb 100644 --- a/sdk/cli/package.json +++ b/sdk/cli/package.json @@ -1,6 +1,6 @@ { "name": "@evolith/cli", - "version": "1.1.0", + "version": "1.2.0", "description": "Evolith SDK Command Line Interface", "main": "dist/main.js", "bin": {