From a06096ede0179069330e2cc1e09963d6f7c27927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 01:37:13 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/user-agent-header.md | 5 ----- .changeset/whoami-linked.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/user-agent-header.md delete mode 100644 .changeset/whoami-linked.md diff --git a/.changeset/user-agent-header.md b/.changeset/user-agent-header.md deleted file mode 100644 index c3ada09d..00000000 --- a/.changeset/user-agent-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Identify the CLI in outbound HTTP requests with a `User-Agent` like `Clerk-CLI/ (Bun/; -)` instead of the default Bun user agent. Allow callers to override the header. diff --git a/.changeset/whoami-linked.md b/.changeset/whoami-linked.md deleted file mode 100644 index e2f71302..00000000 --- a/.changeset/whoami-linked.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Show the linked Clerk application in `clerk whoami` output, and add a `--json` flag that emits a structured payload covering email and link state. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f75f4e4a..61e09406 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # clerk +## 1.4.0 + +### Minor Changes + +- Show the linked Clerk application in `clerk whoami` output, and add a `--json` flag that emits a structured payload covering email and link state. ([#265](https://github.com/clerk/cli/pull/265)) by [@rafa-thayto](https://github.com/rafa-thayto) + +### Patch Changes + +- Identify the CLI in outbound HTTP requests with a `User-Agent` like `Clerk-CLI/ (Bun/; -)` instead of the default Bun user agent. Allow callers to override the header. ([#301](https://github.com/clerk/cli/pull/301)) by [@rafa-thayto](https://github.com/rafa-thayto) + ## 1.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 793e71df..746cec80 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "1.3.0", + "version": "1.4.0", "private": true, "description": "Clerk CLI", "keywords": [