Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Mar 17, 2020
1 parent bc0bc69 commit 3f30b02
Show file tree
Hide file tree
Showing 8 changed files with 46 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.8](https://github.com/marko-js/marko/compare/v5.0.0-next.7...v5.0.0-next.8) (2020-03-17)


### Bug Fixes

* **translator-default:** include full filename in meta.component ([bc0bc69](https://github.com/marko-js/marko/commit/bc0bc69b3179b7ffbbe44046cb84933af3db095c))





# [5.0.0-next.7](https://github.com/marko-js/marko/compare/v5.0.0-next.6...v5.0.0-next.7) (2020-03-17)


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.7"
"version": "5.0.0-next.8"
}
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.0.0-next.8](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.7...v5.0.0-next.8) (2020-03-17)

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





# [5.0.0-next.7](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.6...v5.0.0-next.7) (2020-03-17)

**Note:** Version bump only for package @marko/compiler
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.7",
"version": "5.0.0-next.8",
"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.7",
"@marko/translator-default": "^5.0.0-next.8",
"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.7"
"marko": "^5.0.0-next.8"
},
"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.0.0-next.8](https://github.com/marko-js/marko/compare/v5.0.0-next.7...v5.0.0-next.8) (2020-03-17)

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





# [5.0.0-next.7](https://github.com/marko-js/marko/compare/v5.0.0-next.6...v5.0.0-next.7) (2020-03-17)

**Note:** Version bump only for package marko
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.7",
"version": "5.0.0-next.8",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"warp10": "^2.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.0.0-next.7",
"@marko/compiler": "^5.0.0-next.8",
"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.8](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.7...v5.0.0-next.8) (2020-03-17)


### Bug Fixes

* **translator-default:** include full filename in meta.component ([bc0bc69](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/bc0bc69b3179b7ffbbe44046cb84933af3db095c))





# [5.0.0-next.7](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.6...v5.0.0-next.7) (2020-03-17)


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.7",
"version": "5.0.0-next.8",
"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.7",
"marko": "^5.0.0-next.8",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3f30b02

Please sign in to comment.