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

authored by

Nate Moore and committed by
GitHub
(Nov 21, 2024, 9:57 PM -0600) b0bb112d b2984aa1

+17 -12
-5
.changeset/gold-dryers-bake.md
··· 1 - --- 2 - "@clack/core": patch 3 - --- 4 - 5 - Fixes a bug which kept the terminal cursor hidden after a prompt is cancelled
-5
.changeset/plenty-days-study.md
··· 1 - --- 2 - '@clack/core': patch 3 - --- 4 - 5 - Adds missing `LICENSE` file. Since the `package.json` file has always included `"license": "MIT"`, please consider this a licensing clarification rather than a licensing change.
+7
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.3.5 4 + 5 + ### Patch Changes 6 + 7 + - 4845f4f: Fixes a bug which kept the terminal cursor hidden after a prompt is cancelled 8 + - d7b2fb9: Adds missing `LICENSE` file. Since the `package.json` file has always included `"license": "MIT"`, please consider this a licensing clarification rather than a licensing change. 9 + 3 10 ## 0.3.4 4 11 5 12 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.3.4", 3 + "version": "0.3.5", 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.8.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [4845f4f] 8 + - Updated dependencies [d7b2fb9] 9 + - @clack/core@0.3.5 10 + 3 11 ## 0.8.1 4 12 5 13 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.8.1", 3 + "version": "0.8.2", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs",