Skip to content

Commit a520163

Browse files
[ci] release (alpha) (#445)
Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>
1 parent 68dbf9b commit a520163

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
"@clack/prompts": "0.10.0"
99
},
1010
"changesets": [
11+
"afraid-rabbits-grin",
1112
"afraid-socks-deny",
1213
"afraid-worms-help",
1314
"better-hotels-fall",
1415
"bright-hornets-destroy",
16+
"brown-banks-play",
1517
"busy-baths-work",
1618
"calm-trains-camp",
1719
"chatty-islands-move",
@@ -69,6 +71,7 @@
6971
"tall-keys-allow",
7072
"tasty-candies-tie",
7173
"thin-socks-travel",
74+
"three-boxes-follow",
7275
"three-ideas-refuse",
7376
"tough-crews-flow",
7477
"upset-showers-grow",

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.8
4+
5+
### Patch Changes
6+
7+
- 68dbf9b: select-key: Fixed wrapping and added new `caseSensitive` option
8+
39
## 1.0.0-alpha.7
410

511
### Patch 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.7",
3+
"version": "1.0.0-alpha.8",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

packages/prompts/CHANGELOG.md

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

3+
## 1.0.0-alpha.10
4+
5+
### Minor Changes
6+
7+
- 415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic.
8+
9+
### Patch Changes
10+
11+
- 55eb280: Fix placeholder rendering when using autocomplete.
12+
- 68dbf9b: select-key: Fixed wrapping and added new `caseSensitive` option
13+
- Updated dependencies [68dbf9b]
14+
- @clack/core@1.0.0-alpha.8
15+
316
## 1.0.0-alpha.9
417

518
### Patch 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.9",
3+
"version": "1.0.0-alpha.10",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)