Skip to content

Commit 58e9cd2

Browse files
[ci] release
1 parent 54be8d7 commit 58e9cd2

6 files changed

Lines changed: 20 additions & 13 deletions

File tree

.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
12+
- Updated dependencies [54be8d7]
13+
- @clack/core@1.3.1
14+
315
## 1.3.0
416

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