chore: release

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-13 15:14:19 -04:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent da603bd1f8
commit bd0a4cda1e
5 changed files with 17 additions and 9 deletions
@@ -1,7 +0,0 @@
---
"stanza-cli": minor
---
`stanza add <category>` 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 <category>` 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).
+8
View File
@@ -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 <category>` 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 <category>` 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
+1 -1
View File
@@ -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",
+7
View File
@@ -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
+1 -1
View File
@@ -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",