diff --git a/.changeset/cli-issue-411-context-fix.md b/.changeset/cli-issue-411-context-fix.md deleted file mode 100644 index f1d9cf82d..000000000 --- a/.changeset/cli-issue-411-context-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": patch ---- - -Fix `clerk auth login` in WSL2, SSH, and headless environments: the sign-in URL is now always printed as a copy-friendly manual fallback, WSL launches the Windows host browser via PowerShell interop when `wslview` is not installed, and the authentication timeout error now explains how to recover. diff --git a/.changeset/silent-weeks-decide.md b/.changeset/silent-weeks-decide.md deleted file mode 100644 index f5fdd468c..000000000 --- a/.changeset/silent-weeks-decide.md +++ /dev/null @@ -1,4 +0,0 @@ ---- ---- - -Unversioned builds now report a version embedded from their source checkout (`3.0.0-dev.20260803.f51f1e4`, plus `.dirty` for an unclean tree) instead of a flat `0.0.0-dev`. Dev-only: release binaries are compiled with an explicit version, so published behavior is unchanged. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 56f8eb23c..94b693996 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # clerk +## 3.0.1 + +### Patch Changes + +- Fix `clerk auth login` in WSL2, SSH, and headless environments: the sign-in URL is now always printed as a copy-friendly manual fallback, WSL launches the Windows host browser via PowerShell interop when `wslview` is not installed, and the authentication timeout error now explains how to recover. ([#412](https://github.com/clerk/cli/pull/412)) by [@rafa-thayto](https://github.com/rafa-thayto) + ## 3.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4e8a96b4f..0e4c269ed 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "3.0.0", + "version": "3.0.1", "private": true, "description": "Clerk CLI", "keywords": [