forked from marko-js/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @marko/[email protected] - @marko/[email protected]
- Loading branch information
1 parent
6449d28
commit eef5283
Showing
6 changed files
with
54 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0](https://github.com/marko-js/cli/compare/[email protected]@5.0.0) (2019-01-03) | ||
|
||
|
||
### Features | ||
|
||
* **migrate:** Expose dependent path migration ([#110](https://github.com/marko-js/cli/issues/110)) ([9000add](https://github.com/marko-js/cli/commit/9000add)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **migrate:** rename result properties, default path migrations | ||
|
||
|
||
|
||
|
||
|
||
## [4.2.4](https://github.com/marko-js/cli/compare/[email protected]@4.2.4) (2018-12-26) | ||
|
||
**Note:** Version bump only for package marko-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "marko-cli", | ||
"description": "Marko CLI", | ||
"version": "4.2.4", | ||
"version": "5.0.0", | ||
"author": "Michael Rawlings <[email protected]>", | ||
"bin": { | ||
"marko": "dist/bin.js" | ||
|
@@ -11,8 +11,8 @@ | |
"@babel/runtime": "^7.2.0", | ||
"@marko/compile": "^3.4.0", | ||
"@marko/create": "^3.3.0", | ||
"@marko/migrate": "^2.0.0", | ||
"@marko/prettyprint": "^1.2.0", | ||
"@marko/migrate": "^3.0.0", | ||
"@marko/prettyprint": "^1.3.0", | ||
"@marko/test": "^4.1.1", | ||
"app-root-dir": "^1.0.2", | ||
"argly": "^1.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2019-01-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **migrate:** run migrations serially ([#112](https://github.com/marko-js/cli/issues/112)) ([6449d28](https://github.com/marko-js/cli/commit/6449d28)) | ||
|
||
|
||
### Features | ||
|
||
* **migrate:** Expose dependent path migration ([#110](https://github.com/marko-js/cli/issues/110)) ([9000add](https://github.com/marko-js/cli/commit/9000add)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **migrate:** rename result properties, default path migrations | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2018-12-26) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.3.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2019-01-03) | ||
|
||
|
||
### Features | ||
|
||
* add migrator for file names ([#104](https://github.com/marko-js/cli/issues/104)) ([8eddfa6](https://github.com/marko-js/cli/commit/8eddfa6)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.2.0](https://github.com/marko-js/cli/compare/@marko/[email protected]...@marko/[email protected]) (2018-12-12) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@marko/prettyprint", | ||
"description": "Prettyprint Marko template files in the syntax of your choice", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "Patrick Steele-Idem <[email protected]>", | ||
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md", | ||
"dependencies": { | ||
|