diff --git a/.changeset/clack-prompts-migration.md b/.changeset/clack-prompts-migration.md deleted file mode 100644 index 90ee7da7..00000000 --- a/.changeset/clack-prompts-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Refresh the visual style of prompts, lists, spinners, and intro/outro brackets to use `@clack/prompts`, and make interactive command endings reflect success, failure, or paused cancellation status. diff --git a/.changeset/next-steps-gradient-animation.md b/.changeset/next-steps-gradient-animation.md deleted file mode 100644 index d5236292..00000000 --- a/.changeset/next-steps-gradient-animation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Render the "Next steps" header in a dusty mauve and sweep a white reflex highlight across it once after `clerk deploy`, `clerk link`, and `clerk auth login`, then settle on the flat color. The animation only runs on an interactive color terminal and falls back to plain styling when piped, in CI, or when `NO_COLOR` is set. diff --git a/.changeset/remove-clerk-cli-skill.md b/.changeset/remove-clerk-cli-skill.md deleted file mode 100644 index 642f301a..00000000 --- a/.changeset/remove-clerk-cli-skill.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": major ---- - -Remove the bundled `clerk skill install` command and install the `clerk-cli` agent skill from the [`clerk/skills`](https://github.com/clerk/skills) repository during `clerk init`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ad951f06..410422af 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # clerk +## 2.0.0 + +### Major Changes + +- Remove the bundled `clerk skill install` command and install the `clerk-cli` agent skill from the [`clerk/skills`](https://github.com/clerk/skills) repository during `clerk init`. ([#315](https://github.com/clerk/cli/pull/315)) by [@wyattjoh](https://github.com/wyattjoh) + +### Minor Changes + +- Refresh the visual style of prompts, lists, spinners, and intro/outro brackets to use `@clack/prompts`, and make interactive command endings reflect success, failure, or paused cancellation status. ([#305](https://github.com/clerk/cli/pull/305)) by [@wyattjoh](https://github.com/wyattjoh) + +- Render the "Next steps" header in a dusty mauve and sweep a white reflex highlight across it once after `clerk deploy`, `clerk link`, and `clerk auth login`, then settle on the flat color. The animation only runs on an interactive color terminal and falls back to plain styling when piped, in CI, or when `NO_COLOR` is set. ([#322](https://github.com/clerk/cli/pull/322)) by [@rafa-thayto](https://github.com/rafa-thayto) + ## 1.5.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6ad444f3..92131d57 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "1.5.0", + "version": "2.0.0", "private": true, "description": "Clerk CLI", "keywords": [