chore: publish v5.8.4

This commit is contained in:
Dylan Piercey 2021-04-19 09:48:49 -07:00
parent b101623d7a
commit eec8665aa0
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
8 changed files with 47 additions and 9 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.8.4](https://github.com/marko-js/marko/compare/v5.8.3...v5.8.4) (2021-04-19)
### Bug Fixes
* **translator-default:** ignore browser.json with resolveVirtualDependency api ([b101623](https://github.com/marko-js/marko/commit/b101623d7a46a5c0fa497998530fd14b93497433))
## [5.8.3](https://github.com/marko-js/marko/compare/v5.8.2...v5.8.3) (2021-04-18)

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.8.3"
"version": "5.8.4"
}

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.8.4](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.8.3...v5.8.4) (2021-04-19)
**Note:** Version bump only for package @marko/compiler
## [5.8.3](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.8.2...v5.8.3) (2021-04-18)
**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.8.3",
"version": "5.8.4",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -29,7 +29,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.8.3"
"@marko/translator-default": "^5.8.4"
},
"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.8.4](https://github.com/marko-js/marko/compare/v5.8.3...v5.8.4) (2021-04-19)
**Note:** Version bump only for package marko
## [5.8.3](https://github.com/marko-js/marko/compare/v5.8.2...v5.8.3) (2021-04-18)
**Note:** Version bump only for package marko

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.8.3",
"version": "5.8.4",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.8.3",
"@marko/translator-default": "^5.8.3",
"@marko/compiler": "^5.8.4",
"@marko/translator-default": "^5.8.4",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

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.8.4](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.8.3...v5.8.4) (2021-04-19)
### Bug Fixes
* **translator-default:** ignore browser.json with resolveVirtualDependency api ([b101623](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/b101623d7a46a5c0fa497998530fd14b93497433))
## [5.8.3](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.8.2...v5.8.3) (2021-04-18)

View File

@ -1,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.8.3",
"version": "5.8.4",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -12,8 +12,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.8.3",
"marko": "^5.8.3"
"@marko/compiler": "^5.8.4",
"marko": "^5.8.4"
},
"files": [
"dist"