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 1717 " famous-turkeys-burn" ,
1818 " five-chairs-poke" ,
1919 " free-wasps-decide" ,
20+ " giant-dryers-serve" ,
2021 " happy-parents-explain" ,
2122 " healthy-candles-admire" ,
23+ " healthy-kings-play" ,
2224 " honest-singers-cough" ,
2325 " hot-turkeys-knock" ,
2426 " legal-bags-tie" ,
2931 " moody-baboons-greet" ,
3032 " nasty-parrots-laugh" ,
3133 " orange-deers-battle" ,
34+ " sharp-lemons-build" ,
3235 " short-taxis-cross" ,
3336 " slimy-roses-own" ,
3437 " strong-ravens-greet" ,
Original file line number Diff line number Diff line change 11# @clack/core
22
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+
39## 1.0.0-alpha.1
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @clack/core" ,
3- "version" : " 1.0.0-alpha.1 " ,
3+ "version" : " 1.0.0-alpha.2 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.mjs" ,
66 "module" : " ./dist/index.mjs" ,
2121 "url" : " https://github.com/bombshell-dev/clack/issues"
2222 },
2323 "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+ ],
2528 "keywords" : [
2629 " ask" ,
2730 " clack" ,
Original file line number Diff line number Diff line change 11# @clack/prompts
22
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+
316## 1.0.0-alpha.1
417
518### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @clack/prompts" ,
3- "version" : " 1.0.0-alpha.1 " ,
3+ "version" : " 1.0.0-alpha.2 " ,
44 "type" : " module" ,
55 "main" : " ./dist/index.mjs" ,
66 "module" : " ./dist/index.mjs" ,
2121 "url" : " https://github.com/bombshell-dev/clack/issues"
2222 },
2323 "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+ ],
2528 "author" : {
2629 "name" : " Nate Moore" ,
2730
You can’t perform that action at this time.
0 commit comments