Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 26, 2021
1 parent 4c7406d commit 2c37386
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 10 deletions.
8 changes: 8 additions & 0 deletions 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.1.2](https://github.com/marko-js/marko/compare/v5.1.1...v5.1.2) (2021-01-26)

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





## [5.1.1](https://github.com/marko-js/marko/compare/v5.1.0...v5.1.1) (2021-01-26)

**Note:** Version bump only for package marko-project
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.1.1"
"version": "5.1.2"
}
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.1.2](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.1...v5.1.2) (2021-01-26)

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





## [5.1.1](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.0...v5.1.1) (2021-01-26)

**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.1.1",
"version": "5.1.2",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
Expand All @@ -26,8 +26,8 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"@marko/translator-default": "^5.1.1",
"marko": "^5.1.1"
"@marko/translator-default": "^5.1.2",
"marko": "^5.1.2"
},
"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.1.2](https://github.com/marko-js/marko/compare/v5.1.1...v5.1.2) (2021-01-26)

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





## [5.1.1](https://github.com/marko-js/marko/compare/v5.1.0...v5.1.1) (2021-01-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.1.1",
"version": "5.1.2",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.1.1",
"@marko/translator-default": "^5.1.1",
"@marko/compiler": "^5.1.2",
"@marko/translator-default": "^5.1.2",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.0",
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.1.2](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.1...v5.1.2) (2021-01-26)

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





## [5.1.1](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.0...v5.1.1) (2021-01-26)

**Note:** Version bump only for package @marko/translator-default
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.1.1",
"version": "5.1.2",
"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.1.1",
"marko": "^5.1.1"
"@marko/compiler": "^5.1.2",
"marko": "^5.1.2"
},
"files": [
"dist"
Expand Down

0 comments on commit 2c37386

Please sign in to comment.