chore: publish

This commit is contained in:
Dylan Piercey 2021-02-01 10:04:33 -07:00
parent 9c11a9be18
commit 20d8c4a798
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
8 changed files with 51 additions and 10 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.1.7](https://github.com/marko-js/marko/compare/v5.1.6...v5.1.7) (2021-02-01)
### Bug Fixes
* allow passing 'dom' output instead of 'vdom' ([9c11a9b](https://github.com/marko-js/marko/commit/9c11a9be187c728b46caca9a37a9b383cc20ce1b))
## [5.1.6](https://github.com/marko-js/marko/compare/v5.1.5...v5.1.6) (2021-01-29)

View File

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

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.1.7](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.6...v5.1.7) (2021-02-01)
**Note:** Version bump only for package @marko/compiler
## [5.1.6](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.5...v5.1.6) (2021-01-29)

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.1.6",
"version": "5.1.7",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -26,8 +26,8 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"@marko/translator-default": "^5.1.6",
"marko": "^5.1.6"
"@marko/translator-default": "^5.1.7",
"marko": "^5.1.7"
},
"files": [
"dist",

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.1.7](https://github.com/marko-js/marko/compare/v5.1.6...v5.1.7) (2021-02-01)
### Bug Fixes
* allow passing 'dom' output instead of 'vdom' ([9c11a9b](https://github.com/marko-js/marko/commit/9c11a9be187c728b46caca9a37a9b383cc20ce1b))
## [5.1.6](https://github.com/marko-js/marko/compare/v5.1.5...v5.1.6) (2021-01-29)
**Note:** Version bump only for package marko

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.1.6",
"version": "5.1.7",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.1.6",
"@marko/translator-default": "^5.1.6",
"@marko/compiler": "^5.1.7",
"@marko/translator-default": "^5.1.7",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.0",

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.1.7](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.6...v5.1.7) (2021-02-01)
### Bug Fixes
* allow passing 'dom' output instead of 'vdom' ([9c11a9b](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/9c11a9be187c728b46caca9a37a9b383cc20ce1b))
## [5.1.6](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.5...v5.1.6) (2021-01-29)
**Note:** Version bump only for package @marko/translator-default

View File

@ -1,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.1.6",
"version": "5.1.7",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -12,8 +12,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.1.6",
"marko": "^5.1.6"
"@marko/compiler": "^5.1.7",
"marko": "^5.1.7"
},
"files": [
"dist"