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

authored by

Nate Moore and committed by
GitHub
(Feb 21, 2024, 10:26 AM -0600) 0cb17d3b d9e21c9c

+23 -31
-5
.changeset/bright-rules-yell.md
··· 1 - --- 2 - '@clack/prompts': patch 3 - --- 4 - 5 - Feat multiselect maxItems option
-5
.changeset/curvy-lobsters-tell.md
··· 1 - --- 2 - '@clack/prompts': minor 3 - --- 4 - 5 - Add tasks function for executing tasks in spinners
-5
.changeset/olive-walls-clean.md
··· 1 - --- 2 - '@clack/core': patch 3 - --- 4 - 5 - fix(@clack/core): keyboard input not working after await in spinner
-5
.changeset/red-news-rule.md
··· 1 - --- 2 - '@clack/core': patch 3 - --- 4 - 5 - feat(@clack/core): allow tab completion for placeholders
-5
.changeset/red-seas-try.md
··· 1 - --- 2 - '@clack/prompts': patch 3 - --- 4 - 5 - fix: clear `spinner` hooks on `spinner.stop`
-2
.changeset/small-pens-refuse.md
··· 1 - --- 2 - ---
-2
.changeset/stale-pans-approve.md
··· 1 - --- 2 - ---
+7
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.3.4 4 + 5 + ### Patch Changes 6 + 7 + - a04e418: fix(@clack/core): keyboard input not working after await in spinner 8 + - 4f6fcf5: feat(@clack/core): allow tab completion for placeholders 9 + 3 10 ## 0.3.3 4 11 5 12 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.3.3", 3 + "version": "0.3.4", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+14
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.8.0 4 + 5 + ### Minor Changes 6 + 7 + - 9acccde: Add tasks function for executing tasks in spinners 8 + 9 + ### Patch Changes 10 + 11 + - b5c6b9b: Feat multiselect maxItems option 12 + - 50ed94a: fix: clear `spinner` hooks on `spinner.stop` 13 + - Updated dependencies [a04e418] 14 + - Updated dependencies [4f6fcf5] 15 + - @clack/core@0.3.4 16 + 3 17 ## 0.7.0 4 18 5 19 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.7.0", 3 + "version": "0.8.0", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",