[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

authored by

github-actions[bot] and committed by
Nate Moore
(Mar 5, 2023, 10:11 AM -0600) 30a78350 cb1111ef

+7 -6
-5
.changeset/olive-birds-brush.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - --- 4 - 5 - Support complex value types for `select`, `multiselect` and `groupMultiselect`.
+6
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.6.1 4 + 5 + ### Patch Changes 6 + 7 + - ca08fb6: Support complex value types for `select`, `multiselect` and `groupMultiselect`. 8 + 3 9 ## 0.6.0 4 10 5 11 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.6.0", 3 + "version": "0.6.1", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",