Skip to content

Commit 952778a

Browse files
[ci] release (alpha)
1 parent 2feaebb commit 952778a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

Lines changed: 2 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",

packages/prompts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
## 1.0.0-alpha.7
411

512
### 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)