···11----
22-"@clack/prompts": patch
33----
44-55-docs: add jsdoc for `text`, `password`, and `multiline` prompts
-6
.changeset/moody-lies-play.md
···11----
22-"@clack/prompts": patch
33-"@clack/core": patch
44----
55-66-Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
-5
.changeset/tame-beds-kiss.md
···11----
22-"@clack/prompts": minor
33----
44-55-Support scrolling and `maxItems` option for `groupMultiselect`, and removes indent when `withGuide` is set to `false`
+6
packages/core/CHANGELOG.md
···11# @clack/core
2233+## 1.3.1
44+55+### Patch Changes
66+77+- 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
88+39## 1.3.0
410511### Minor Changes
···11# @clack/prompts
2233+## 1.4.0
44+55+### Minor Changes
66+77+- 284677e: Support scrolling and `maxItems` option for `groupMultiselect`, and removes indent when `withGuide` is set to `false`
88+99+### Patch Changes
1010+1111+- aab46a2: docs: add jsdoc for `text`, `password`, and `multiline` prompts
1212+- 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
1313+- Updated dependencies [54be8d7]
1414+ - @clack/core@1.3.1
1515+316## 1.3.0
417518### Minor Changes