Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"crazy-ducks-shine",
"cruel-hairs-swim",
"curvy-seals-sit",
"dirty-areas-sin",
"dirty-papayas-happen",
"dull-singers-mate",
"early-maps-carry",
"empty-buses-wonder",
"evil-rats-turn",
"famous-turkeys-burn",
Expand Down Expand Up @@ -55,12 +57,15 @@
"short-squids-battle",
"short-taxis-cross",
"shy-ideas-shout",
"silent-news-share",
"slimy-roses-own",
"solid-goats-shop",
"strong-ravens-greet",
"sweet-deers-smell",
"sweet-garlics-win",
"tall-cows-fold",
"tall-keys-allow",
"tasty-candies-tie",
"thin-socks-travel",
"three-ideas-refuse",
"tough-crews-flow",
Expand Down
10 changes: 10 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @clack/prompts

## 1.0.0-alpha.8

### Patch Changes

- 43aed55: Change styling of disabled multi-select options to have strikethrough.
- 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.
- 42adff8: fix: add missing guide line in autocomplete-multiselect
- 8e2e30a: fix: fix autocomplete bar color when validate
- 9b92161: Show symbol when withGuide is true for log messages

## 1.0.0-alpha.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/prompts",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
Loading