chore: publish

This commit is contained in:
Dylan Piercey 2020-02-25 11:26:49 -08:00
parent eb7441f787
commit d1351a33de
No known key found for this signature in database
GPG Key ID: F6A9A2F45D062CBC
8 changed files with 49 additions and 8 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.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)

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.0.0-next.2"
"version": "5.0.0-next.3"
}

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.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

View File

@ -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"

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.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

View File

@ -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",

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.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

View File

@ -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": [