We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f952592 commit 5c65e38Copy full SHA for 5c65e38
3 files changed
.changeset/pre.json
@@ -43,6 +43,8 @@
43
"lemon-monkeys-help",
44
"light-waves-jog",
45
"little-ghosts-retire",
46
+ "long-friends-smile",
47
+ "loose-days-hug",
48
"lucky-dragons-think",
49
"mean-mice-train",
50
"mean-turkeys-help",
packages/prompts/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @clack/prompts
2
3
+## 1.0.0-alpha.9
4
+
5
+### Patch Changes
6
7
+- f952592: Fixes missing guide when rendering empty log lines.
8
+- 372b526: Add `clear` method to spinner for stopping and clearing.
9
10
## 1.0.0-alpha.8
11
12
### Patch Changes
packages/prompts/package.json
@@ -1,6 +1,6 @@
{
"name": "@clack/prompts",
- "version": "1.0.0-alpha.8",
+ "version": "1.0.0-alpha.9",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
0 commit comments