Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 3, 2019
1 parent 6449d28 commit eef5283
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 6 deletions.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
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"
Expand All @@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@marko/migrate",
"description": "Migrate Marko files",
"version": "2.0.0",
"version": "3.0.0",
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@marko/migrate-v3-widget": "^1.0.7",
"@marko/prettyprint": "^1.2.0",
"@marko/prettyprint": "^1.3.0",
"argly": "^1.2.0",
"dependent-path-update": "^0.1.1",
"enquirer": "^2.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/prettyprint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettyprint/package.json
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": {
Expand Down

0 comments on commit eef5283

Please sign in to comment.