Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/create-improvements.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dedupe-created-message.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/create-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-marko",
"version": "6.2.2",
"version": "6.3.0",
"description": "Create Marko projects",
"keywords": [
"create",
Expand Down
10 changes: 10 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/create",
"version": "6.2.2",
"version": "6.3.0",
"description": "Create Marko projects",
"keywords": [
"create",
Expand Down