mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
chore: publish v5.17.1
This commit is contained in:
parent
f51ac21a11
commit
ac32b9545b
11
CHANGELOG.md
11
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.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)
|
||||
|
||||
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
"packages/*/test/**",
|
||||
"**/*.md"
|
||||
],
|
||||
"version": "5.17.0"
|
||||
"version": "5.17.1"
|
||||
}
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user