diff --git a/.changeset/quiet-scaffold-output.md b/.changeset/quiet-scaffold-output.md deleted file mode 100644 index eac9325..0000000 --- a/.changeset/quiet-scaffold-output.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/create": patch -"create-marko": patch ---- - -Run the scaffold's install and git steps quietly behind the progress spinner. The noisy internals — pnpm's ignored-builds notice, esbuild's postinstall, the confirmation re-install, husky's `.git can't be found`, and git probes like `fatal: not a git repository` — are no longer printed. Install output is surfaced only when it genuinely fails. diff --git a/packages/create-alias/CHANGELOG.md b/packages/create-alias/CHANGELOG.md index 0acbd60..f1b4d19 100644 --- a/packages/create-alias/CHANGELOG.md +++ b/packages/create-alias/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.2.2 + +### Patch Changes + +- [#237](https://github.com/marko-js/cli/pull/237) [`0297054`](https://github.com/marko-js/cli/commit/02970542e11029d6c98bd4a90e32919085f7a91e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Run the scaffold's install and git steps quietly behind the progress spinner. The noisy internals — pnpm's ignored-builds notice, esbuild's postinstall, the confirmation re-install, husky's `.git can't be found`, and git probes like `fatal: not a git repository` — are no longer printed. Install output is surfaced only when it genuinely fails. + +- Updated dependencies [[`0297054`](https://github.com/marko-js/cli/commit/02970542e11029d6c98bd4a90e32919085f7a91e)]: + - @marko/create@6.2.2 + ## 6.2.1 ### Patch Changes diff --git a/packages/create-alias/package.json b/packages/create-alias/package.json index bebe45f..9c4b47b 100644 --- a/packages/create-alias/package.json +++ b/packages/create-alias/package.json @@ -1,6 +1,6 @@ { "name": "create-marko", - "version": "6.2.1", + "version": "6.2.2", "description": "Create Marko projects", "keywords": [ "create", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 0019f47..629f9e1 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.2 + +### Patch Changes + +- [#237](https://github.com/marko-js/cli/pull/237) [`0297054`](https://github.com/marko-js/cli/commit/02970542e11029d6c98bd4a90e32919085f7a91e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Run the scaffold's install and git steps quietly behind the progress spinner. The noisy internals — pnpm's ignored-builds notice, esbuild's postinstall, the confirmation re-install, husky's `.git can't be found`, and git probes like `fatal: not a git repository` — are no longer printed. Install output is surfaced only when it genuinely fails. + ## 6.2.1 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index 18d6e27..cc6e672 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@marko/create", - "version": "6.2.1", + "version": "6.2.2", "description": "Create Marko projects", "keywords": [ "create",