From 01ffa38cc2d775165bbaf89eb16a714fcef34486 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Thu, 19 Nov 2020 16:36:01 -0700 Subject: [PATCH] chore: publish --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/babel-utils/CHANGELOG.md | 11 +++++++++++ packages/babel-utils/package.json | 2 +- packages/compiler/CHANGELOG.md | 11 +++++++++++ packages/compiler/package-lock.json | 2 +- packages/compiler/package.json | 8 ++++---- packages/marko/CHANGELOG.md | 8 ++++++++ packages/marko/package.json | 6 +++--- packages/translator-default/CHANGELOG.md | 8 ++++++++ packages/translator-default/package.json | 8 ++++---- 11 files changed, 63 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d75036b..502a7b85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [5.0.0-next.55](https://github.com/marko-js/marko/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19) + + +### Bug Fixes + +* babel-utils doesnt depend on compiler ([c429ffb](https://github.com/marko-js/marko/commit/c429ffb0aa4e79210b881d089a3db19d272a750d)) + + + + + # [5.0.0-next.54](https://github.com/marko-js/marko/compare/v5.0.0-next.53...v5.0.0-next.54) (2020-11-17) **Note:** Version bump only for package marko-project diff --git a/lerna.json b/lerna.json index a97d8e131..791e11da2 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "packages/*/test/**", "**/*.md" ], - "version": "5.0.0-next.54" + "version": "5.0.0-next.55" } diff --git a/packages/babel-utils/CHANGELOG.md b/packages/babel-utils/CHANGELOG.md index 6e3457b83..ff4a585b2 100644 --- a/packages/babel-utils/CHANGELOG.md +++ b/packages/babel-utils/CHANGELOG.md @@ -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. +# [5.0.0-next.55](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19) + + +### Bug Fixes + +* babel-utils doesnt depend on compiler ([c429ffb](https://github.com/marko-js/marko/tree/master/packages/babel-utils/commit/c429ffb0aa4e79210b881d089a3db19d272a750d)) + + + + + # [5.0.0-next.54](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.53...v5.0.0-next.54) (2020-11-17) **Note:** Version bump only for package @marko/babel-utils diff --git a/packages/babel-utils/package.json b/packages/babel-utils/package.json index 52f26a894..71a70fb95 100644 --- a/packages/babel-utils/package.json +++ b/packages/babel-utils/package.json @@ -1,7 +1,7 @@ { "name": "@marko/babel-utils", "description": "Utilities for use with Marko babel plugins.", - "version": "5.0.0-next.54", + "version": "5.0.0-next.55", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 59ef34df2..5915b05d6 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -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. +# [5.0.0-next.55](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19) + + +### Bug Fixes + +* babel-utils doesnt depend on compiler ([c429ffb](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/c429ffb0aa4e79210b881d089a3db19d272a750d)) + + + + + # [5.0.0-next.54](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.53...v5.0.0-next.54) (2020-11-17) **Note:** Version bump only for package @marko/compiler diff --git a/packages/compiler/package-lock.json b/packages/compiler/package-lock.json index 593467a4c..cb62a6fdb 100644 --- a/packages/compiler/package-lock.json +++ b/packages/compiler/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.0.0-next.54", + "version": "5.0.0-next.55", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 2503f12a3..29c644867 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.54", + "version": "5.0.0-next.55", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { @@ -14,8 +14,8 @@ "@babel/traverse": "^7.7.4", "@babel/types": "^7.7.4", "@marko/babel-types": "^5.0.0-next.54", - "@marko/babel-utils": "^5.0.0-next.54", - "@marko/translator-default": "^5.0.0-next.54", + "@marko/babel-utils": "^5.0.0-next.55", + "@marko/translator-default": "^5.0.0-next.55", "complain": "^1.6.0", "enhanced-resolve": "5.0.0", "he": "^1.1.0", @@ -27,7 +27,7 @@ "strip-ansi": "^5.2.0" }, "devDependencies": { - "marko": "^5.0.0-next.54" + "marko": "^5.0.0-next.55" }, "files": [ "dist", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 8fa9a6d8b..c62631838 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.55](https://github.com/marko-js/marko/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19) + +**Note:** Version bump only for package marko + + + + + # [5.0.0-next.54](https://github.com/marko-js/marko/compare/v5.0.0-next.53...v5.0.0-next.54) (2020-11-17) **Note:** Version bump only for package marko diff --git a/packages/marko/package.json b/packages/marko/package.json index 5b0b73a53..dbede58e0 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,11 +1,11 @@ { "name": "marko", - "version": "5.0.0-next.54", + "version": "5.0.0-next.55", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": { - "@marko/compiler": "^5.0.0-next.54", - "@marko/translator-default": "^5.0.0-next.54", + "@marko/compiler": "^5.0.0-next.55", + "@marko/translator-default": "^5.0.0-next.55", "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 40e7be354..f54f1ece7 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.55](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19) + +**Note:** Version bump only for package @marko/translator-default + + + + + # [5.0.0-next.54](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.53...v5.0.0-next.54) (2020-11-17) **Note:** Version bump only for package @marko/translator-default diff --git a/packages/translator-default/package.json b/packages/translator-default/package.json index fd783953e..e6d9130a3 100644 --- a/packages/translator-default/package.json +++ b/packages/translator-default/package.json @@ -1,16 +1,16 @@ { "name": "@marko/translator-default", "description": "Translates Marko templates to the default Marko runtime.", - "version": "5.0.0-next.54", + "version": "5.0.0-next.55", "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.54", - "@marko/babel-utils": "^5.0.0-next.54", - "@marko/compiler": "^5.0.0-next.54", + "@marko/babel-utils": "^5.0.0-next.55", + "@marko/compiler": "^5.0.0-next.55", "escape-string-regexp": "^4.0.0", - "marko": "^5.0.0-next.54", + "marko": "^5.0.0-next.55", "self-closing-tags": "^1.0.1" }, "devDependencies": {