Skip to content

Commit fc5a8f1

Browse files
Version Packages (#17)
1 parent 32a913e commit fc5a8f1

7 files changed

Lines changed: 11 additions & 26 deletions

File tree

.changeset/add-doctor-command.md

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

.changeset/add-update-command.md

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

.changeset/lazy-load-cli-commands.md

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

.changeset/native-process-runner.md

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

.changeset/telemetry-and-cli-notice.md

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

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vernostudio/cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- d3649fa: Add the `doctor` command to audit, verify, and autofix a Verno Studio project's health and configuration.
8+
- c557e5d: Add the `update` command to detect outdated configuration, dependencies, and styles, then apply updates with a diff-like preview.
9+
- 61e2cda: Optimize CLI startup performance by dynamically importing command handlers and options parsers on demand.
10+
- 1b10598: Replace the CLI process runner's direct `execa` dependency with Node.js native `child_process` APIs.
11+
- 32a913e: Add usage tracking with PostHog for core CLI commands and show an opt-out notice on startup. Telemetry collects git identity (email and name) when available, falling back to a persistent anonymous UUID. Opt out by setting `DO_NOT_TRACK=1` or `VERNO_TELEMETRY_DISABLED=1`.
12+
313
## 0.1.3
414

515
### Patch 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": "@vernostudio/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Verno Studio CLI: scaffold Next.js and Turborepo projects with shadcn and Ultracite.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)