diff --git a/.changeset/create-improvements.md b/.changeset/create-improvements.md deleted file mode 100644 index ba5bd89..0000000 --- a/.changeset/create-improvements.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/create": minor -"create-marko": minor ---- - -CLI improvements: validate the project name and derive a valid npm package name from it (e.g. `My App` → `my-app`); add `--no-install` and `--no-git`; hide the legacy `*-marko-5` examples from the interactive list (still usable via `--template`); authenticate GitHub requests with `GITHUB_TOKEN`/`GH_TOKEN` when set (higher rate limits and private templates), with clearer rate-limit errors; use plain step output instead of an animated spinner under CI/agents/piped output; and fail clearly on a missing template (and surface the underlying cause) instead of scaffolding an empty project. diff --git a/.changeset/dedupe-created-message.md b/.changeset/dedupe-created-message.md deleted file mode 100644 index d4b823e..0000000 --- a/.changeset/dedupe-created-message.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/create": patch -"create-marko": patch ---- - -Remove the duplicated "Project created" line at the end of the scaffold — the spinner's final message and the closing message both said it. The spinner now ends with "Project created" and the closing line starts the "Next steps". diff --git a/packages/create-alias/CHANGELOG.md b/packages/create-alias/CHANGELOG.md index f1b4d19..d1dba3d 100644 --- a/packages/create-alias/CHANGELOG.md +++ b/packages/create-alias/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.3.0 + +### Minor Changes + +- [#241](https://github.com/marko-js/cli/pull/241) [`325ad23`](https://github.com/marko-js/cli/commit/325ad238b95e8f5acbdcc44a1d3eeeb132a3a885) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - CLI improvements: validate the project name and derive a valid npm package name from it (e.g. `My App` → `my-app`); add `--no-install` and `--no-git`; hide the legacy `*-marko-5` examples from the interactive list (still usable via `--template`); authenticate GitHub requests with `GITHUB_TOKEN`/`GH_TOKEN` when set (higher rate limits and private templates), with clearer rate-limit errors; use plain step output instead of an animated spinner under CI/agents/piped output; and fail clearly on a missing template (and surface the underlying cause) instead of scaffolding an empty project. + +### Patch Changes + +- [#239](https://github.com/marko-js/cli/pull/239) [`0a7d8f9`](https://github.com/marko-js/cli/commit/0a7d8f90bd58949cded324764b7134c49b91d333) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove the duplicated "Project created" line at the end of the scaffold — the spinner's final message and the closing message both said it. The spinner now ends with "Project created" and the closing line starts the "Next steps". + +- Updated dependencies [[`325ad23`](https://github.com/marko-js/cli/commit/325ad238b95e8f5acbdcc44a1d3eeeb132a3a885), [`0a7d8f9`](https://github.com/marko-js/cli/commit/0a7d8f90bd58949cded324764b7134c49b91d333)]: + - @marko/create@6.3.0 + ## 6.2.2 ### Patch Changes diff --git a/packages/create-alias/package.json b/packages/create-alias/package.json index 9c4b47b..0355d78 100644 --- a/packages/create-alias/package.json +++ b/packages/create-alias/package.json @@ -1,6 +1,6 @@ { "name": "create-marko", - "version": "6.2.2", + "version": "6.3.0", "description": "Create Marko projects", "keywords": [ "create", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index 629f9e1..83ff6b1 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 6.3.0 + +### Minor Changes + +- [#241](https://github.com/marko-js/cli/pull/241) [`325ad23`](https://github.com/marko-js/cli/commit/325ad238b95e8f5acbdcc44a1d3eeeb132a3a885) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - CLI improvements: validate the project name and derive a valid npm package name from it (e.g. `My App` → `my-app`); add `--no-install` and `--no-git`; hide the legacy `*-marko-5` examples from the interactive list (still usable via `--template`); authenticate GitHub requests with `GITHUB_TOKEN`/`GH_TOKEN` when set (higher rate limits and private templates), with clearer rate-limit errors; use plain step output instead of an animated spinner under CI/agents/piped output; and fail clearly on a missing template (and surface the underlying cause) instead of scaffolding an empty project. + +### Patch Changes + +- [#239](https://github.com/marko-js/cli/pull/239) [`0a7d8f9`](https://github.com/marko-js/cli/commit/0a7d8f90bd58949cded324764b7134c49b91d333) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Remove the duplicated "Project created" line at the end of the scaffold — the spinner's final message and the closing message both said it. The spinner now ends with "Project created" and the closing line starts the "Next steps". + ## 6.2.2 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index cc6e672..a27523f 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,6 +1,6 @@ { "name": "@marko/create", - "version": "6.2.2", + "version": "6.3.0", "description": "Create Marko projects", "keywords": [ "create",