Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed May 26, 2020
1 parent 9df798a commit 3cd6b47
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 8 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.0.0-next.14](https://github.com/marko-js/marko/compare/v5.0.0-next.13...v5.0.0-next.14) (2020-05-26)


### Bug Fixes

* improve browser support for website ([#1574](https://github.com/marko-js/marko/issues/1574)) ([9df798a](https://github.com/marko-js/marko/commit/9df798af5e71b71881995b6e06a9fb1b30b6fac2))





# [5.0.0-next.13](https://github.com/marko-js/marko/compare/v5.0.0-next.12...v5.0.0-next.13) (2020-05-20)


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.0.0-next.13"
"version": "5.0.0-next.14"
}
11 changes: 11 additions & 0 deletions packages/compiler/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.0.0-next.14](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.13...v5.0.0-next.14) (2020-05-26)


### Bug Fixes

* improve browser support for website ([#1574](https://github.com/marko-js/marko/tree/master/packages/compiler/issues/1574)) ([9df798a](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/9df798af5e71b71881995b6e06a9fb1b30b6fac2))





# [5.0.0-next.13](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.12...v5.0.0-next.13) (2020-05-20)


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.0.0-next.13",
"version": "5.0.0-next.14",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"@babel/types": "^7.7.4",
"@marko/babel-types": "^5.0.0-next.2",
"@marko/babel-utils": "^5.0.0-next.2",
"@marko/translator-default": "^5.0.0-next.13",
"@marko/translator-default": "^5.0.0-next.14",
"complain": "^1.6.0",
"he": "^1.1.0",
"htmljs-parser": "^2.7.1",
Expand All @@ -25,7 +25,7 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"marko": "^5.0.0-next.13"
"marko": "^5.0.0-next.14"
},
"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.0.0-next.14](https://github.com/marko-js/marko/compare/v5.0.0-next.13...v5.0.0-next.14) (2020-05-26)


### Bug Fixes

* improve browser support for website ([#1574](https://github.com/marko-js/marko/issues/1574)) ([9df798a](https://github.com/marko-js/marko/commit/9df798af5e71b71881995b6e06a9fb1b30b6fac2))





# [5.0.0-next.13](https://github.com/marko-js/marko/compare/v5.0.0-next.12...v5.0.0-next.13) (2020-05-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.0.0-next.13",
"version": "5.0.0-next.14",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"warp10": "^2.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.0.0-next.13",
"@marko/compiler": "^5.0.0-next.14",
"bluebird": "^3.4.7",
"chai": "^4.2.0",
"diffable-html": "^2.1.0",
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.0.0-next.14](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.13...v5.0.0-next.14) (2020-05-26)


### Bug Fixes

* improve browser support for website ([#1574](https://github.com/marko-js/marko/tree/master/packages/translator-default/issues/1574)) ([9df798a](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/9df798af5e71b71881995b6e06a9fb1b30b6fac2))





# [5.0.0-next.13](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.12...v5.0.0-next.13) (2020-05-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/translator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.0.0-next.13",
"version": "5.0.0-next.14",
"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.2",
"marko": "^5.0.0-next.13",
"marko": "^5.0.0-next.14",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3cd6b47

Please sign in to comment.