Updates
What shipped in each version of Verno Studio. Pulled straight from the changelog.
- v0.1.63 changes
Report unexpected errors to PostHog via existing telemetry infra
- v0.1.51 change
Refactor telemetry tracking to proxy events through the web server, securing the PostHog API key.
- v0.1.45 changes
Add the doctor command to audit, verify, and autofix a Verno Studio project's health and configuration.
- v0.1.32 changes
Add verno init to configure existing projects with optional Turborepo, shadcn, and Ultracite (interactive and -y mode)
- v0.1.21 change
Unify shadcn initialization across all project types (Single App and Turborepo) to use shadcn apply with a pre-scaffolded components.json. This fixes framework detection issues in custom packages by using a temporary configuration file during execution.
- v0.1.11 change
Remove @vernostudio/template-generator from published runtime dependencies. It remains bundled at build time; @vernostudio/template-generator stays a devDependency for local development.
- v0.1.02 changes
Add the create command for scaffolding Verno projects, including Next.js and Turborepo project generation.