Skip to content

Commit b5016e8

Browse files
[ci] release (alpha) (#375)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae84dd0 commit b5016e8

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"afraid-socks-deny",
1212
"bright-hornets-destroy",
1313
"calm-trains-camp",
14+
"cruel-hairs-swim",
1415
"curvy-seals-sit",
1516
"dirty-papayas-happen",
1617
"dull-singers-mate",
@@ -42,6 +43,8 @@
4243
"strong-ravens-greet",
4344
"sweet-deers-smell",
4445
"tall-cows-fold",
45-
"thin-socks-travel"
46+
"thin-socks-travel",
47+
"upset-showers-grow",
48+
"violet-hornets-turn"
4649
]
4750
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clack/core
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- d98e033: add invert selection for multiselect prompt
8+
39
## 1.0.0-alpha.3
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/core",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clack/prompts
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- 7b009df: Fix spinner clearing too many lines upwards when non-wrapping.
8+
- ae84dd0: Update key binding text to show tab/space when navigating, and tab otherwise.
9+
- Updated dependencies [d98e033]
10+
- @clack/core@1.0.0-alpha.4
11+
312
## 1.0.0-alpha.3
413

514
### Minor Changes

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clack/prompts",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)