Skip to content
Open
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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@
"empty-buses-wonder",
"famous-turkeys-burn",
"five-chairs-poke",
"floppy-laws-tan",
"free-wasps-decide",
"giant-dryers-serve",
"great-lies-dance",
"happy-parents-explain",
"healthy-candles-admire",
"healthy-kings-play",
"honest-singers-cough",
"hot-turkeys-knock",
"kind-yaks-clean",
"late-squids-obey",
"legal-bags-tie",
"lemon-monkeys-help",
"light-waves-jog",
"lucky-dragons-think",
"mean-mice-train",
"mean-turkeys-help",
"mean-years-remain",
Expand All @@ -36,6 +41,7 @@
"orange-deers-battle",
"rich-plants-call",
"sharp-lemons-build",
"short-squids-battle",
"short-taxis-cross",
"shy-ideas-shout",
"slimy-roses-own",
Expand All @@ -44,6 +50,8 @@
"sweet-deers-smell",
"tall-cows-fold",
"thin-socks-travel",
"three-ideas-refuse",
"tough-crews-flow",
"upset-showers-grow",
"violet-hornets-turn"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @clack/core

## 1.0.0-alpha.5

### Minor Changes

- 55645c2: Support wrapping autocomplete and select prompts.

### Patch Changes

- 71b5029: Add missing nullish checks around values.
- 2310b43: Allow custom writables as output stream.

## 1.0.0-alpha.4

### Patch 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.4",
"version": "1.0.0-alpha.5",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
20 changes: 20 additions & 0 deletions packages/prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @clack/prompts

## 1.0.0-alpha.5

### Minor Changes

- 55645c2: Support wrapping autocomplete and select prompts.

### Patch Changes

- 9999adf: fix note component overflow bug
- 2839c66: fix(note): hard wrap text to column limit
- 71b5029: Add missing nullish checks around values.
- d25f6d0: fix(note, box): handle CJK correctly
- 0b852e1: Handle `stop` calls on spinners which have not yet been started.
- 09e596c: refactor(progress): remove unnecessary return statement in start function
- 2310b43: Allow custom writables as output stream.
- Updated dependencies [71b5029]
- Updated dependencies [55645c2]
- Updated dependencies [2310b43]
- @clack/[email protected]

## 1.0.0-alpha.4

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