[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) (#380)

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
(Sep 22, 2025, 9:44 AM +0100) 73b88da8 55645c28

+41 -2
+8
.changeset/pre.json
··· 18 18 "empty-buses-wonder", 19 19 "famous-turkeys-burn", 20 20 "five-chairs-poke", 21 + "floppy-laws-tan", 21 22 "free-wasps-decide", 22 23 "giant-dryers-serve", 24 + "great-lies-dance", 23 25 "happy-parents-explain", 24 26 "healthy-candles-admire", 25 27 "healthy-kings-play", 26 28 "honest-singers-cough", 27 29 "hot-turkeys-knock", 30 + "kind-yaks-clean", 31 + "late-squids-obey", 28 32 "legal-bags-tie", 29 33 "lemon-monkeys-help", 30 34 "light-waves-jog", 35 + "lucky-dragons-think", 31 36 "mean-mice-train", 32 37 "mean-turkeys-help", 33 38 "mean-years-remain", ··· 36 41 "orange-deers-battle", 37 42 "rich-plants-call", 38 43 "sharp-lemons-build", 44 + "short-squids-battle", 39 45 "short-taxis-cross", 40 46 "shy-ideas-shout", 41 47 "slimy-roses-own", ··· 44 50 "sweet-deers-smell", 45 51 "tall-cows-fold", 46 52 "thin-socks-travel", 53 + "three-ideas-refuse", 54 + "tough-crews-flow", 47 55 "upset-showers-grow", 48 56 "violet-hornets-turn" 49 57 ]
+11
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.0.0-alpha.5 4 + 5 + ### Minor Changes 6 + 7 + - 55645c2: Support wrapping autocomplete and select prompts. 8 + 9 + ### Patch Changes 10 + 11 + - 71b5029: Add missing nullish checks around values. 12 + - 2310b43: Allow custom writables as output stream. 13 + 3 14 ## 1.0.0-alpha.4 4 15 5 16 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.0.0-alpha.4", 3 + "version": "1.0.0-alpha.5", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",
+20
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.0.0-alpha.5 4 + 5 + ### Minor Changes 6 + 7 + - 55645c2: Support wrapping autocomplete and select prompts. 8 + 9 + ### Patch Changes 10 + 11 + - 9999adf: fix note component overflow bug 12 + - 2839c66: fix(note): hard wrap text to column limit 13 + - 71b5029: Add missing nullish checks around values. 14 + - d25f6d0: fix(note, box): handle CJK correctly 15 + - 0b852e1: Handle `stop` calls on spinners which have not yet been started. 16 + - 09e596c: refactor(progress): remove unnecessary return statement in start function 17 + - 2310b43: Allow custom writables as output stream. 18 + - Updated dependencies [71b5029] 19 + - Updated dependencies [55645c2] 20 + - Updated dependencies [2310b43] 21 + - @clack/core@1.0.0-alpha.5 22 + 3 23 ## 1.0.0-alpha.4 4 24 5 25 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.0.0-alpha.4", 3 + "version": "1.0.0-alpha.5", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",