chore: publish

This commit is contained in:
Dylan Piercey 2020-11-19 20:39:30 -07:00
parent fe84fb345a
commit 3da9897ee1
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
9 changed files with 49 additions and 11 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.56](https://github.com/marko-js/marko/compare/v5.0.0-next.55...v5.0.0-next.56) (2020-11-20)
### Bug Fixes
* **compiler:** no longer error when compiling from root dir ([fe84fb3](https://github.com/marko-js/marko/commit/fe84fb345affb4a48e10d51df18bcf1114e12d3f))
# [5.0.0-next.55](https://github.com/marko-js/marko/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19)

View File

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

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.56](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.55...v5.0.0-next.56) (2020-11-20)
### Bug Fixes
* **compiler:** no longer error when compiling from root dir ([fe84fb3](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/fe84fb345affb4a48e10d51df18bcf1114e12d3f))
# [5.0.0-next.55](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19)

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.0.0-next.55",
"version": "5.0.0-next.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.0.0-next.55",
"version": "5.0.0-next.56",
"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.54",
"@marko/babel-utils": "^5.0.0-next.55",
"@marko/translator-default": "^5.0.0-next.55",
"@marko/translator-default": "^5.0.0-next.56",
"complain": "^1.6.0",
"enhanced-resolve": "5.0.0",
"he": "^1.1.0",
@ -27,7 +27,7 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"marko": "^5.0.0-next.55"
"marko": "^5.0.0-next.56"
},
"files": [
"dist",

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.56](https://github.com/marko-js/marko/compare/v5.0.0-next.55...v5.0.0-next.56) (2020-11-20)
**Note:** Version bump only for package marko
# [5.0.0-next.55](https://github.com/marko-js/marko/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19)
**Note:** Version bump only for package marko

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.0.0-next.55",
"version": "5.0.0-next.56",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.0.0-next.55",
"@marko/translator-default": "^5.0.0-next.55",
"@marko/compiler": "^5.0.0-next.56",
"@marko/translator-default": "^5.0.0-next.56",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.0",

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.56](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.55...v5.0.0-next.56) (2020-11-20)
**Note:** Version bump only for package @marko/translator-default
# [5.0.0-next.55](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.54...v5.0.0-next.55) (2020-11-19)
**Note:** Version bump only for package @marko/translator-default

View File

@ -1,16 +1,16 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.0.0-next.55",
"version": "5.0.0-next.56",
"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.54",
"@marko/babel-utils": "^5.0.0-next.55",
"@marko/compiler": "^5.0.0-next.55",
"@marko/compiler": "^5.0.0-next.56",
"escape-string-regexp": "^4.0.0",
"marko": "^5.0.0-next.55",
"marko": "^5.0.0-next.56",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {