[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
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (alpha) (#422)

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

+16 -1
+5
.changeset/pre.json
··· 18 18 "crazy-ducks-shine", 19 19 "cruel-hairs-swim", 20 20 "curvy-seals-sit", 21 + "dirty-areas-sin", 21 22 "dirty-papayas-happen", 22 23 "dull-singers-mate", 24 + "early-maps-carry", 23 25 "empty-buses-wonder", 24 26 "evil-rats-turn", 25 27 "famous-turkeys-burn", ··· 55 57 "short-squids-battle", 56 58 "short-taxis-cross", 57 59 "shy-ideas-shout", 60 + "silent-news-share", 58 61 "slimy-roses-own", 59 62 "solid-goats-shop", 60 63 "strong-ravens-greet", 61 64 "sweet-deers-smell", 65 + "sweet-garlics-win", 62 66 "tall-cows-fold", 63 67 "tall-keys-allow", 68 + "tasty-candies-tie", 64 69 "thin-socks-travel", 65 70 "three-ideas-refuse", 66 71 "tough-crews-flow",
+10
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.0.0-alpha.8 4 + 5 + ### Patch Changes 6 + 7 + - 43aed55: Change styling of disabled multi-select options to have strikethrough. 8 + - 2feaebb: Fix duplicated logs when scrolling through options with multiline messages by calculating `rowPadding` dynamically based on actual rendered lines instead of using a hardcoded value. 9 + - 42adff8: fix: add missing guide line in autocomplete-multiselect 10 + - 8e2e30a: fix: fix autocomplete bar color when validate 11 + - 9b92161: Show symbol when withGuide is true for log messages 12 + 3 13 ## 1.0.0-alpha.7 4 14 5 15 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.0.0-alpha.7", 3 + "version": "1.0.0-alpha.8", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",