From 52b8dcef0064463468b9e24753d730244ff04de8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:54:43 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/api-validate-json-body.md | 5 ----- .changeset/auth-success-page-command-cards.md | 5 ----- .changeset/auth-success-page.md | 5 ----- .changeset/fx-mcp-client.md | 5 ----- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/api-validate-json-body.md delete mode 100644 .changeset/auth-success-page-command-cards.md delete mode 100644 .changeset/auth-success-page.md delete mode 100644 .changeset/fx-mcp-client.md diff --git a/.changeset/api-validate-json-body.md b/.changeset/api-validate-json-body.md deleted file mode 100644 index 408073018..000000000 --- a/.changeset/api-validate-json-body.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Reject an invalid `clerk api` request body on your machine instead of sending it. The error echoes what arrived and, when a `-d` value reached the CLI with its double quotes stripped or wrapped in literal single quotes, names the shell quoting behind it — an unquoted body in a POSIX shell, or PowerShell before 7.3 and cmd.exe on Windows — and suggests the same request with `--file`, which no shell can mangle. Those shell-quoting rejections carry the error code `invalid_json_shell_quoting`; other parse failures keep `invalid_json`. diff --git a/.changeset/auth-success-page-command-cards.md b/.changeset/auth-success-page-command-cards.md deleted file mode 100644 index 65d8a49ac..000000000 --- a/.changeset/auth-success-page-command-cards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Replace the Clerk Skills install box on the sign-in success page with three command cards — install, customize, and deploy — showing what the CLI can do right after authentication. diff --git a/.changeset/auth-success-page.md b/.changeset/auth-success-page.md deleted file mode 100644 index c3b8e76ec..000000000 --- a/.changeset/auth-success-page.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Restyle the sign-in success page with a theme-aware Clerk mark, the command cards grouped into a banner along the bottom, and a staggered entrance animation. diff --git a/.changeset/fx-mcp-client.md b/.changeset/fx-mcp-client.md deleted file mode 100644 index 48ca1ea1f..000000000 --- a/.changeset/fx-mcp-client.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Add fx (https://fx.sh) as a supported client for `clerk mcp install`, `list`, and `uninstall`. The Clerk MCP server is written to fx's user-global `~/.fx/mcp.json` as a direct Streamable HTTP entry (`{ "type": "http", "url": … }` under top-level `mcp`) — fx connects to the URL natively, so no `clerk mcp run` bridge is involved. Detected via the presence of `~/.fx/`; target it explicitly with `--client fx`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 28e15f69b..99966d25a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # clerk +## 3.4.0 + +### Minor Changes + +- Add fx (https://fx.sh) as a supported client for `clerk mcp install`, `list`, and `uninstall`. The Clerk MCP server is written to fx's user-global `~/.fx/mcp.json` as a direct Streamable HTTP entry (`{ "type": "http", "url": … }` under top-level `mcp`) — fx connects to the URL natively, so no `clerk mcp run` bridge is involved. Detected via the presence of `~/.fx/`; target it explicitly with `--client fx`. ([#460](https://github.com/clerk/cli/pull/460)) by [@manovotny](https://github.com/manovotny) + +### Patch Changes + +- Reject an invalid `clerk api` request body on your machine instead of sending it. The error echoes what arrived and, when a `-d` value reached the CLI with its double quotes stripped or wrapped in literal single quotes, names the shell quoting behind it — an unquoted body in a POSIX shell, or PowerShell before 7.3 and cmd.exe on Windows — and suggests the same request with `--file`, which no shell can mangle. Those shell-quoting rejections carry the error code `invalid_json_shell_quoting`; other parse failures keep `invalid_json`. ([#464](https://github.com/clerk/cli/pull/464)) by [@dmoerner](https://github.com/dmoerner) + +- Replace the Clerk Skills install box on the sign-in success page with three command cards — install, customize, and deploy — showing what the CLI can do right after authentication. ([#473](https://github.com/clerk/cli/pull/473)) by [@eatmorespinach](https://github.com/eatmorespinach) + +- Restyle the sign-in success page with a theme-aware Clerk mark, the command cards grouped into a banner along the bottom, and a staggered entrance animation. ([#473](https://github.com/clerk/cli/pull/473)) by [@eatmorespinach](https://github.com/eatmorespinach) + ## 3.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 60c73eaf6..578368935 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "3.3.0", + "version": "3.4.0", "private": true, "description": "Clerk CLI", "keywords": [