chore: publish v5.17.1

This commit is contained in:
Dylan Piercey 2021-10-25 11:07:57 -07:00
parent f51ac21a11
commit ac32b9545b
No known key found for this signature in database
GPG Key ID: 6E196D1D87447EA1
6 changed files with 35 additions and 5 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.17.1](https://github.com/marko-js/marko/compare/v5.17.0...v5.17.1) (2021-10-25)
### Bug Fixes
* prefer delegating events from document.body ([f51ac21](https://github.com/marko-js/marko/commit/f51ac21a1116aacc97bd9a8b3009da368ce81f61))
# [5.17.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25)

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.17.0"
"version": "5.17.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.17.1](https://github.com/marko-js/marko/compare/v5.17.0...v5.17.1) (2021-10-25)
### Bug Fixes
* prefer delegating events from document.body ([f51ac21](https://github.com/marko-js/marko/commit/f51ac21a1116aacc97bd9a8b3009da368ce81f61))
# [5.17.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25)

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.17.0",
"version": "5.17.1",
"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.17.0",
"@marko/translator-default": "^5.17.1",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

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.17.1](https://github.com/marko-js/marko/compare/v5.17.0...v5.17.1) (2021-10-25)
**Note:** Version bump only for package @marko/translator-default
# [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

View File

@ -1,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.17.0",
"version": "5.17.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 @@
},
"devDependencies": {
"@marko/compiler": "^5.16.1",
"marko": "^5.17.0"
"marko": "^5.17.1"
},
"files": [
"dist"