[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (alpha) (#375)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
github-actions[bot]
and committed by
GitHub
(Aug 19, 2025, 11:27 AM +0100) b5016e89 ae84dd09

+21 -3
+4 -1
.changeset/pre.json
··· 11 11 "afraid-socks-deny", 12 12 "bright-hornets-destroy", 13 13 "calm-trains-camp", 14 + "cruel-hairs-swim", 14 15 "curvy-seals-sit", 15 16 "dirty-papayas-happen", 16 17 "dull-singers-mate", ··· 42 43 "strong-ravens-greet", 43 44 "sweet-deers-smell", 44 45 "tall-cows-fold", 45 - "thin-socks-travel" 46 + "thin-socks-travel", 47 + "upset-showers-grow", 48 + "violet-hornets-turn" 46 49 ] 47 50 }
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.0.0-alpha.4 4 + 5 + ### Patch Changes 6 + 7 + - d98e033: add invert selection for multiselect prompt 8 + 3 9 ## 1.0.0-alpha.3 4 10 5 11 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.0.0-alpha.3", 3 + "version": "1.0.0-alpha.4", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",
+9
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.0.0-alpha.4 4 + 5 + ### Patch Changes 6 + 7 + - 7b009df: Fix spinner clearing too many lines upwards when non-wrapping. 8 + - ae84dd0: Update key binding text to show tab/space when navigating, and tab otherwise. 9 + - Updated dependencies [d98e033] 10 + - @clack/core@1.0.0-alpha.4 11 + 3 12 ## 1.0.0-alpha.3 4 13 5 14 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.0.0-alpha.3", 3 + "version": "1.0.0-alpha.4", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",