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

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
(May 22, 2025, 3:34 PM +0100) 737f1725 07ca32dc

+19 -8
-6
.changeset/afraid-ladybugs-drive.md
··· 1 - --- 2 - "@clack/prompts": minor 3 - "@clack/core": minor 4 - --- 5 - 6 - Reverted a change where placeholders were being set as values on return.
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - 07ca32d: Reverted a change where placeholders were being set as values on return. 8 + 3 9 ## 0.4.2 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.4.2", 3 + "version": "0.5.0", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+11
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.11.0 4 + 5 + ### Minor Changes 6 + 7 + - 07ca32d: Reverted a change where placeholders were being set as values on return. 8 + 9 + ### Patch Changes 10 + 11 + - Updated dependencies [07ca32d] 12 + - @clack/core@0.5.0 13 + 3 14 ## 0.10.1 4 15 5 16 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.10.1", 3 + "version": "0.11.0", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",