mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
chore: publish
This commit is contained in:
parent
eb7441f787
commit
d1351a33de
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.0.0-next.3](https://github.com/marko-js/marko/compare/v5.0.0-next.2...v5.0.0-next.3) (2020-02-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only use minprops on runtime code ([#1511](https://github.com/marko-js/marko/issues/1511)) ([eb7441f](https://github.com/marko-js/marko/commit/eb7441f78779272577d8a19433644c0440ac6b80))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.2](https://github.com/marko-js/marko/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-02-25)
|
||||
|
||||
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
"packages/*/test/**",
|
||||
"**/*.md"
|
||||
],
|
||||
"version": "5.0.0-next.2"
|
||||
"version": "5.0.0-next.3"
|
||||
}
|
||||
|
||||
@ -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.3](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.2...v5.0.0-next.3) (2020-02-25)
|
||||
|
||||
**Note:** Version bump only for package @marko/compiler
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.2](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-02-25)
|
||||
|
||||
**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.2",
|
||||
"version": "5.0.0-next.3",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -14,13 +14,13 @@
|
||||
"@babel/types": "^7.7.4",
|
||||
"@marko/babel-types": "^5.0.0-next.2",
|
||||
"@marko/babel-utils": "^5.0.0-next.2",
|
||||
"@marko/translator-default": "^5.0.0-next.2",
|
||||
"@marko/translator-default": "^5.0.0-next.3",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.1.0",
|
||||
"htmljs-parser": "^2.7.1",
|
||||
"jsesc": "^2.5.2",
|
||||
"lasso-modules-client": "^2.0.4",
|
||||
"marko": "^5.0.0-next.2",
|
||||
"marko": "^5.0.0-next.3",
|
||||
"resolve-from": "^5.0.0",
|
||||
"self-closing-tags": "^1.0.1",
|
||||
"strip-ansi": "^5.2.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.3](https://github.com/marko-js/marko/compare/v5.0.0-next.2...v5.0.0-next.3) (2020-02-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only use minprops on runtime code ([#1511](https://github.com/marko-js/marko/issues/1511)) ([eb7441f](https://github.com/marko-js/marko/commit/eb7441f78779272577d8a19433644c0440ac6b80))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.2](https://github.com/marko-js/marko/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-02-25)
|
||||
|
||||
**Note:** Version bump only for package marko
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.0.0-next.2",
|
||||
"version": "5.0.0-next.3",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
@ -23,7 +23,7 @@
|
||||
"warp10": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.0.0-next.2",
|
||||
"@marko/compiler": "^5.0.0-next.3",
|
||||
"bluebird": "^3.4.7",
|
||||
"chai": "^4.2.0",
|
||||
"diffable-html": "^2.1.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.3](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.2...v5.0.0-next.3) (2020-02-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* only use minprops on runtime code ([#1511](https://github.com/marko-js/marko/tree/master/packages/translator-default/issues/1511)) ([eb7441f](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/eb7441f78779272577d8a19433644c0440ac6b80))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.2](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.1...v5.0.0-next.2) (2020-02-25)
|
||||
|
||||
**Note:** Version bump only for package @marko/translator-default
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"version": "5.0.0-next.2",
|
||||
"version": "5.0.0-next.3",
|
||||
"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.2",
|
||||
"@marko/babel-utils": "^5.0.0-next.2",
|
||||
"marko": "^5.0.0-next.2",
|
||||
"marko": "^5.0.0-next.3",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user