File tree Expand file tree Collapse file tree 5 files changed +32
-4
lines changed Expand file tree Collapse file tree 5 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 17
17
" famous-turkeys-burn" ,
18
18
" five-chairs-poke" ,
19
19
" free-wasps-decide" ,
20
+ " giant-dryers-serve" ,
20
21
" happy-parents-explain" ,
21
22
" healthy-candles-admire" ,
23
+ " healthy-kings-play" ,
22
24
" honest-singers-cough" ,
23
25
" hot-turkeys-knock" ,
24
26
" legal-bags-tie" ,
29
31
" moody-baboons-greet" ,
30
32
" nasty-parrots-laugh" ,
31
33
" orange-deers-battle" ,
34
+ " sharp-lemons-build" ,
32
35
" short-taxis-cross" ,
33
36
" slimy-roses-own" ,
34
37
" strong-ravens-greet" ,
Original file line number Diff line number Diff line change 1
1
# @clack/core
2
2
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
+
3
9
## 1.0.0-alpha.1
4
10
5
11
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @clack/core" ,
3
- "version" : " 1.0.0-alpha.1 " ,
3
+ "version" : " 1.0.0-alpha.2 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
21
21
"url" : " https://github.com/bombshell-dev/clack/issues"
22
22
},
23
23
"homepage" : " https://github.com/bombshell-dev/clack/tree/main/packages/core#readme" ,
24
- "files" : [" dist" , " CHANGELOG.md" ],
24
+ "files" : [
25
+ " dist" ,
26
+ " CHANGELOG.md"
27
+ ],
25
28
"keywords" : [
26
29
" ask" ,
27
30
" clack" ,
Original file line number Diff line number Diff line change 1
1
# @clack/prompts
2
2
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
+ - 7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.
12
+ - 17d3650: Use a default import for picocolors to avoid run time errors in some environments.
13
+ - Updated dependencies [ 7df841d]
14
+ - @clack/core @1.0.0-alpha.2
15
+
3
16
## 1.0.0-alpha.1
4
17
5
18
### 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.1 " ,
3
+ "version" : " 1.0.0-alpha.2 " ,
4
4
"type" : " module" ,
5
5
"main" : " ./dist/index.mjs" ,
6
6
"module" : " ./dist/index.mjs" ,
21
21
"url" : " https://github.com/bombshell-dev/clack/issues"
22
22
},
23
23
"homepage" : " https://github.com/bombshell-dev/clack/tree/main/packages/prompts#readme" ,
24
- "files" : [" dist" , " CHANGELOG.md" ],
24
+ "files" : [
25
+ " dist" ,
26
+ " CHANGELOG.md"
27
+ ],
25
28
"author" : {
26
29
"name" : " Nate Moore" ,
27
30
You can’t perform that action at this time.
0 commit comments