diff --git a/CHANGELOG.md b/CHANGELOG.md index a2eabdca2..b6ca29d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-next.29](https://github.com/marko-js/marko/compare/v5.0.0-next.28...v5.0.0-next.29) (2020-07-29) + +**Note:** Version bump only for package marko-project + + + + + # [5.0.0-next.28](https://github.com/marko-js/marko/compare/v5.0.0-next.27...v5.0.0-next.28) (2020-07-27) diff --git a/lerna.json b/lerna.json index b13f92aec..85e3f6e25 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "packages/*/test/**", "**/*.md" ], - "version": "5.0.0-next.28" + "version": "5.0.0-next.29" } diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index e030bca1d..368f8b8c2 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-next.29](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.28...v5.0.0-next.29) (2020-07-29) + +**Note:** Version bump only for package @marko/compiler + + + + + # [5.0.0-next.28](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.27...v5.0.0-next.28) (2020-07-27) diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 8022659f1..1638d1c71 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,7 +1,7 @@ { "name": "@marko/compiler", "description": "Marko template to JS compiler.", - "version": "5.0.0-next.28", + "version": "5.0.0-next.29", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { @@ -14,7 +14,7 @@ "@babel/types": "^7.7.4", "@marko/babel-types": "^5.0.0-next.2", "@marko/babel-utils": "^5.0.0-next.20", - "@marko/translator-default": "^5.0.0-next.28", + "@marko/translator-default": "^5.0.0-next.29", "complain": "^1.6.0", "he": "^1.1.0", "htmljs-parser": "^2.7.1", @@ -25,7 +25,7 @@ "strip-ansi": "^5.2.0" }, "devDependencies": { - "marko": "^5.0.0-next.28" + "marko": "^5.0.0-next.29" }, "files": [ "dist", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 740905120..a6ac372bb 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-next.29](https://github.com/marko-js/marko/compare/v5.0.0-next.28...v5.0.0-next.29) (2020-07-29) + +**Note:** Version bump only for package marko + + + + + # [5.0.0-next.28](https://github.com/marko-js/marko/compare/v5.0.0-next.27...v5.0.0-next.28) (2020-07-27) diff --git a/packages/marko/package.json b/packages/marko/package.json index 9577f8944..93b11068e 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,11 +1,11 @@ { "name": "marko", - "version": "5.0.0-next.28", + "version": "5.0.0-next.29", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": { - "@marko/compiler": "^5.0.0-next.28", - "@marko/translator-default": "^5.0.0-next.28", + "@marko/compiler": "^5.0.0-next.29", + "@marko/translator-default": "^5.0.0-next.29", "app-module-path": "^2.2.0", "argly": "^1.0.0", "complain": "^1.6.0", diff --git a/packages/translator-default/CHANGELOG.md b/packages/translator-default/CHANGELOG.md index 2876acfac..3117d693e 100644 --- a/packages/translator-default/CHANGELOG.md +++ b/packages/translator-default/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-next.29](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.28...v5.0.0-next.29) (2020-07-29) + +**Note:** Version bump only for package @marko/translator-default + + + + + # [5.0.0-next.28](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.27...v5.0.0-next.28) (2020-07-27) diff --git a/packages/translator-default/package.json b/packages/translator-default/package.json index 92f7b138c..80102e67b 100644 --- a/packages/translator-default/package.json +++ b/packages/translator-default/package.json @@ -1,15 +1,15 @@ { "name": "@marko/translator-default", "description": "Translates Marko templates to the default Marko runtime.", - "version": "5.0.0-next.28", + "version": "5.0.0-next.29", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { "@babel/runtime": "^7.7.7", "@marko/babel-types": "^5.0.0-next.2", "@marko/babel-utils": "^5.0.0-next.20", - "@marko/compiler": "^5.0.0-next.28", - "marko": "^5.0.0-next.28", + "@marko/compiler": "^5.0.0-next.29", + "marko": "^5.0.0-next.29", "self-closing-tags": "^1.0.1" }, "devDependencies": {