Skip to content

Commit 1fce977

Browse files
[ci] release (alpha) (#343)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 282b39e commit 1fce977

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
"calm-trains-camp",
1414
"curvy-seals-sit",
1515
"dirty-papayas-happen",
16+
"dull-singers-mate",
1617
"empty-buses-wonder",
1718
"famous-turkeys-burn",
1819
"five-chairs-poke",
1920
"free-wasps-decide",
21+
"giant-dryers-serve",
2022
"happy-parents-explain",
2123
"healthy-candles-admire",
24+
"healthy-kings-play",
2225
"honest-singers-cough",
2326
"hot-turkeys-knock",
2427
"legal-bags-tie",
@@ -29,6 +32,7 @@
2932
"moody-baboons-greet",
3033
"nasty-parrots-laugh",
3134
"orange-deers-battle",
35+
"sharp-lemons-build",
3236
"short-taxis-cross",
3337
"slimy-roses-own",
3438
"strong-ravens-greet",

packages/core/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.
8+
39
## 1.0.0-alpha.1
410

511
### Minor 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.1",
3+
"version": "1.0.0-alpha.2",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- f10071e: Using the `group` method, task logs can now have groups which themselves can have scrolling windows of logs.
8+
9+
### Patch Changes
10+
11+
- 282b39e: Wrap spinner output to allow for multi-line/wrapped messages.
12+
- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.
13+
- 17d3650: Use a default import for picocolors to avoid run time errors in some environments.
14+
- Updated dependencies [7df841d]
15+
- @clack/core@1.0.0-alpha.2
16+
317
## 1.0.0-alpha.1
418

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

0 commit comments

Comments
 (0)