[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release

github-actions[bot] (Feb 22, 2023, 3:24 AM UTC) 86a9311f 0ef3dc17

+24 -16
-6
.changeset/four-guests-give.md
··· 1 - --- 2 - '@clack/prompts': minor 3 - '@clack/core': minor 4 - --- 5 - 6 - Adds a `selectKey` prompt type
-6
.changeset/tall-hairs-knock.md
··· 1 - --- 2 - "@clack/core": minor 3 - "@clack/prompts": minor 4 - --- 5 - 6 - **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues`
+7
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - d74dd05: Adds a `selectKey` prompt type 8 + - 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues` 9 + 3 10 ## 0.1.9 4 11 5 12 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.1.9", 3 + "version": "0.2.0", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+13
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - d74dd05: Adds a `selectKey` prompt type 8 + - 54c1bc3: **Breaking Change** `multiselect` has renamed `initialValue` to `initialValues` 9 + 10 + ### Patch Changes 11 + 12 + - Updated dependencies [d74dd05] 13 + - Updated dependencies [54c1bc3] 14 + - @clack/core@0.2.0 15 + 3 16 ## 0.4.5 4 17 5 18 ### Patch Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.4.5", 3 + "version": "0.5.0", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs", ··· 52 52 "build": "unbuild" 53 53 }, 54 54 "dependencies": { 55 - "@clack/core": "^0.1.9", 55 + "@clack/core": "^0.2.0", 56 56 "picocolors": "^1.0.0", 57 57 "sisteransi": "^1.0.5" 58 58 },
+1 -1
pnpm-lock.yaml
··· 46 46 47 47 packages/prompts: 48 48 specifiers: 49 - '@clack/core': ^0.1.9 49 + '@clack/core': ^0.2.0 50 50 is-unicode-supported: ^1.3.0 51 51 picocolors: ^1.0.0 52 52 sisteransi: ^1.0.5