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/modernize-create.md

This file was deleted.

19 changes: 12 additions & 7 deletions packages/create-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 6.2.0

## [6.1.1](https://github.com/marko-js/cli/compare/create-marko@6.1.0...create-marko@6.1.1) (2021-05-04)
### Minor Changes

- [#231](https://github.com/marko-js/cli/pull/231) [`0774571`](https://github.com/marko-js/cli/commit/0774571b0ad5dc6a0d6ecb78cff9cac2d6bd90c9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rewrite in TypeScript with a modern dependency set (`@clack/prompts`, `giget`, native `fetch`). Adds agent/CI-friendly non-interactive behavior (`--yes`, plus CI/agent/no-TTY detection) and no longer aborts the scaffold when the package manager's install step exits non-zero (e.g. pnpm's ignored-build-scripts warning). The existing CLI flags are unchanged.

### Bug Fixes
### Patch Changes

* **create-marko:** bin name for yarn create ([21cec4e](https://github.com/marko-js/cli/commit/21cec4ec8c2cbc518de17d9c313ff494984f7f83))
- Updated dependencies [[`0774571`](https://github.com/marko-js/cli/commit/0774571b0ad5dc6a0d6ecb78cff9cac2d6bd90c9)]:
- @marko/create@6.2.0

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.1](https://github.com/marko-js/cli/compare/create-marko@6.1.0...create-marko@6.1.1) (2021-05-04)

### Bug Fixes

- **create-marko:** bin name for yarn create ([21cec4e](https://github.com/marko-js/cli/commit/21cec4ec8c2cbc518de17d9c313ff494984f7f83))

# 6.1.0 (2021-05-04)


### Features

* **create:** add support for package managers besides npm ([#188](https://github.com/marko-js/cli/issues/188)) ([fc18bd2](https://github.com/marko-js/cli/commit/fc18bd2053cae196f4fb97d6858b1c17714b19a1))
- **create:** add support for package managers besides npm ([#188](https://github.com/marko-js/cli/issues/188)) ([fc18bd2](https://github.com/marko-js/cli/commit/fc18bd2053cae196f4fb97d6858b1c17714b19a1))
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.1.1",
"version": "6.2.0",
"description": "Create Marko projects",
"keywords": [
"create",
Expand Down
127 changes: 24 additions & 103 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,160 +1,103 @@
# Change Log

## 6.2.0

### Minor Changes

- [#231](https://github.com/marko-js/cli/pull/231) [`0774571`](https://github.com/marko-js/cli/commit/0774571b0ad5dc6a0d6ecb78cff9cac2d6bd90c9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Rewrite in TypeScript with a modern dependency set (`@clack/prompts`, `giget`, native `fetch`). Adds agent/CI-friendly non-interactive behavior (`--yes`, plus CI/agent/no-TTY detection) and no longer aborts the scaffold when the package manager's install step exits non-zero (e.g. pnpm's ignored-build-scripts warning). The existing CLI flags are unchanged.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.1.0](https://github.com/marko-js/cli/compare/@marko/create@6.0.2...@marko/create@6.1.0) (2021-05-04)


### Bug Fixes

* **create:** use a fallback git author if missing ([#189](https://github.com/marko-js/cli/issues/189)) ([083e035](https://github.com/marko-js/cli/commit/083e03532fec048764b02d71490bbc34e0abd555))

- **create:** use a fallback git author if missing ([#189](https://github.com/marko-js/cli/issues/189)) ([083e035](https://github.com/marko-js/cli/commit/083e03532fec048764b02d71490bbc34e0abd555))

### Features

* **create:** add support for package managers besides npm ([#188](https://github.com/marko-js/cli/issues/188)) ([fc18bd2](https://github.com/marko-js/cli/commit/fc18bd2053cae196f4fb97d6858b1c17714b19a1))




- **create:** add support for package managers besides npm ([#188](https://github.com/marko-js/cli/issues/188)) ([fc18bd2](https://github.com/marko-js/cli/commit/fc18bd2053cae196f4fb97d6858b1c17714b19a1))

## [6.0.2](https://github.com/marko-js/cli/compare/@marko/create@6.0.1...@marko/create@6.0.2) (2021-03-29)

**Note:** Version bump only for package @marko/create





## [6.0.1](https://github.com/marko-js/cli/compare/@marko/create@6.0.0...@marko/create@6.0.1) (2021-02-04)

**Note:** Version bump only for package @marko/create





# [6.0.0](https://github.com/marko-js/cli/compare/@marko/create@5.0.4...@marko/create@6.0.0) (2021-01-22)


### Features

* update deps, support Marko 5 ([c5d34ff](https://github.com/marko-js/cli/commit/c5d34ff58fa34ef545330dfe1231ebac37282895))

- update deps, support Marko 5 ([c5d34ff](https://github.com/marko-js/cli/commit/c5d34ff58fa34ef545330dfe1231ebac37282895))

### BREAKING CHANGES

* Marko 4 support dropped in serve/build
* Upgraded webdriver version for test




- Marko 4 support dropped in serve/build
- Upgraded webdriver version for test

## [5.0.4](https://github.com/marko-js/cli/compare/@marko/create@5.0.3...@marko/create@5.0.4) (2020-08-07)

**Note:** Version bump only for package @marko/create





## [5.0.3](https://github.com/marko-js/cli/compare/@marko/create@5.0.2...@marko/create@5.0.3) (2020-05-12)


### Bug Fixes

* include version flag for all commands ([802de9d](https://github.com/marko-js/cli/commit/802de9daa9e70b2912b5a718352f667d7bc2eb03))




- include version flag for all commands ([802de9d](https://github.com/marko-js/cli/commit/802de9daa9e70b2912b5a718352f667d7bc2eb03))

## [5.0.2](https://github.com/marko-js/cli/compare/@marko/create@5.0.1...@marko/create@5.0.2) (2020-05-12)


### Bug Fixes

* **create:** improve windows support, prevent writing to node_modules ([3e15a5f](https://github.com/marko-js/cli/commit/3e15a5f81c5c9e275db6a1445bad2c4c5db17cc2))




- **create:** improve windows support, prevent writing to node_modules ([3e15a5f](https://github.com/marko-js/cli/commit/3e15a5f81c5c9e275db6a1445bad2c4c5db17cc2))

## [5.0.1](https://github.com/marko-js/cli/compare/@marko/create@5.0.0...@marko/create@5.0.1) (2020-05-12)


### Bug Fixes

* **create:** support spaces in directory ([2c4ed54](https://github.com/marko-js/cli/commit/2c4ed547cb963cfd57cf8d94f9c01d750873fde1))




- **create:** support spaces in directory ([2c4ed54](https://github.com/marko-js/cli/commit/2c4ed547cb963cfd57cf8d94f9c01d750873fde1))

# [5.0.0](https://github.com/marko-js/cli/compare/@marko/create@4.2.0...@marko/create@5.0.0) (2020-05-12)


### Features

* create now uses marko-js/examples ([#160](https://github.com/marko-js/cli/issues/160)) ([265acdb](https://github.com/marko-js/cli/commit/265acdbdf5f1ebf6e2eaacd861d24bd9c4e24261))

- create now uses marko-js/examples ([#160](https://github.com/marko-js/cli/issues/160)) ([265acdb](https://github.com/marko-js/cli/commit/265acdbdf5f1ebf6e2eaacd861d24bd9c4e24261))

### BREAKING CHANGES

* --template flag replaces old template:name convention




- --template flag replaces old template:name convention

# [4.2.0](https://github.com/marko-js/cli/compare/@marko/create@4.1.1...@marko/create@4.2.0) (2020-05-07)


### Features

* allow commands to run apart from marko-cli ([#152](https://github.com/marko-js/cli/issues/152)) ([4226988](https://github.com/marko-js/cli/commit/42269889bdf89e3811e465852ad0061e8e06cd03))




- allow commands to run apart from marko-cli ([#152](https://github.com/marko-js/cli/issues/152)) ([4226988](https://github.com/marko-js/cli/commit/42269889bdf89e3811e465852ad0061e8e06cd03))

## [4.1.1](https://github.com/marko-js/cli/compare/@marko/create@4.1.0...@marko/create@4.1.1) (2019-07-12)

**Note:** Version bump only for package @marko/create





# [4.1.0](https://github.com/marko-js/cli/compare/@marko/create@4.0.0...@marko/create@4.1.0) (2019-07-12)


### Features

* **test:** upgrade wdio ([#130](https://github.com/marko-js/cli/issues/130)) ([ffbdefd](https://github.com/marko-js/cli/commit/ffbdefd))




- **test:** upgrade wdio ([#130](https://github.com/marko-js/cli/issues/130)) ([ffbdefd](https://github.com/marko-js/cli/commit/ffbdefd))

<a name="4.0.0"></a>
# [4.0.0](https://github.com/marko-js/cli/compare/@marko/create@3.3.0...@marko/create@4.0.0) (2019-01-17)

# [4.0.0](https://github.com/marko-js/cli/compare/@marko/create@3.3.0...@marko/create@4.0.0) (2019-01-17)

### Features

* **migrate:** Expose dependent path migration ([#110](https://github.com/marko-js/cli/issues/110)) ([9000add](https://github.com/marko-js/cli/commit/9000add))
* **prettyprint:** support for modern tag params ([#114](https://github.com/marko-js/cli/issues/114)) ([6900fa5](https://github.com/marko-js/cli/commit/6900fa5))

- **migrate:** Expose dependent path migration ([#110](https://github.com/marko-js/cli/issues/110)) ([9000add](https://github.com/marko-js/cli/commit/9000add))
- **prettyprint:** support for modern tag params ([#114](https://github.com/marko-js/cli/issues/114)) ([6900fa5](https://github.com/marko-js/cli/commit/6900fa5))

### BREAKING CHANGES

* **migrate:** rename result properties, default path migrations



- **migrate:** rename result properties, default path migrations

# Change Log

Expand All @@ -163,50 +106,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [3.3.0](https://github.com/marko-js/cli/compare/@marko/create@3.2.1...@marko/create@3.3.0) (2018-12-12)


### Features

* **migrate:** expose optional migration api in migrate command ([#100](https://github.com/marko-js/cli/issues/100)) ([4c9febc](https://github.com/marko-js/cli/commit/4c9febc))




- **migrate:** expose optional migration api in migrate command ([#100](https://github.com/marko-js/cli/issues/100)) ([4c9febc](https://github.com/marko-js/cli/commit/4c9febc))

## [3.2.1](https://github.com/marko-js/cli/compare/@marko/create@3.2.0...@marko/create@3.2.1) (2018-12-07)

**Note:** Version bump only for package @marko/create





# [3.2.0](https://github.com/marko-js/cli/compare/@marko/create@3.1.7...@marko/create@3.2.0) (2018-12-05)


### Features

* add prettyprint package ([158ec29](https://github.com/marko-js/cli/commit/158ec29))




- add prettyprint package ([158ec29](https://github.com/marko-js/cli/commit/158ec29))

## 3.1.7 (2018-12-05)



## 3.1.6 (2018-06-21)



# 3.1.0 (2018-05-01)



## 3.0.1 (2018-04-27)



# 3.0.0 (2018-04-27)

**Note:** Version bump only for package @marko/create
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.1.0",
"version": "6.2.0",
"description": "Create Marko projects",
"keywords": [
"create",
Expand Down