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

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
(Jun 3, 2026, 10:28 AM -0500) 02ae1919 56e9d670

+19 -13
-6
.changeset/great-rabbits-check.md
··· 1 - --- 2 - "@clack/core": patch 3 - "@clack/prompts": patch 4 - --- 5 - 6 - Remove sourcemaps and enable pretty-ish build output.
-5
.changeset/twenty-rockets-lose.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - --- 4 - 5 - docs: add jsdoc for `date`, `limit-options`, and `messages`
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.4.1 4 + 5 + ### Patch Changes 6 + 7 + - [#548](https://github.com/bombshell-dev/clack/pull/548) [`2356e97`](https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb) Thanks [@43081j](https://github.com/43081j)! - Remove sourcemaps and enable pretty-ish build output. 8 + 3 9 ## 1.4.0 4 10 5 11 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.4.0", 3 + "version": "1.4.1", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",
+11
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.5.1 4 + 5 + ### Patch Changes 6 + 7 + - [#548](https://github.com/bombshell-dev/clack/pull/548) [`2356e97`](https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb) Thanks [@43081j](https://github.com/43081j)! - Remove sourcemaps and enable pretty-ish build output. 8 + 9 + - [#546](https://github.com/bombshell-dev/clack/pull/546) [`56e9d67`](https://github.com/bombshell-dev/clack/commit/56e9d6707715bc858d9c2dbc444230b02813e809) Thanks [@ghostdevv](https://github.com/ghostdevv)! - docs: add jsdoc for `date`, `limit-options`, and `messages` 10 + 11 + - Updated dependencies [[`2356e97`](https://github.com/bombshell-dev/clack/commit/2356e97c1f46007ead55133c3a26910404ef1cfb)]: 12 + - @clack/core@1.4.1 13 + 3 14 ## 1.5.0 4 15 5 16 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.5.0", 3 + "version": "1.5.1", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",