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
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"calm-trains-camp",
"curvy-seals-sit",
"dirty-papayas-happen",
"dull-singers-mate",
"empty-buses-wonder",
"famous-turkeys-burn",
"five-chairs-poke",
"free-wasps-decide",
"giant-dryers-serve",
"happy-parents-explain",
"healthy-candles-admire",
"healthy-kings-play",
"honest-singers-cough",
"hot-turkeys-knock",
"legal-bags-tie",
Expand All @@ -29,6 +32,7 @@
"moody-baboons-greet",
"nasty-parrots-laugh",
"orange-deers-battle",
"sharp-lemons-build",
"short-taxis-cross",
"slimy-roses-own",
"strong-ravens-greet",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @clack/core

## 1.0.0-alpha.2

### Patch Changes

- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.

## 1.0.0-alpha.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clack/core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
14 changes: 14 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @clack/prompts

## 1.0.0-alpha.2

### Minor Changes

- f10071e: Using the `group` method, task logs can now have groups which themselves can have scrolling windows of logs.

### Patch Changes

- 282b39e: Wrap spinner output to allow for multi-line/wrapped messages.
- 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.
- 17d3650: Use a default import for picocolors to avoid run time errors in some environments.
- Updated dependencies [7df841d]
- @clack/[email protected]

## 1.0.0-alpha.1

### 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.1",
"version": "1.0.0-alpha.2",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down