From f98ec6f2f67dfec8a3f0bff86fe52112ee30dd26 Mon Sep 17 00:00:00 2001 From: "bombshell-bot[bot]" <187071675+bombshell-bot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:34:31 +0000 Subject: [PATCH] [ci] release --- .changeset/dirty-rats-change.md | 6 ------ .changeset/fresh-facts-search.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/prompts/CHANGELOG.md | 13 +++++++++++++ packages/prompts/package.json | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .changeset/dirty-rats-change.md delete mode 100644 .changeset/fresh-facts-search.md diff --git a/.changeset/dirty-rats-change.md b/.changeset/dirty-rats-change.md deleted file mode 100644 index b529f3f0..00000000 --- a/.changeset/dirty-rats-change.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@clack/prompts": patch -"@clack/core": patch ---- - -Handle empty arrays in various prompts and utilities. diff --git a/.changeset/fresh-facts-search.md b/.changeset/fresh-facts-search.md deleted file mode 100644 index 8df5788d..00000000 --- a/.changeset/fresh-facts-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clack/prompts": minor ---- - -Add `showInstructions` option to `select`, `multiselect`, and `groupMultiselect`. Keyboard hints remain shown by default; pass `showInstructions: false` to hide them. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 773b6033..f495c703 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @clack/core +## 1.4.3 + +### Patch Changes + +- [#582](https://github.com/bombshell-dev/clack/pull/582) [`4b24953`](https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06) Thanks [@43081j](https://github.com/43081j)! - Handle empty arrays in various prompts and utilities. + ## 1.4.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 11300b7c..8e5692a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@clack/core", - "version": "1.4.2", + "version": "1.4.3", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", diff --git a/packages/prompts/CHANGELOG.md b/packages/prompts/CHANGELOG.md index 7b0242d7..b37f2c8d 100644 --- a/packages/prompts/CHANGELOG.md +++ b/packages/prompts/CHANGELOG.md @@ -1,5 +1,18 @@ # @clack/prompts +## 1.7.0 + +### Minor Changes + +- [#574](https://github.com/bombshell-dev/clack/pull/574) [`8f1c380`](https://github.com/bombshell-dev/clack/commit/8f1c380683cfb5fb7a094610342046ae1603e28e) Thanks [@dreyfus92](https://github.com/dreyfus92)! - Add `showInstructions` option to `select`, `multiselect`, and `groupMultiselect`. Keyboard hints remain shown by default; pass `showInstructions: false` to hide them. + +### Patch Changes + +- [#582](https://github.com/bombshell-dev/clack/pull/582) [`4b24953`](https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06) Thanks [@43081j](https://github.com/43081j)! - Handle empty arrays in various prompts and utilities. + +- Updated dependencies [[`4b24953`](https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06)]: + - @clack/core@1.4.3 + ## 1.6.0 ### Minor Changes diff --git a/packages/prompts/package.json b/packages/prompts/package.json index bb050f16..245fcdc4 100644 --- a/packages/prompts/package.json +++ b/packages/prompts/package.json @@ -1,6 +1,6 @@ { "name": "@clack/prompts", - "version": "1.6.0", + "version": "1.7.0", "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs",