chore: publish

This commit is contained in:
Dylan Piercey 2020-07-30 20:43:07 -07:00
parent 489af508b6
commit 4909b6ff0a
No known key found for this signature in database
GPG Key ID: F6A9A2F45D062CBC
10 changed files with 65 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.0.0-next.31](https://github.com/marko-js/marko/compare/v5.0.0-next.30...v5.0.0-next.31) (2020-07-31)
### Features
* improve index position to line, column perf ([680dad6](https://github.com/marko-js/marko/commit/680dad65dafdb4300d3f86ea2be6bb322ecd7de9))
# [5.0.0-next.30](https://github.com/marko-js/marko/compare/v5.0.0-next.29...v5.0.0-next.30) (2020-07-29)
**Note:** Version bump only for package marko-project

View File

@ -13,5 +13,5 @@
"packages/*/test/**",
"**/*.md"
],
"version": "5.0.0-next.30"
"version": "5.0.0-next.31"
}

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.0.0-next.31](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.30...v5.0.0-next.31) (2020-07-31)
### Features
* improve index position to line, column perf ([680dad6](https://github.com/marko-js/marko/tree/master/packages/babel-utils/commit/680dad65dafdb4300d3f86ea2be6bb322ecd7de9))
# [5.0.0-next.20](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.19...v5.0.0-next.20) (2020-07-07)
**Note:** Version bump only for package @marko/babel-utils

View File

@ -1,7 +1,7 @@
{
"name": "@marko/babel-utils",
"description": "Utilities for use with Marko babel plugins.",
"version": "5.0.0-next.20",
"version": "5.0.0-next.31",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {

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.0.0-next.31](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.30...v5.0.0-next.31) (2020-07-31)
### Features
* improve index position to line, column perf ([680dad6](https://github.com/marko-js/marko/tree/master/packages/compiler/commit/680dad65dafdb4300d3f86ea2be6bb322ecd7de9))
# [5.0.0-next.30](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.29...v5.0.0-next.30) (2020-07-29)
**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.0.0-next.30",
"version": "5.0.0-next.31",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -13,8 +13,8 @@
"@babel/traverse": "^7.7.4",
"@babel/types": "^7.7.4",
"@marko/babel-types": "^5.0.0-next.2",
"@marko/babel-utils": "^5.0.0-next.20",
"@marko/translator-default": "^5.0.0-next.30",
"@marko/babel-utils": "^5.0.0-next.31",
"@marko/translator-default": "^5.0.0-next.31",
"complain": "^1.6.0",
"he": "^1.1.0",
"htmljs-parser": "^2.7.1",
@ -25,7 +25,7 @@
"strip-ansi": "^5.2.0"
},
"devDependencies": {
"marko": "^5.0.0-next.30"
"marko": "^5.0.0-next.31"
},
"files": [
"dist",

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.0.0-next.31](https://github.com/marko-js/marko/compare/v5.0.0-next.30...v5.0.0-next.31) (2020-07-31)
**Note:** Version bump only for package marko
# [5.0.0-next.30](https://github.com/marko-js/marko/compare/v5.0.0-next.29...v5.0.0-next.30) (2020-07-29)
**Note:** Version bump only for package marko

View File

@ -1,11 +1,11 @@
{
"name": "marko",
"version": "5.0.0-next.30",
"version": "5.0.0-next.31",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {
"@marko/compiler": "^5.0.0-next.30",
"@marko/translator-default": "^5.0.0-next.30",
"@marko/compiler": "^5.0.0-next.31",
"@marko/translator-default": "^5.0.0-next.31",
"app-module-path": "^2.2.0",
"argly": "^1.0.0",
"complain": "^1.6.0",

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.0.0-next.31](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.30...v5.0.0-next.31) (2020-07-31)
### Features
* improve index position to line, column perf ([680dad6](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/680dad65dafdb4300d3f86ea2be6bb322ecd7de9))
# [5.0.0-next.30](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.29...v5.0.0-next.30) (2020-07-29)
**Note:** Version bump only for package @marko/translator-default

View File

@ -1,15 +1,15 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.0.0-next.30",
"version": "5.0.0-next.31",
"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.20",
"@marko/compiler": "^5.0.0-next.30",
"marko": "^5.0.0-next.30",
"@marko/babel-utils": "^5.0.0-next.31",
"@marko/compiler": "^5.0.0-next.31",
"marko": "^5.0.0-next.31",
"self-closing-tags": "^1.0.1"
},
"devDependencies": {