mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 16:55:58 -04:00
chore: release
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
da603bd1f8
commit
bd0a4cda1e
@@ -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).
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "stanza-cli",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Modular monorepo template CLI — shadcn for stacks.",
|
||||
"keywords": [
|
||||
"boilerplate",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user