From db00c7944aed2f4e0526f0060384b1be89e5ef4d Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 25 Oct 2021 10:23:23 -0700 Subject: [PATCH] chore: publish v5.17.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/marko/CHANGELOG.md | 11 +++++++++++ packages/marko/package.json | 4 ++-- packages/translator-default/CHANGELOG.md | 8 ++++++++ packages/translator-default/package.json | 4 ++-- 6 files changed, 35 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e299a7f65..70b8a46f7 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.17.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25) + + +### Features + +* improve shadow root support ([#1749](https://github.com/marko-js/marko/issues/1749)) ([955ea00](https://github.com/marko-js/marko/commit/955ea006b89ee303d25f415d88962cd3b6f020f8)) + + + + + ## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22) diff --git a/lerna.json b/lerna.json index fefaae423..b837d3c79 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "packages/*/test/**", "**/*.md" ], - "version": "5.16.1" + "version": "5.17.0" } diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 6892df178..542959330 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/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.17.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25) + + +### Features + +* improve shadow root support ([#1749](https://github.com/marko-js/marko/issues/1749)) ([955ea00](https://github.com/marko-js/marko/commit/955ea006b89ee303d25f415d88962cd3b6f020f8)) + + + + + ## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22) diff --git a/packages/marko/package.json b/packages/marko/package.json index c9dd56c53..dffc466df 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,11 +1,11 @@ { "name": "marko", - "version": "5.16.1", + "version": "5.17.0", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": { "@marko/compiler": "^5.16.1", - "@marko/translator-default": "^5.16.1", + "@marko/translator-default": "^5.17.0", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", diff --git a/packages/translator-default/CHANGELOG.md b/packages/translator-default/CHANGELOG.md index f7cc8287d..46418c9d5 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.17.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25) + +**Note:** Version bump only for package @marko/translator-default + + + + + ## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22) **Note:** Version bump only for package @marko/translator-default diff --git a/packages/translator-default/package.json b/packages/translator-default/package.json index 197e40d53..094f8d83b 100644 --- a/packages/translator-default/package.json +++ b/packages/translator-default/package.json @@ -1,7 +1,7 @@ { "name": "@marko/translator-default", "description": "Translates Marko templates to the default Marko runtime.", - "version": "5.16.1", + "version": "5.17.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { @@ -13,7 +13,7 @@ }, "devDependencies": { "@marko/compiler": "^5.16.1", - "marko": "^5.16.1" + "marko": "^5.17.0" }, "files": [ "dist"