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 @@ -26,15 +26,19 @@
"hot-turkeys-knock",
"legal-bags-tie",
"lemon-monkeys-help",
"light-waves-jog",
"mean-mice-train",
"mean-turkeys-help",
"mean-years-remain",
"moody-baboons-greet",
"nasty-parrots-laugh",
"orange-deers-battle",
"rich-plants-call",
"sharp-lemons-build",
"short-taxis-cross",
"shy-ideas-shout",
"slimy-roses-own",
"solid-goats-shop",
"strong-ravens-greet",
"sweet-deers-smell",
"tall-cows-fold",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @clack/core

## 1.0.0-alpha.3

### Minor Changes

- 1604f97: Add `clearOnError` option to password prompt to automatically clear input when validation fails

### Patch Changes

- 1a45f93: Switched from wrap-ansi to fast-wrap-ansi

## 1.0.0-alpha.2

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

## 1.0.0-alpha.3

### Minor Changes

- 76fd17f: Added new `box` prompt for rendering boxed text, similar a note.
- 1604f97: Add `clearOnError` option to password prompt to automatically clear input when validation fails

### Patch Changes

- 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
- 4c89dd7: chore: use more accurate type to replace any in group select
- Updated dependencies [1a45f93]
- Updated dependencies [1604f97]
- @clack/[email protected]

## 1.0.0-alpha.2

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