Skip to content

Commit

Permalink
chore: publish v5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Mar 22, 2021
1 parent 82fb9d0 commit ab1d038
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4](https://github.com/marko-js/marko/compare/v5.5.3...v5.5.4) (2021-03-22)


### Bug Fixes

* resolveVirtualDependency typo ([be762ee](https://github.com/marko-js/marko/commit/be762ee84f3c10160bcf7bb253f6f9c9e68bd3ce))





## [5.5.3](https://github.com/marko-js/marko/compare/v5.5.2...v5.5.3) (2021-03-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.5.3"
"version": "5.5.4"
}
8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.5.3...v5.5.4) (2021-03-22)

**Note:** Version bump only for package @marko/compiler





## [5.5.3](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.5.2...v5.5.3) (2021-03-22)

**Note:** Version bump only for package @marko/compiler
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.5.3",
"version": "5.5.4",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.5.3"
"@marko/translator-default": "^5.5.4"
},
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/marko/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4](https://github.com/marko-js/marko/compare/v5.5.3...v5.5.4) (2021-03-22)

**Note:** Version bump only for package marko





## [5.5.3](https://github.com/marko-js/marko/compare/v5.5.2...v5.5.3) (2021-03-22)

**Note:** Version bump only for package marko
Expand Down
6 changes: 3 additions & 3 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.5.3",
"version": "5.5.4",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.5.3",
"@marko/translator-default": "^5.5.3",
"@marko/compiler": "^5.5.4",
"@marko/translator-default": "^5.5.4",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/translator-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.5.3...v5.5.4) (2021-03-22)


### Bug Fixes

* resolveVirtualDependency typo ([be762ee](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/be762ee84f3c10160bcf7bb253f6f9c9e68bd3ce))





## [5.5.3](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.5.2...v5.5.3) (2021-03-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.5.3",
"version": "5.5.4",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -12,8 +12,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.5.3",
"marko": "^5.5.3"
"@marko/compiler": "^5.5.4",
"marko": "^5.5.4"
},
"files": [
"dist"
Expand Down

0 comments on commit ab1d038

Please sign in to comment.