Skip to content

Commit f620cfd

Browse files
ci(repo): version packages
1 parent 8bcd18c commit f620cfd

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/clack-prompts-migration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/next-steps-gradient-animation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/remove-clerk-cli-skill.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# clerk
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 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)
8+
9+
### Minor Changes
10+
11+
- 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)
12+
13+
- 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)
14+
315
## 1.5.0
416

517
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clerk",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Clerk CLI",
66
"keywords": [

0 commit comments

Comments
 (0)