mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
chore: publish
This commit is contained in:
parent
e1b39e18c4
commit
d8d4c32004
17
CHANGELOG.md
17
CHANGELOG.md
@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-next.46](https://github.com/marko-js/marko/compare/v5.0.0-next.45...v5.0.0-next.46) (2020-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only include template path with meta option enabled ([e1b39e1](https://github.com/marko-js/marko/commit/e1b39e18c430b86e2406187958d5503d83a7d79a))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* prevent bundlers from pulling in setImmediate shim ([585d6be](https://github.com/marko-js/marko/commit/585d6be9c288b2a0306d2ffcd36d15e8e17a03d9))
|
||||
* remove unecessary function for template load api ([33ae635](https://github.com/marko-js/marko/commit/33ae635fec6ad4383347c7ce9e640251937a8d64))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.45](https://github.com/marko-js/marko/compare/v5.0.0-next.44...v5.0.0-next.45) (2020-08-26)
|
||||
|
||||
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
"packages/*/test/**",
|
||||
"**/*.md"
|
||||
],
|
||||
"version": "5.0.0-next.45"
|
||||
"version": "5.0.0-next.46"
|
||||
}
|
||||
|
||||
@ -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.0.0-next.46](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.45...v5.0.0-next.46) (2020-09-17)
|
||||
|
||||
**Note:** Version bump only for package @marko/compiler
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.45](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.44...v5.0.0-next.45) (2020-08-26)
|
||||
|
||||
**Note:** Version bump only for package @marko/compiler
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/compiler",
|
||||
"description": "Marko template to JS compiler.",
|
||||
"version": "5.0.0-next.45",
|
||||
"version": "5.0.0-next.46",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -15,7 +15,7 @@
|
||||
"@babel/types": "^7.7.4",
|
||||
"@marko/babel-types": "^5.0.0-next.39",
|
||||
"@marko/babel-utils": "^5.0.0-next.39",
|
||||
"@marko/translator-default": "^5.0.0-next.45",
|
||||
"@marko/translator-default": "^5.0.0-next.46",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.1.0",
|
||||
"htmljs-parser": "^2.7.1",
|
||||
@ -26,7 +26,7 @@
|
||||
"strip-ansi": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"marko": "^5.0.0-next.45"
|
||||
"marko": "^5.0.0-next.46"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-next.46](https://github.com/marko-js/marko/compare/v5.0.0-next.45...v5.0.0-next.46) (2020-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only include template path with meta option enabled ([e1b39e1](https://github.com/marko-js/marko/commit/e1b39e18c430b86e2406187958d5503d83a7d79a))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* prevent bundlers from pulling in setImmediate shim ([585d6be](https://github.com/marko-js/marko/commit/585d6be9c288b2a0306d2ffcd36d15e8e17a03d9))
|
||||
* remove unecessary function for template load api ([33ae635](https://github.com/marko-js/marko/commit/33ae635fec6ad4383347c7ce9e640251937a8d64))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.45](https://github.com/marko-js/marko/compare/v5.0.0-next.44...v5.0.0-next.45) (2020-08-26)
|
||||
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.0.0-next.45",
|
||||
"version": "5.0.0-next.46",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.0.0-next.45",
|
||||
"@marko/translator-default": "^5.0.0-next.45",
|
||||
"@marko/compiler": "^5.0.0-next.46",
|
||||
"@marko/translator-default": "^5.0.0-next.46",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.0.0",
|
||||
"complain": "^1.6.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.0.0-next.46](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.45...v5.0.0-next.46) (2020-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only include template path with meta option enabled ([e1b39e1](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/e1b39e18c430b86e2406187958d5503d83a7d79a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.45](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.44...v5.0.0-next.45) (2020-08-26)
|
||||
|
||||
**Note:** Version bump only for package @marko/translator-default
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"version": "5.0.0-next.45",
|
||||
"version": "5.0.0-next.46",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@marko/babel-types": "^5.0.0-next.39",
|
||||
"@marko/babel-utils": "^5.0.0-next.39",
|
||||
"@marko/compiler": "^5.0.0-next.45",
|
||||
"@marko/compiler": "^5.0.0-next.46",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"marko": "^5.0.0-next.45",
|
||||
"marko": "^5.0.0-next.46",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user