Releases: verno-studio/website
Releases · verno-studio/website
@vernostudio/cli@0.1.5
Patch Changes
- 95c3d2f: Refactor telemetry tracking to proxy events through the web server, securing the PostHog API key.
@vernostudio/cli@0.1.4
Patch Changes
- d3649fa: Add the
doctorcommand to audit, verify, and autofix a Verno Studio project's health and configuration. - c557e5d: Add the
updatecommand to detect outdated configuration, dependencies, and styles, then apply updates with a diff-like preview. - 61e2cda: Optimize CLI startup performance by dynamically importing command handlers and options parsers on demand.
- 1b10598: Replace the CLI process runner's direct
execadependency with Node.js nativechild_processAPIs. - 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=1orVERNO_TELEMETRY_DISABLED=1.
@vernostudio/cli@0.1.3
@vernostudio/cli@0.1.2
Patch Changes
- edd8acb: Unify shadcn initialization across all project types (Single App and Turborepo) to use
shadcn applywith a pre-scaffoldedcomponents.json. This fixes framework detection issues in custom packages by using a temporary configuration file during execution.
@vernostudio/cli@0.1.1
Patch Changes
- 8d9d7c8: Remove
@vernostudio/template-generatorfrom published runtime dependencies. It remains bundled at build time;@vernostudio/template-generatorstays a devDependency for local development.