[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 (#55)

authored by

Nate Moore and committed by
GitHub
(Feb 17, 2023, 4:54 AM -0600) 8cfe9e9a 08c0950c

+18 -10
-6
.changeset/eleven-pumpkins-refuse.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - "@clack/core": patch 4 - --- 5 - 6 - Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value.
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.1.6 4 + 5 + ### Patch Changes 6 + 7 + - 7fb5375: Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value. 8 + 3 9 ## 0.1.5 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.1.5", 3 + "version": "0.1.6", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",
+8
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 0.4.1 4 + 5 + ### Patch Changes 6 + 7 + - 7fb5375: Adds a new `defaultValue` option to the text prompt, removes automatic usage of the placeholder value. 8 + - Updated dependencies [7fb5375] 9 + - @clack/core@0.1.6 10 + 3 11 ## 0.4.0 4 12 5 13 ### Minor Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.4.0", 3 + "version": "0.4.1", 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.5", 55 + "@clack/core": "^0.1.6", 56 56 "picocolors": "^1.0.0", 57 57 "sisteransi": "^1.0.5" 58 58 },
+1 -1
pnpm-lock.yaml
··· 42 42 43 43 packages/prompts: 44 44 specifiers: 45 - '@clack/core': ^0.1.5 45 + '@clack/core': ^0.1.6 46 46 is-unicode-supported: ^1.3.0 47 47 picocolors: ^1.0.0 48 48 sisteransi: ^1.0.5