mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
chore: publish v5.17.0
This commit is contained in:
parent
955ea006b8
commit
db00c7944a
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.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improve shadow root support ([#1749](https://github.com/marko-js/marko/issues/1749)) ([955ea00](https://github.com/marko-js/marko/commit/955ea006b89ee303d25f415d88962cd3b6f020f8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22)
|
||||
|
||||
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
"packages/*/test/**",
|
||||
"**/*.md"
|
||||
],
|
||||
"version": "5.16.1"
|
||||
"version": "5.17.0"
|
||||
}
|
||||
|
||||
@ -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.0](https://github.com/marko-js/marko/compare/v5.16.1...v5.17.0) (2021-10-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improve shadow root support ([#1749](https://github.com/marko-js/marko/issues/1749)) ([955ea00](https://github.com/marko-js/marko/commit/955ea006b89ee303d25f415d88962cd3b6f020f8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22)
|
||||
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.16.1",
|
||||
"version": "5.17.0",
|
||||
"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.16.1",
|
||||
"@marko/translator-default": "^5.17.0",
|
||||
"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.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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [5.16.1](https://github.com/marko-js/marko/compare/v5.16.0...v5.16.1) (2021-10-22)
|
||||
|
||||
**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.16.1",
|
||||
"version": "5.17.0",
|
||||
"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.16.1"
|
||||
"marko": "^5.17.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user