From ee467f0bb0805043e821911a42fa06e5e8f3f532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:54:39 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/users-create-confirmation-prompt.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/users-create-confirmation-prompt.md diff --git a/.changeset/users-create-confirmation-prompt.md b/.changeset/users-create-confirmation-prompt.md deleted file mode 100644 index 13832f68..00000000 --- a/.changeset/users-create-confirmation-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Make `clerk users create` confirm before writing. The command registers `--yes` as "Skip confirmation prompt" and its examples recommend passing it, but no prompt existed, so the flag did nothing and the user was created immediately. Human mode now previews the redacted request body and asks before the POST. Agent mode is unchanged: it never prompts, so `--dry-run` remains the safety net there. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5f0c9d01..f3b7e2da 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # clerk +## 2.3.2 + +### Patch Changes + +- Make `clerk users create` confirm before writing. The command registers `--yes` as "Skip confirmation prompt" and its examples recommend passing it, but no prompt existed, so the flag did nothing and the user was created immediately. Human mode now previews the redacted request body and asks before the POST. Agent mode is unchanged: it never prompts, so `--dry-run` remains the safety net there. ([#400](https://github.com/clerk/cli/pull/400)) by [@manovotny](https://github.com/manovotny) + ## 2.3.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e6779b5e..962068ef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "2.3.1", + "version": "2.3.2", "private": true, "description": "Clerk CLI", "keywords": [