Skip to content

Commit

Permalink
chore: publish v5.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Apr 27, 2022
1 parent e523252 commit 637f064
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 13 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.20.9](https://github.com/marko-js/marko/compare/v5.20.8...v5.20.9) (2022-04-27)


### Bug Fixes

* some environments (deno) provide a window but not a document ([e523252](https://github.com/marko-js/marko/commit/e52325234b9f3e7d430b4191f87486df7b13c497))





## [5.20.8](https://github.com/marko-js/marko/compare/v5.20.7...v5.20.8) (2022-04-26)


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.20.8"
"version": "5.20.9"
}
8 changes: 8 additions & 0 deletions packages/babel-utils/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.20.9](https://github.com/marko-js/marko/compare/v5.20.8...v5.20.9) (2022-04-27)

**Note:** Version bump only for package @marko/babel-utils





## [5.20.8](https://github.com/marko-js/marko/compare/v5.20.7...v5.20.8) (2022-04-26)

**Note:** Version bump only for package @marko/babel-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/babel-utils",
"description": "Utilities for use with Marko babel plugins.",
"version": "5.20.8",
"version": "5.20.9",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"relative-import-path": "^1.0.0"
},
"devDependencies": {
"@marko/compiler": "^5.20.8"
"@marko/compiler": "^5.20.9"
},
"files": [
"dist",
Expand Down
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.20.9](https://github.com/marko-js/marko/compare/v5.20.8...v5.20.9) (2022-04-27)

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





## [5.20.8](https://github.com/marko-js/marko/compare/v5.20.7...v5.20.8) (2022-04-26)


Expand Down
6 changes: 3 additions & 3 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.20.8",
"version": "5.20.9",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -13,7 +13,7 @@
"@babel/runtime": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0",
"@marko/babel-utils": "^5.20.8",
"@marko/babel-utils": "^5.20.9",
"complain": "^1.6.0",
"he": "^1.2.0",
"htmljs-parser": "^3.3.1",
Expand All @@ -28,7 +28,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.20.8"
"@marko/translator-default": "^5.20.9"
},
"files": [
"dist",
Expand Down
11 changes: 11 additions & 0 deletions packages/marko/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.20.9](https://github.com/marko-js/marko/compare/v5.20.8...v5.20.9) (2022-04-27)


### Bug Fixes

* some environments (deno) provide a window but not a document ([e523252](https://github.com/marko-js/marko/commit/e52325234b9f3e7d430b4191f87486df7b13c497))





## [5.20.8](https://github.com/marko-js/marko/compare/v5.20.7...v5.20.8) (2022-04-26)

**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.20.8",
"version": "5.20.9",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.20.8",
"@marko/translator-default": "^5.20.8",
"@marko/compiler": "^5.20.9",
"@marko/translator-default": "^5.20.9",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/translator-default/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.20.9](https://github.com/marko-js/marko/compare/v5.20.8...v5.20.9) (2022-04-27)

**Note:** Version bump only for package @marko/translator-default





## [5.20.8](https://github.com/marko-js/marko/compare/v5.20.7...v5.20.8) (2022-04-26)

**Note:** Version bump only for package @marko/translator-default
Expand Down
8 changes: 4 additions & 4 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.20.8",
"version": "5.20.9",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.16.0",
"@marko/babel-utils": "^5.20.8",
"@marko/babel-utils": "^5.20.9",
"escape-string-regexp": "^4.0.0",
"magic-string": "^0.25.7",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.20.8",
"marko": "^5.20.8"
"@marko/compiler": "^5.20.9",
"marko": "^5.20.9"
},
"files": [
"dist"
Expand Down

0 comments on commit 637f064

Please sign in to comment.