diff --git a/.changeset/box-guide-colour.md b/.changeset/box-guide-colour.md deleted file mode 100644 index 396a597c..00000000 --- a/.changeset/box-guide-colour.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clack/prompts": patch ---- - -Style the guide bar rendered by `box({ withGuide: true })` in grey so it matches the gutter drawn by `log`, `note` and the spinner diff --git a/packages/prompts/CHANGELOG.md b/packages/prompts/CHANGELOG.md index b37f2c8d..a1c724cc 100644 --- a/packages/prompts/CHANGELOG.md +++ b/packages/prompts/CHANGELOG.md @@ -1,5 +1,11 @@ # @clack/prompts +## 1.7.1 + +### Patch Changes + +- [#588](https://github.com/bombshell-dev/clack/pull/588) [`6506135`](https://github.com/bombshell-dev/clack/commit/65061353e65e468035d8d8c7de9359926774626d) Thanks [@danielroe](https://github.com/danielroe)! - Style the guide bar rendered by `box({ withGuide: true })` in grey so it matches the gutter drawn by `log`, `note` and the spinner + ## 1.7.0 ### Minor Changes diff --git a/packages/prompts/package.json b/packages/prompts/package.json index b7faf2f1..04d4019a 100644 --- a/packages/prompts/package.json +++ b/packages/prompts/package.json @@ -1,6 +1,6 @@ { "name": "@clack/prompts", - "version": "1.7.0", + "version": "1.7.1", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs",