chore: publish

This commit is contained in:
Dylan Piercey 2020-08-04 11:54:36 -07:00
parent 212dda9c00
commit 006d41f05d
No known key found for this signature in database
GPG Key ID: F6A9A2F45D062CBC
8 changed files with 60 additions and 10 deletions

View File

@ -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.35](https://github.com/marko-js/marko/compare/v5.0.0-next.34...v5.0.0-next.35) (2020-08-04)
### Bug Fixes
* lint and format scripts ([57b66ef](https://github.com/marko-js/marko/commit/57b66ef39782ea249d3cf7913ec8242d0baf5535))
* lint script ([c11c0e0](https://github.com/marko-js/marko/commit/c11c0e080bdca99c469107f56280168162915a8e))
### Features
* add custom fileSystem config option ([#1590](https://github.com/marko-js/marko/issues/1590)) ([212dda9](https://github.com/marko-js/marko/commit/212dda9c004af1958feacf5c9be9ac381feb2708))
# [5.0.0-next.34](https://github.com/marko-js/marko/compare/v5.0.0-next.33...v5.0.0-next.34) (2020-08-04)

View File

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

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.35](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.34...v5.0.0-next.35) (2020-08-04)
### Features
* add custom fileSystem config option ([#1590](https://github.com/marko-js/marko/tree/master/packages/compiler/issues/1590)) ([212dda9](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/212dda9c004af1958feacf5c9be9ac381feb2708))
# [5.0.0-next.34](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.33...v5.0.0-next.34) (2020-08-04)
**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.34",
"version": "5.0.0-next.35",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -14,7 +14,7 @@
"@babel/types": "^7.7.4",
"@marko/babel-types": "^5.0.0-next.2",
"@marko/babel-utils": "^5.0.0-next.31",
"@marko/translator-default": "^5.0.0-next.34",
"@marko/translator-default": "^5.0.0-next.35",
"complain": "^1.6.0",
"he": "^1.1.0",
"htmljs-parser": "^2.7.1",
@ -25,7 +25,7 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"marko": "^5.0.0-next.34"
"marko": "^5.0.0-next.35"
},
"files": [
"dist",

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.35](https://github.com/marko-js/marko/compare/v5.0.0-next.34...v5.0.0-next.35) (2020-08-04)
### Bug Fixes
* lint and format scripts ([57b66ef](https://github.com/marko-js/marko/commit/57b66ef39782ea249d3cf7913ec8242d0baf5535))
# [5.0.0-next.34](https://github.com/marko-js/marko/compare/v5.0.0-next.33...v5.0.0-next.34) (2020-08-04)

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.0.0-next.34",
"version": "5.0.0-next.35",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.0.0-next.34",
"@marko/translator-default": "^5.0.0-next.34",
"@marko/compiler": "^5.0.0-next.35",
"@marko/translator-default": "^5.0.0-next.35",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.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.35](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.34...v5.0.0-next.35) (2020-08-04)
### Features
* add custom fileSystem config option ([#1590](https://github.com/marko-js/marko/tree/master/packages/translator-default/issues/1590)) ([212dda9](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/212dda9c004af1958feacf5c9be9ac381feb2708))
# [5.0.0-next.34](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.33...v5.0.0-next.34) (2020-08-04)

View File

@ -1,15 +1,15 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.0.0-next.34",
"version": "5.0.0-next.35",
"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.31",
"@marko/compiler": "^5.0.0-next.34",
"marko": "^5.0.0-next.34",
"@marko/compiler": "^5.0.0-next.35",
"marko": "^5.0.0-next.35",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {