From bd0a4cda1e7b7eac2847e5061d2acf4ec523cade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:14:19 -0400 Subject: [PATCH] chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/add-interactive-module-picker.md | 7 ------- apps/cli/CHANGELOG.md | 8 ++++++++ apps/cli/package.json | 2 +- packages/create-stanza/CHANGELOG.md | 7 +++++++ packages/create-stanza/package.json | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/add-interactive-module-picker.md diff --git a/.changeset/add-interactive-module-picker.md b/.changeset/add-interactive-module-picker.md deleted file mode 100644 index 1c538f4..0000000 --- a/.changeset/add-interactive-module-picker.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"stanza-cli": minor ---- - -`stanza add ` no longer requires a module id. Omit it and, on a TTY, `add` opens an interactive picker of that category's modules — modules that aren't compatible yet (a peer isn't installed) or are already installed render disabled with the reason shown inline. Off a TTY (CI, piped input) it lists the available ids and exits instead of hanging. Typing an id that doesn't exist now drops a TTY user into the same picker rather than failing with an opaque "module not found". - -`stanza remove ` mirrors this for multi-choice categories: omitting the id on a TTY opens a picker over the installed records (it still errors with the installed list off a TTY). diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index fce0b58..0ce7717 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # stanza-cli +## 0.3.0 + +### Minor Changes + +- [#33](https://github.com/jakejarvis/stanza/pull/33) [`8d4a4ec`](https://github.com/jakejarvis/stanza/commit/8d4a4ec415108fca0ab7dd06a5a9e9c52565608f) - `stanza add ` no longer requires a module id. Omit it and, on a TTY, `add` opens an interactive picker of that category's modules — modules that aren't compatible yet (a peer isn't installed) or are already installed render disabled with the reason shown inline. Off a TTY (CI, piped input) it lists the available ids and exits instead of hanging. Typing an id that doesn't exist now drops a TTY user into the same picker rather than failing with an opaque "module not found". + + `stanza remove ` mirrors this for multi-choice categories: omitting the id on a TTY opens a picker over the installed records (it still errors with the installed list off a TTY). + ## 0.2.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index e8d2d3e..f2ccb26 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "stanza-cli", - "version": "0.2.0", + "version": "0.3.0", "description": "Modular monorepo template CLI — shadcn for stacks.", "keywords": [ "boilerplate", diff --git a/packages/create-stanza/CHANGELOG.md b/packages/create-stanza/CHANGELOG.md index 72c90d8..6acd280 100644 --- a/packages/create-stanza/CHANGELOG.md +++ b/packages/create-stanza/CHANGELOG.md @@ -1,5 +1,12 @@ # create-stanza +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`8d4a4ec`](https://github.com/jakejarvis/stanza/commit/8d4a4ec415108fca0ab7dd06a5a9e9c52565608f)]: + - stanza-cli@0.3.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/create-stanza/package.json b/packages/create-stanza/package.json index e8a98c6..0fafc66 100644 --- a/packages/create-stanza/package.json +++ b/packages/create-stanza/package.json @@ -1,6 +1,6 @@ { "name": "create-stanza", - "version": "0.1.2", + "version": "0.1.3", "description": "`npm init stanza` — the canonical entry point to the stanza wizard.", "keywords": [ "cli",