diff --git a/.changeset/dry-spoons-bake.md b/.changeset/dry-spoons-bake.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/dry-spoons-bake.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- 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/.changeset/usage-telemetry.md b/.changeset/usage-telemetry.md deleted file mode 100644 index c0fc7d076..000000000 --- a/.changeset/usage-telemetry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Collect usage telemetry (command name, flag names, duration, outcome, a random machine identifier — and your workspace and app IDs when a project is linked; never arguments, option values, paths, or personal data). The first run only shows a disclosure notice and sends nothing (CI environments send from the first run), and `--verbose` prints every event before it is sent. Control it with the new `clerk telemetry status|disable|enable` subcommand, or the `CLERK_TELEMETRY_DISABLED` / `DO_NOT_TRACK` environment variables (any non-false value opts out). diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 94b693996..7610adeda 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # clerk +## 3.1.0 + +### Minor Changes + +- Collect usage telemetry (command name, flag names, duration, outcome, a random machine identifier — and your workspace and app IDs when a project is linked; never arguments, option values, paths, or personal data). The first run only shows a disclosure notice and sends nothing (CI environments send from the first run), and `--verbose` prints every event before it is sent. Control it with the new `clerk telemetry status|disable|enable` subcommand, or the `CLERK_TELEMETRY_DISABLED` / `DO_NOT_TRACK` environment variables (any non-false value opts out). ([#410](https://github.com/clerk/cli/pull/410)) by [@djgould](https://github.com/djgould) + ## 3.0.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e4c269ed..f720aec8e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "3.0.1", + "version": "3.1.0", "private": true, "description": "Clerk CLI", "keywords": [