From c1554517e794c544c77b0a954ecc62f7ccf46816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:41:50 +0000 Subject: [PATCH] ci(repo): version packages --- .changeset/deploy-status.md | 5 ----- .changeset/deploy-wizard.md | 12 ------------ packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- 4 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/deploy-status.md delete mode 100644 .changeset/deploy-wizard.md diff --git a/.changeset/deploy-status.md b/.changeset/deploy-status.md deleted file mode 100644 index 59abf6da..00000000 --- a/.changeset/deploy-status.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"clerk": minor ---- - -Add `clerk deploy status`, a read-only command that verifies a production deploy, including DNS, SSL, email DNS, and OAuth credential completeness. Agent-mode `clerk deploy` now emits a tailored read-only handoff instead of a hard usage error. diff --git a/.changeset/deploy-wizard.md b/.changeset/deploy-wizard.md deleted file mode 100644 index dc657263..00000000 --- a/.changeset/deploy-wizard.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"clerk": minor ---- - -Add `clerk deploy`, an interactive wizard that promotes a Clerk application from development to production. - -- Walks through cloning the development instance, creating the production instance, and configuring CNAME records. -- Verifies mail, DNS, and SSL one component at a time so each step's status is visible while polling. -- Optionally exports the DNS records as a BIND zone file at `./clerk-.zone` for import into providers like Cloudflare, Route 53, and Google Cloud DNS. -- Resumes from the next pending step on subsequent runs, including reshowing the CNAME records when DNS is not yet verified. -- Uses provider schemas to collect production OAuth credentials for broader built-in provider support. -- Returns users to credential choices after opening provider docs, including Google JSON import when supported. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1cdfde20..ad951f06 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # clerk +## 1.5.0 + +### Minor Changes + +- Add `clerk deploy status`, a read-only command that verifies a production deploy, including DNS, SSL, email DNS, and OAuth credential completeness. Agent-mode `clerk deploy` now emits a tailored read-only handoff instead of a hard usage error. ([#260](https://github.com/clerk/cli/pull/260)) by [@wyattjoh](https://github.com/wyattjoh) + +- Add `clerk deploy`, an interactive wizard that promotes a Clerk application from development to production. ([#260](https://github.com/clerk/cli/pull/260)) by [@wyattjoh](https://github.com/wyattjoh) + - Walks through cloning the development instance, creating the production instance, and configuring CNAME records. + - Verifies mail, DNS, and SSL one component at a time so each step's status is visible while polling. + - Optionally exports the DNS records as a BIND zone file at `./clerk-.zone` for import into providers like Cloudflare, Route 53, and Google Cloud DNS. + - Resumes from the next pending step on subsequent runs, including reshowing the CNAME records when DNS is not yet verified. + - Uses provider schemas to collect production OAuth credentials for broader built-in provider support. + - Returns users to credential choices after opening provider docs, including Google JSON import when supported. + ## 1.4.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 746cec80..6ad444f3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "clerk", - "version": "1.4.0", + "version": "1.5.0", "private": true, "description": "Clerk CLI", "keywords": [