···11----
22-"@clack/prompts": patch
33----
44-55-Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
-6
.changeset/free-wasps-decide.md
···11----
22-"@clack/prompts": patch
33-"@clack/core": patch
44----
55-66-Adds a new `selectableGroups` boolean to the group multi-select prompt. Using `selectableGroups: false` will disable the ability to select a top-level group, but still allow every child to be selected individually.
-5
.changeset/hot-turkeys-knock.md
···11----
22-"@clack/core": patch
33----
44-55-Fixes an edge case for placeholder values. Previously, when pressing `enter` on an empty prompt, placeholder values would be ignored. Now, placeholder values are treated as the prompt value.
-5
.changeset/lemon-monkeys-help.md
···11----
22-"@clack/core": patch
33----
44-55-Fix "TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)" error happening on Windows for non-tty terminals.
+8
packages/core/CHANGELOG.md
···11# @clack/core
2233+## 0.4.2
44+55+### Patch Changes
66+77+- 30aa7ed: Adds a new `selectableGroups` boolean to the group multi-select prompt. Using `selectableGroups: false` will disable the ability to select a top-level group, but still allow every child to be selected individually.
88+- 5dfce8a: Fixes an edge case for placeholder values. Previously, when pressing `enter` on an empty prompt, placeholder values would be ignored. Now, placeholder values are treated as the prompt value.
99+- f574297: Fix "TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)" error happening on Windows for non-tty terminals.
1010+311## 0.4.1
412513### Patch Changes
···11# @clack/prompts
2233+## 0.10.1
44+55+### Patch Changes
66+77+- 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
88+- 30aa7ed: Adds a new `selectableGroups` boolean to the group multi-select prompt. Using `selectableGroups: false` will disable the ability to select a top-level group, but still allow every child to be selected individually.
99+- Updated dependencies [30aa7ed]
1010+- Updated dependencies [5dfce8a]
1111+- Updated dependencies [f574297]
1212+ - @clack/core@0.4.2
1313+314## 0.10.0
415516### Minor Changes