From ea5fdb7ecd0225b88fea5c06ed30fc1e97c7709d Mon Sep 17 00:00:00 2001 From: "bombshell-bot[bot]" <187071675+bombshell-bot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:09:49 +0000 Subject: [PATCH] [ci] release --- .changeset/box-guide-colour.md | 5 ----- .changeset/export-cancel-symbol.md | 6 ------ .changeset/tall-doors-smile.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/prompts/CHANGELOG.md | 13 +++++++++++++ packages/prompts/package.json | 2 +- 7 files changed, 23 insertions(+), 18 deletions(-) delete mode 100644 .changeset/box-guide-colour.md delete mode 100644 .changeset/export-cancel-symbol.md delete mode 100644 .changeset/tall-doors-smile.md 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/.changeset/export-cancel-symbol.md b/.changeset/export-cancel-symbol.md deleted file mode 100644 index 29b2a6f3..00000000 --- a/.changeset/export-cancel-symbol.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@clack/core": minor -"@clack/prompts": minor ---- - -Export `CANCEL_SYMBOL` constant from `@clack/core` and `@clack/prompts` diff --git a/.changeset/tall-doors-smile.md b/.changeset/tall-doors-smile.md deleted file mode 100644 index f0f014a5..00000000 --- a/.changeset/tall-doors-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clack/core': minor ---- - -Add `isAccessible()` and an `accessible` setting as the foundation for accessible mode. Resolution order: per-call option > `updateSettings({ accessible })` > the `ACCESSIBLE` environment variable (any non-empty value enables it, except `0` and `false`). diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f495c703..f103a74d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @clack/core +## 1.5.0 + +### Minor Changes + +- [#592](https://github.com/bombshell-dev/clack/pull/592) [`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc) Thanks [@gameroman](https://github.com/gameroman)! - Export `CANCEL_SYMBOL` constant from `@clack/core` and `@clack/prompts` + +- [#593](https://github.com/bombshell-dev/clack/pull/593) [`b20fa2b`](https://github.com/bombshell-dev/clack/commit/b20fa2b75446389b4caf6bb16ad660a966175f8a) Thanks [@dreyfus92](https://github.com/dreyfus92)! - Add `isAccessible()` and an `accessible` setting as the foundation for accessible mode. Resolution order: per-call option > `updateSettings({ accessible })` > the `ACCESSIBLE` environment variable (any non-empty value enables it, except `0` and `false`). + ## 1.4.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b4bc3540..002d1d2f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@clack/core", - "version": "1.4.3", + "version": "1.5.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/prompts/CHANGELOG.md b/packages/prompts/CHANGELOG.md index b37f2c8d..b362b691 100644 --- a/packages/prompts/CHANGELOG.md +++ b/packages/prompts/CHANGELOG.md @@ -1,5 +1,18 @@ # @clack/prompts +## 1.8.0 + +### Minor Changes + +- [#592](https://github.com/bombshell-dev/clack/pull/592) [`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc) Thanks [@gameroman](https://github.com/gameroman)! - Export `CANCEL_SYMBOL` constant from `@clack/core` and `@clack/prompts` + +### 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 + +- Updated dependencies [[`caa32e8`](https://github.com/bombshell-dev/clack/commit/caa32e853cb65afad778f56f6bad8699d4b195bc), [`b20fa2b`](https://github.com/bombshell-dev/clack/commit/b20fa2b75446389b4caf6bb16ad660a966175f8a)]: + - @clack/core@1.5.0 + ## 1.7.0 ### Minor Changes diff --git a/packages/prompts/package.json b/packages/prompts/package.json index b7faf2f1..8574dfc5 100644 --- a/packages/prompts/package.json +++ b/packages/prompts/package.json @@ -1,6 +1,6 @@ { "name": "@clack/prompts", - "version": "1.7.0", + "version": "1.8.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs",