File tree Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Expand file tree Collapse file tree 5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 26
26
" hot-turkeys-knock" ,
27
27
" legal-bags-tie" ,
28
28
" lemon-monkeys-help" ,
29
+ " light-waves-jog" ,
29
30
" mean-mice-train" ,
30
31
" mean-turkeys-help" ,
31
32
" mean-years-remain" ,
32
33
" moody-baboons-greet" ,
33
34
" nasty-parrots-laugh" ,
34
35
" orange-deers-battle" ,
36
+ " rich-plants-call" ,
35
37
" sharp-lemons-build" ,
36
38
" short-taxis-cross" ,
39
+ " shy-ideas-shout" ,
37
40
" slimy-roses-own" ,
41
+ " solid-goats-shop" ,
38
42
" strong-ravens-greet" ,
39
43
" sweet-deers-smell" ,
40
44
" tall-cows-fold" ,
Original file line number Diff line number Diff line change 1
1
# @clack/core
2
2
3
+ ## 1.0.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 1604f97: Add ` clearOnError ` option to password prompt to automatically clear input when validation fails
8
+
9
+ ### Patch Changes
10
+
11
+ - 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
12
+
3
13
## 1.0.0-alpha.2
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clack/core" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.3 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
# @clack/prompts
2
2
3
+ ## 1.0.0-alpha.3
4
+
5
+ ### Minor Changes
6
+
7
+ - 76fd17f: Added new ` box ` prompt for rendering boxed text, similar a note.
8
+ - 1604f97: Add ` clearOnError ` option to password prompt to automatically clear input when validation fails
9
+
10
+ ### Patch Changes
11
+
12
+ - 1a45f93: Switched from wrap-ansi to fast-wrap-ansi
13
+ - 4c89dd7: chore: use more accurate type to replace any in group select
14
+ - Updated dependencies [ 1a45f93]
15
+ - Updated dependencies [ 1604f97]
16
+ - @clack/core @1.0.0-alpha.3
17
+
3
18
## 1.0.0-alpha.2
4
19
5
20
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clack/prompts" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.3 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments