From de61b6dee3ca4a8ff3e965b275e8e9380c50852f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:16:39 +0000 Subject: [PATCH] [ci] release --- .changeset/scaffold-pnpm-polish.md | 6 ------ packages/create-alias/CHANGELOG.md | 9 +++++++++ packages/create-alias/package.json | 2 +- packages/create/CHANGELOG.md | 6 ++++++ packages/create/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/scaffold-pnpm-polish.md diff --git a/.changeset/scaffold-pnpm-polish.md b/.changeset/scaffold-pnpm-polish.md deleted file mode 100644 index f94926d..0000000 --- a/.changeset/scaffold-pnpm-polish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/create": patch -"create-marko": patch ---- - -When scaffolding with pnpm, approve esbuild's build script (only if esbuild is actually installed) so vite-based templates install cleanly instead of erroring with `ERR_PNPM_IGNORED_BUILDS`. The "next steps" run command now uses the package manager you ran with (e.g. `pnpm run dev`) instead of always printing `npm`. diff --git a/packages/create-alias/CHANGELOG.md b/packages/create-alias/CHANGELOG.md index e31bfc7..0acbd60 100644 --- a/packages/create-alias/CHANGELOG.md +++ b/packages/create-alias/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 6.2.1 + +### Patch Changes + +- [#235](https://github.com/marko-js/cli/pull/235) [`8e6cbbc`](https://github.com/marko-js/cli/commit/8e6cbbc28d074254ffe7084203b0a08bf94e413d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When scaffolding with pnpm, approve esbuild's build script (only if esbuild is actually installed) so vite-based templates install cleanly instead of erroring with `ERR_PNPM_IGNORED_BUILDS`. The "next steps" run command now uses the package manager you ran with (e.g. `pnpm run dev`) instead of always printing `npm`. + +- Updated dependencies [[`8e6cbbc`](https://github.com/marko-js/cli/commit/8e6cbbc28d074254ffe7084203b0a08bf94e413d)]: + - @marko/create@6.2.1 + ## 6.2.0 ### Minor Changes diff --git a/packages/create-alias/package.json b/packages/create-alias/package.json index 8bc98e6..bebe45f 100644 --- a/packages/create-alias/package.json +++ b/packages/create-alias/package.json @@ -1,6 +1,6 @@ { "name": "create-marko", - "version": "6.2.0", + "version": "6.2.1", "description": "Create Marko projects", "keywords": [ "create", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 0eafba9..0019f47 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.1 + +### Patch Changes + +- [#235](https://github.com/marko-js/cli/pull/235) [`8e6cbbc`](https://github.com/marko-js/cli/commit/8e6cbbc28d074254ffe7084203b0a08bf94e413d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When scaffolding with pnpm, approve esbuild's build script (only if esbuild is actually installed) so vite-based templates install cleanly instead of erroring with `ERR_PNPM_IGNORED_BUILDS`. The "next steps" run command now uses the package manager you ran with (e.g. `pnpm run dev`) instead of always printing `npm`. + ## 6.2.0 ### Minor Changes diff --git a/packages/create/package.json b/packages/create/package.json index 311ac3e..18d6e27 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@marko/create", - "version": "6.2.0", + "version": "6.2.1", "description": "Create Marko projects", "keywords": [ "create",