chore: publish

This commit is contained in:
Dylan Piercey 2021-03-01 10:21:14 -07:00
parent f7cbb1b571
commit c7eca8917e
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
10 changed files with 62 additions and 13 deletions

View File

@ -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.2.0](https://github.com/marko-js/marko/compare/v5.1.21...v5.2.0) (2021-03-01)
### Features
* move taglib apis into compiler source code ([f7cbb1b](https://github.com/marko-js/marko/commit/f7cbb1b5719ce767b7970ca7264a081010e8e65a))
## [5.1.21](https://github.com/marko-js/marko/compare/v5.1.20...v5.1.21) (2021-03-01)

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.1.21"
"version": "5.2.0"
}

View File

@ -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.2.0](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.1.21...v5.2.0) (2021-03-01)
**Note:** Version bump only for package @marko/babel-utils
## [5.1.21](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.1.20...v5.1.21) (2021-03-01)

View File

@ -1,7 +1,7 @@
{
"name": "@marko/babel-utils",
"description": "Utilities for use with Marko babel plugins.",
"version": "5.1.21",
"version": "5.2.0",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -9,7 +9,7 @@
"jsesc": "^2.5.2"
},
"devDependencies": {
"@marko/compiler": "^5.1.21"
"@marko/compiler": "^5.2.0"
},
"files": [
"dist",

View File

@ -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.2.0](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.21...v5.2.0) (2021-03-01)
### Features
* move taglib apis into compiler source code ([f7cbb1b](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/f7cbb1b5719ce767b7970ca7264a081010e8e65a))
## [5.1.21](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.1.20...v5.1.21) (2021-03-01)
**Note:** Version bump only for package @marko/compiler

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.1.21",
"version": "5.2.0",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -13,7 +13,7 @@
"@babel/runtime": "^7.7.7",
"@babel/traverse": "^7.7.4",
"@babel/types": "^7.7.4",
"@marko/babel-utils": "^5.1.21",
"@marko/babel-utils": "^5.2.0",
"complain": "^1.6.0",
"enhanced-resolve": "5.0.0",
"he": "^1.1.0",
@ -25,7 +25,7 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"@marko/translator-default": "^5.1.21"
"@marko/translator-default": "^5.2.0"
},
"files": [
"dist",

View File

@ -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.2.0](https://github.com/marko-js/marko/compare/v5.1.21...v5.2.0) (2021-03-01)
### Features
* move taglib apis into compiler source code ([f7cbb1b](https://github.com/marko-js/marko/commit/f7cbb1b5719ce767b7970ca7264a081010e8e65a))
## [5.1.20](https://github.com/marko-js/marko/compare/v5.1.19...v5.1.20) (2021-02-26)

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.1.20",
"version": "5.2.0",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.1.20",
"@marko/translator-default": "^5.1.20",
"@marko/compiler": "^5.2.0",
"@marko/translator-default": "^5.2.0",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"browser-refresh-client": "1.1.4",

View File

@ -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.2.0](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.21...v5.2.0) (2021-03-01)
**Note:** Version bump only for package @marko/translator-default
## [5.1.21](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.1.20...v5.1.21) (2021-03-01)
**Note:** Version bump only for package @marko/translator-default

View File

@ -1,18 +1,18 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.1.21",
"version": "5.2.0",
"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-utils": "^5.1.21",
"@marko/babel-utils": "^5.2.0",
"escape-string-regexp": "^4.0.0",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.1.21",
"marko": "^5.1.20"
"@marko/compiler": "^5.2.0",
"marko": "^5.2.0"
},
"files": [
"dist"