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

authored by

Nate Moore and committed by
GitHub
(Mar 5, 2023, 5:41 PM -0600) f44c1042 ba6294e4

+18 -10
-6
.changeset/purple-lions-doubt.md
··· 1 - --- 2 - '@clack/core': patch 3 - '@clack/prompts': patch 4 - --- 5 - 6 - Enable hard line-wrapping behavior for long words without spaces
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 0.3.2 4 + 5 + ### Patch Changes 6 + 7 + - c96eda5: Enable hard line-wrapping behavior for long words without spaces 8 + 3 9 ## 0.3.1 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "0.3.1", 3 + "version": "0.3.2", 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.6.3 4 + 5 + ### Patch Changes 6 + 7 + - c96eda5: Enable hard line-wrapping behavior for long words without spaces 8 + - Updated dependencies [c96eda5] 9 + - @clack/core@0.3.2 10 + 3 11 ## 0.6.2 4 12 5 13 ### Patch Changes
+2 -2
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "0.6.2", 3 + "version": "0.6.3", 4 4 "type": "module", 5 5 "main": "./dist/index.cjs", 6 6 "module": "./dist/index.mjs", ··· 53 53 "prepack": "pnpm build" 54 54 }, 55 55 "dependencies": { 56 - "@clack/core": "^0.3.1", 56 + "@clack/core": "^0.3.2", 57 57 "picocolors": "^1.0.0", 58 58 "sisteransi": "^1.0.5" 59 59 },
+1 -1
pnpm-lock.yaml
··· 59 59 60 60 packages/prompts: 61 61 specifiers: 62 - '@clack/core': ^0.3.1 62 + '@clack/core': ^0.3.2 63 63 is-unicode-supported: ^1.3.0 64 64 picocolors: ^1.0.0 65 65 sisteransi: ^1.0.5