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

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

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(Apr 29, 2026, 2:10 PM EDT) 05bfd435 3c51b31c

+25 -24
-5
.changeset/afraid-pets-notice.md
··· 1 - --- 2 - "@clack/core": minor 3 - --- 4 - 5 - Remove unused `debug` option key.
-5
.changeset/honest-crews-go.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - --- 4 - 5 - Fix mixed type-only and runtime exports from @clack/core.
-6
.changeset/mean-squids-slide.md
··· 1 - --- 2 - "@clack/prompts": minor 3 - "@clack/core": minor 4 - --- 5 - 6 - fix: add engines field expressing node >=20.12 requirement
-6
.changeset/ninety-seals-teach.md
··· 1 - --- 2 - "@clack/prompts": minor 3 - "@clack/core": minor 4 - --- 5 - 6 - Add new multiline prompt for multi-line text input.
+8
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 78fd3ae: Remove unused `debug` option key. 8 + - ea5702e: fix: add engines field expressing node >=20.12 requirement 9 + - 814ab9a: Add new multiline prompt for multi-line text input. 10 + 3 11 ## 1.2.0 4 12 5 13 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.2.0", 3 + "version": "1.3.0", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",
+15
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - ea5702e: fix: add engines field expressing node >=20.12 requirement 8 + - 814ab9a: Add new multiline prompt for multi-line text input. 9 + 10 + ### Patch Changes 11 + 12 + - 5b897a7: Fix mixed type-only and runtime exports from @clack/core. 13 + - Updated dependencies [78fd3ae] 14 + - Updated dependencies [ea5702e] 15 + - Updated dependencies [814ab9a] 16 + - @clack/core@1.3.0 17 + 3 18 ## 1.2.0 4 19 5 20 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.2.0", 3 + "version": "1.3.0", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",