chore: publish v5.6.1

This commit is contained in:
Dylan Piercey 2021-03-27 10:12:11 -07:00
parent f2133bcd19
commit d41c169e07
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
8 changed files with 47 additions and 9 deletions

View File

@ -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.6.1](https://github.com/marko-js/marko/compare/v5.6.0...v5.6.1) (2021-03-27)
### Bug Fixes
* **babel-utils:** issue with child template analysis in node_modules ([f2133bc](https://github.com/marko-js/marko/commit/f2133bcd19917cb04b27382ffccd8d708ac98960))
# [5.6.0](https://github.com/marko-js/marko/compare/v5.5.4...v5.6.0) (2021-03-27)

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.6.0"
"version": "5.6.1"
}

View File

@ -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.6.1](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.6.0...v5.6.1) (2021-03-27)
### Bug Fixes
* **babel-utils:** issue with child template analysis in node_modules ([f2133bc](https://github.com/marko-js/marko/tree/master/packages/babel-utils/commit/f2133bcd19917cb04b27382ffccd8d708ac98960))
# [5.6.0](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.5.4...v5.6.0) (2021-03-27)

View File

@ -1,7 +1,7 @@
{
"name": "@marko/babel-utils",
"description": "Utilities for use with Marko babel plugins.",
"version": "5.6.0",
"version": "5.6.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"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.6.0"
"@marko/compiler": "^5.6.1"
},
"files": [
"dist",

View File

@ -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.6.1](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.6.0...v5.6.1) (2021-03-27)
**Note:** Version bump only for package @marko/compiler
# [5.6.0](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.5.4...v5.6.0) (2021-03-27)
**Note:** Version bump only for package @marko/compiler

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.6.0",
"version": "5.6.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"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.6.0",
"@marko/babel-utils": "^5.6.1",
"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.6.0"
"@marko/translator-default": "^5.6.1"
},
"files": [
"dist",

View File

@ -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.6.1](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.6.0...v5.6.1) (2021-03-27)
**Note:** Version bump only for package @marko/translator-default
# [5.6.0](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.5.4...v5.6.0) (2021-03-27)

View File

@ -1,18 +1,18 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.6.0",
"version": "5.6.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@marko/babel-utils": "^5.6.0",
"@marko/babel-utils": "^5.6.1",
"escape-string-regexp": "^4.0.0",
"magic-string": "^0.25.7",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.6.0",
"@marko/compiler": "^5.6.1",
"marko": "^5.6.0"
},
"files": [