Skip to content

Commit 73b88da

Browse files
[ci] release (alpha) (bombshell-dev#380)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55645c2 commit 73b88da

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,21 @@
1818
"empty-buses-wonder",
1919
"famous-turkeys-burn",
2020
"five-chairs-poke",
21+
"floppy-laws-tan",
2122
"free-wasps-decide",
2223
"giant-dryers-serve",
24+
"great-lies-dance",
2325
"happy-parents-explain",
2426
"healthy-candles-admire",
2527
"healthy-kings-play",
2628
"honest-singers-cough",
2729
"hot-turkeys-knock",
30+
"kind-yaks-clean",
31+
"late-squids-obey",
2832
"legal-bags-tie",
2933
"lemon-monkeys-help",
3034
"light-waves-jog",
35+
"lucky-dragons-think",
3136
"mean-mice-train",
3237
"mean-turkeys-help",
3338
"mean-years-remain",
@@ -36,6 +41,7 @@
3641
"orange-deers-battle",
3742
"rich-plants-call",
3843
"sharp-lemons-build",
44+
"short-squids-battle",
3945
"short-taxis-cross",
4046
"shy-ideas-shout",
4147
"slimy-roses-own",
@@ -44,6 +50,8 @@
4450
"sweet-deers-smell",
4551
"tall-cows-fold",
4652
"thin-socks-travel",
53+
"three-ideas-refuse",
54+
"tough-crews-flow",
4755
"upset-showers-grow",
4856
"violet-hornets-turn"
4957
]

packages/core/CHANGELOG.md

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

3+
## 1.0.0-alpha.5
4+
5+
### Minor Changes
6+
7+
- 55645c2: Support wrapping autocomplete and select prompts.
8+
9+
### Patch Changes
10+
11+
- 71b5029: Add missing nullish checks around values.
12+
- 2310b43: Allow custom writables as output stream.
13+
314
## 1.0.0-alpha.4
415

516
### Patch Changes

packages/core/package.json

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

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.5
4+
5+
### Minor Changes
6+
7+
- 55645c2: Support wrapping autocomplete and select prompts.
8+
9+
### Patch Changes
10+
11+
- 9999adf: fix note component overflow bug
12+
- 2839c66: fix(note): hard wrap text to column limit
13+
- 71b5029: Add missing nullish checks around values.
14+
- d25f6d0: fix(note, box): handle CJK correctly
15+
- 0b852e1: Handle `stop` calls on spinners which have not yet been started.
16+
- 09e596c: refactor(progress): remove unnecessary return statement in start function
17+
- 2310b43: Allow custom writables as output stream.
18+
- Updated dependencies [71b5029]
19+
- Updated dependencies [55645c2]
20+
- Updated dependencies [2310b43]
21+
- @clack/core@1.0.0-alpha.5
22+
323
## 1.0.0-alpha.4
424

525
### Patch 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.4",
3+
"version": "1.0.0-alpha.5",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)