From 0e7679246324565f4b30441ee9d89bfd5cf0bb94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:19:34 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/calm-snails-protect.md | 5 ----- .changeset/clerk-update-yarn-hang.md | 5 ----- .changeset/input-json-flag.md | 5 ----- .changeset/oauth-success-skills-snippet.md | 5 ----- .changeset/rename-clerk-cli-skill.md | 5 ----- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/cli/package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/calm-snails-protect.md delete mode 100644 .changeset/clerk-update-yarn-hang.md delete mode 100644 .changeset/input-json-flag.md delete mode 100644 .changeset/oauth-success-skills-snippet.md delete mode 100644 .changeset/rename-clerk-cli-skill.md diff --git a/.changeset/calm-snails-protect.md b/.changeset/calm-snails-protect.md deleted file mode 100644 index 1c092c34..00000000 --- a/.changeset/calm-snails-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Avoid deleting refreshed OAuth credentials when parallel CLI processes race to refresh the same expired session. diff --git a/.changeset/clerk-update-yarn-hang.md b/.changeset/clerk-update-yarn-hang.md deleted file mode 100644 index 904b8314..00000000 --- a/.changeset/clerk-update-yarn-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Fix `clerk update` hanging when a corepack-shimmed package manager (e.g. yarn) prompts on stdin to download itself on first use. Package-manager probes now run with stdin detached, `COREPACK_ENABLE_DOWNLOAD_PROMPT=0`, and a 1.5s timeout, so a missing or uninitialized PM is treated as not installed instead of blocking the command. diff --git a/.changeset/input-json-flag.md b/.changeset/input-json-flag.md deleted file mode 100644 index 668d542d..00000000 --- a/.changeset/input-json-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Add `--input-json` to pass options as JSON for any command. Accepts an inline object or `@path/to/file.json`; keys are converted from camelCase/snake_case to kebab-case flags (e.g. `{"dryRun":true}` → `--dry-run`). Arrays expand to repeated flags, `true` becomes a bare flag, `false`/`null` are omitted. Designed for AI-agent and scripted invocations that prefer passing structured options over composing shell strings. diff --git a/.changeset/oauth-success-skills-snippet.md b/.changeset/oauth-success-skills-snippet.md deleted file mode 100644 index 8f12be0f..00000000 --- a/.changeset/oauth-success-skills-snippet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -After `clerk auth login`, the OAuth success page now points users to Clerk Skills with a copyable install command and a link to the AI building guide. diff --git a/.changeset/rename-clerk-cli-skill.md b/.changeset/rename-clerk-cli-skill.md deleted file mode 100644 index c40d0c76..00000000 --- a/.changeset/rename-clerk-cli-skill.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Rename the bundled agent skill from `clerk` to `clerk-cli` for more clarity during install. After upgrading, `clerk skill install` (and the install step in `clerk init`) writes the skill to `/skills/clerk-cli/` instead of `/skills/clerk/`. Existing `skills/clerk/` directories from prior installs are left in place; remove them manually if you want to avoid duplicate context. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 852e9e75..e96e2240 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,21 @@ # clerk +## 1.1.0 + +### Minor Changes + +- Add `--input-json` to pass options as JSON for any command. Accepts an inline object or `@path/to/file.json`; keys are converted from camelCase/snake_case to kebab-case flags (e.g. `{"dryRun":true}` → `--dry-run`). Arrays expand to repeated flags, `true` becomes a bare flag, `false`/`null` are omitted. Designed for AI-agent and scripted invocations that prefer passing structured options over composing shell strings. ([#232](https://github.com/clerk/cli/pull/232)) by [@rafa-thayto](https://github.com/rafa-thayto) + +- Rename the bundled agent skill from `clerk` to `clerk-cli` for more clarity during install. After upgrading, `clerk skill install` (and the install step in `clerk init`) writes the skill to `/skills/clerk-cli/` instead of `/skills/clerk/`. Existing `skills/clerk/` directories from prior installs are left in place; remove them manually if you want to avoid duplicate context. ([#245](https://github.com/clerk/cli/pull/245)) by [@kylemac](https://github.com/kylemac) + +### Patch Changes + +- Avoid deleting refreshed OAuth credentials when parallel CLI processes race to refresh the same expired session. ([#213](https://github.com/clerk/cli/pull/213)) by [@wyattjoh](https://github.com/wyattjoh) + +- Fix `clerk update` hanging when a corepack-shimmed package manager (e.g. yarn) prompts on stdin to download itself on first use. Package-manager probes now run with stdin detached, `COREPACK_ENABLE_DOWNLOAD_PROMPT=0`, and a 1.5s timeout, so a missing or uninitialized PM is treated as not installed instead of blocking the command. ([#243](https://github.com/clerk/cli/pull/243)) by [@dmoerner](https://github.com/dmoerner) + +- After `clerk auth login`, the OAuth success page now points users to Clerk Skills with a copyable install command and a link to the AI building guide. ([#238](https://github.com/clerk/cli/pull/238)) by [@Railly](https://github.com/Railly) + ## 1.0.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9595e257..fee2082d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "1.0.3", + "version": "1.1.0", "private": true, "description": "Clerk CLI", "keywords": [