Skip to content

Commit fe2bcd2

Browse files
[ci] release (#530)
Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>
1 parent aab46a2 commit fe2bcd2

7 files changed

Lines changed: 21 additions & 18 deletions

File tree

.changeset/five-chicken-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-lies-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tame-beds-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.3.1
4+
5+
### Patch Changes
6+
7+
- 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
8+
39
## 1.3.0
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.3.0",
3+
"version": "1.3.1",
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.4.0
4+
5+
### Minor Changes
6+
7+
- 284677e: Support scrolling and `maxItems` option for `groupMultiselect`, and removes indent when `withGuide` is set to `false`
8+
9+
### Patch Changes
10+
11+
- aab46a2: docs: add jsdoc for `text`, `password`, and `multiline` prompts
12+
- 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
13+
- Updated dependencies [54be8d7]
14+
- @clack/core@1.3.1
15+
316
## 1.3.0
417

518
### 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.3.0",
3+
"version": "1.4.0",
44
"type": "module",
55
"main": "./dist/index.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)