Skip to content

Commit c0a2d2f

Browse files
[ci] release (alpha)
1 parent 9b92161 commit c0a2d2f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"crazy-ducks-shine",
1919
"cruel-hairs-swim",
2020
"curvy-seals-sit",
21+
"dirty-areas-sin",
2122
"dirty-papayas-happen",
2223
"dull-singers-mate",
24+
"early-maps-carry",
2325
"empty-buses-wonder",
2426
"evil-rats-turn",
2527
"famous-turkeys-burn",
@@ -61,6 +63,7 @@
6163
"sweet-deers-smell",
6264
"tall-cows-fold",
6365
"tall-keys-allow",
66+
"tasty-candies-tie",
6467
"thin-socks-travel",
6568
"three-ideas-refuse",
6669
"tough-crews-flow",

packages/prompts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clack/prompts
22

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+
- 9b92161: Show symbol when withGuide is true for log messages
10+
311
## 1.0.0-alpha.7
412

513
### Minor Changes

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)