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

authored by

Nate Moore and committed by
GitHub
(Feb 17, 2023, 6:42 AM -0600) c0f34693 3d51f755

+7 -6
-5
.changeset/many-walls-happen.md
··· 1 - --- 2 - '@clack/prompts': patch 3 - --- 4 - 5 - Fix text cancel display bug
+6
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.4.3 4 + 5 + ### Patch Changes 6 + 7 + - 83d890e: Fix text cancel display bug 8 + 3 9 ## 0.4.2 4 10 5 11 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.4.2", 3 + "version": "0.4.3", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",