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 372b526 commit 350e30fCopy full SHA for 350e30f
.changeset/pre.json
@@ -43,6 +43,7 @@
43
"lemon-monkeys-help",
44
"light-waves-jog",
45
"little-ghosts-retire",
46
+ "loose-days-hug",
47
"lucky-dragons-think",
48
"mean-mice-train",
49
"mean-turkeys-help",
packages/prompts/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @clack/prompts
2
3
+## 1.0.0-alpha.9
4
+
5
+### Patch Changes
6
7
+- 372b526: Add `clear` method to spinner for stopping and clearing.
8
9
## 1.0.0-alpha.8
10
11
### 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