Skip to content

Commit b21b28a

Browse files
Version Packages (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1555027 commit b21b28a

7 files changed

Lines changed: 15 additions & 17 deletions

File tree

.changeset/bumpy-cameras-slide.md

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

.changeset/cli-shared-commands-refactor.md

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

.changeset/next-tsconfig-no-emit.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- d7467b8: Add `verno init` to configure existing projects with optional Turborepo, shadcn, and Ultracite (interactive and `-y` mode)
8+
- 97d1113: Refactor create and init commands to share manifest, post-scaffold, and post-setup pipeline modules (no user-facing behavior change).
9+
310
## 0.1.2
411

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

packages/template-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vernostudio/template-generator
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- ce5d91c: Generated Next.js projects no longer include `noEmit` in `tsconfig.json`. Typecheck still uses `tsgo --noEmit` via the package script.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/template-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vernostudio/template-generator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Verno Studio Template Generator: generate templates for Verno Studio projects.",
66
"keywords": [

0 commit comments

Comments
 (0)