Skip to content

Commit 86104d3

Browse files
[ci] release (alpha)
1 parent 415410b commit 86104d3

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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",

packages/prompts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 1.0.0-alpha.9
410

511
### 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)