diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccd58082..eb72b08ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.11.0](https://github.com/marko-js/marko/compare/v5.10.7...v5.11.0) (2021-07-07) + + +### Features + +* add hoisting support for tag var bindings ([956a80c](https://github.com/marko-js/marko/commit/956a80c5c28948745b0e554971853d88ceb41871)) +* support taglib translate hook, support arrays in taglib hooks ([e2b0e66](https://github.com/marko-js/marko/commit/e2b0e66138acec5ee11ec0f582da99391a5c7396)) + + + + + ## [5.10.7](https://github.com/marko-js/marko/compare/v5.10.6...v5.10.7) (2021-06-23) diff --git a/lerna.json b/lerna.json index 2ad8fded5..4988efc5c 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "packages/*/test/**", "**/*.md" ], - "version": "5.10.7" + "version": "5.11.0" } diff --git a/packages/babel-utils/CHANGELOG.md b/packages/babel-utils/CHANGELOG.md index 325584571..a1f359174 100644 --- a/packages/babel-utils/CHANGELOG.md +++ b/packages/babel-utils/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.11.0](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.10.7...v5.11.0) (2021-07-07) + +**Note:** Version bump only for package @marko/babel-utils + + + + + ## [5.10.7](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.10.6...v5.10.7) (2021-06-23) **Note:** Version bump only for package @marko/babel-utils diff --git a/packages/babel-utils/package.json b/packages/babel-utils/package.json index 41d6378b4..7944ff800 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.10.7", + "version": "5.11.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { @@ -9,7 +9,7 @@ "jsesc": "^3.0.2" }, "devDependencies": { - "@marko/compiler": "^5.10.7" + "@marko/compiler": "^5.11.0" }, "files": [ "dist", diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index a0a11160c..222f9777f 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.11.0](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.10.7...v5.11.0) (2021-07-07) + + +### Features + +* add hoisting support for tag var bindings ([956a80c](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/956a80c5c28948745b0e554971853d88ceb41871)) +* support taglib translate hook, support arrays in taglib hooks ([e2b0e66](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/e2b0e66138acec5ee11ec0f582da99391a5c7396)) + + + + + ## [5.10.7](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.10.6...v5.10.7) (2021-06-23) diff --git a/packages/compiler/package.json b/packages/compiler/package.json index b68c9ce46..4558874fb 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.10.7", + "version": "5.11.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { @@ -13,7 +13,7 @@ "@babel/runtime": "^7.13.10", "@babel/traverse": "^7.13.0", "@babel/types": "^7.13.0", - "@marko/babel-utils": "^5.10.7", + "@marko/babel-utils": "^5.11.0", "complain": "^1.6.0", "enhanced-resolve": "5.7.0", "he": "^1.2.0", @@ -29,7 +29,7 @@ "strip-json-comments": "^3.1.1" }, "devDependencies": { - "@marko/translator-default": "^5.10.7" + "@marko/translator-default": "^5.11.0" }, "files": [ "dist", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 8f34636d2..1db722a7d 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.11.0](https://github.com/marko-js/marko/compare/v5.10.7...v5.11.0) (2021-07-07) + +**Note:** Version bump only for package marko + + + + + ## [5.10.7](https://github.com/marko-js/marko/compare/v5.10.6...v5.10.7) (2021-06-23) **Note:** Version bump only for package marko diff --git a/packages/marko/package.json b/packages/marko/package.json index 5aa75e508..6bd09227a 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,11 +1,11 @@ { "name": "marko", - "version": "5.10.7", + "version": "5.11.0", "license": "MIT", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "dependencies": { - "@marko/compiler": "^5.10.7", - "@marko/translator-default": "^5.10.7", + "@marko/compiler": "^5.11.0", + "@marko/translator-default": "^5.11.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 dff841547..5a5c96b9a 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.11.0](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.10.7...v5.11.0) (2021-07-07) + +**Note:** Version bump only for package @marko/translator-default + + + + + ## [5.10.7](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.10.6...v5.10.7) (2021-06-23) diff --git a/packages/translator-default/package.json b/packages/translator-default/package.json index bcf30a703..25f66f7d7 100644 --- a/packages/translator-default/package.json +++ b/packages/translator-default/package.json @@ -1,19 +1,19 @@ { "name": "@marko/translator-default", "description": "Translates Marko templates to the default Marko runtime.", - "version": "5.10.7", + "version": "5.11.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md", "dependencies": { "@babel/runtime": "^7.13.10", - "@marko/babel-utils": "^5.10.7", + "@marko/babel-utils": "^5.11.0", "escape-string-regexp": "^4.0.0", "magic-string": "^0.25.7", "self-closing-tags": "^1.0.1" }, "devDependencies": { - "@marko/compiler": "^5.10.7", - "marko": "^5.10.7" + "@marko/compiler": "^5.11.0", + "marko": "^5.11.0" }, "files": [ "dist"