mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
chore: publish
This commit is contained in:
parent
60772b7098
commit
ae0c7a0a43
11
CHANGELOG.md
11
CHANGELOG.md
@ -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.80](https://github.com/marko-js/marko/compare/v5.0.0-next.79...v5.0.0-next.80) (2021-01-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* src to dist translations in some cases ([60772b7](https://github.com/marko-js/marko/commit/60772b7098b3f832ad620d43d965664167b5a035))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.79](https://github.com/marko-js/marko/compare/v5.0.0-next.78...v5.0.0-next.79) (2021-01-19)
|
||||
|
||||
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
"packages/*/test/**",
|
||||
"**/*.md"
|
||||
],
|
||||
"version": "5.0.0-next.79"
|
||||
"version": "5.0.0-next.80"
|
||||
}
|
||||
|
||||
@ -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.80](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.79...v5.0.0-next.80) (2021-01-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* src to dist translations in some cases ([60772b7](https://github.com/marko-js/marko/tree/master/packages/babel-utils/commit/60772b7098b3f832ad620d43d965664167b5a035))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.79](https://github.com/marko-js/marko/tree/master/packages/babel-utils/compare/v5.0.0-next.78...v5.0.0-next.79) (2021-01-19)
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/babel-utils",
|
||||
"description": "Utilities for use with Marko babel plugins.",
|
||||
"version": "5.0.0-next.79",
|
||||
"version": "5.0.0-next.80",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
|
||||
@ -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.80](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.79...v5.0.0-next.80) (2021-01-19)
|
||||
|
||||
**Note:** Version bump only for package @marko/compiler
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.79](https://github.com/marko-js/marko/tree/master/packages/compiler/compare/v5.0.0-next.78...v5.0.0-next.79) (2021-01-19)
|
||||
|
||||
**Note:** Version bump only for package @marko/compiler
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/compiler",
|
||||
"description": "Marko template to JS compiler.",
|
||||
"version": "5.0.0-next.79",
|
||||
"version": "5.0.0-next.80",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -14,7 +14,7 @@
|
||||
"@babel/traverse": "^7.7.4",
|
||||
"@babel/types": "^7.7.4",
|
||||
"@marko/babel-types": "^5.0.0-next.71",
|
||||
"@marko/babel-utils": "^5.0.0-next.79",
|
||||
"@marko/babel-utils": "^5.0.0-next.80",
|
||||
"complain": "^1.6.0",
|
||||
"enhanced-resolve": "5.0.0",
|
||||
"he": "^1.1.0",
|
||||
@ -26,8 +26,8 @@
|
||||
"strip-ansi": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.0.0-next.79",
|
||||
"marko": "^5.0.0-next.79"
|
||||
"@marko/translator-default": "^5.0.0-next.80",
|
||||
"marko": "^5.0.0-next.80"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -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.80](https://github.com/marko-js/marko/compare/v5.0.0-next.79...v5.0.0-next.80) (2021-01-19)
|
||||
|
||||
**Note:** Version bump only for package marko
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.79](https://github.com/marko-js/marko/compare/v5.0.0-next.78...v5.0.0-next.79) (2021-01-19)
|
||||
|
||||
**Note:** Version bump only for package marko
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.0.0-next.79",
|
||||
"version": "5.0.0-next.80",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.0.0-next.79",
|
||||
"@marko/translator-default": "^5.0.0-next.79",
|
||||
"@marko/compiler": "^5.0.0-next.80",
|
||||
"@marko/translator-default": "^5.0.0-next.80",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.0.0",
|
||||
"complain": "^1.6.0",
|
||||
|
||||
@ -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.80](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.79...v5.0.0-next.80) (2021-01-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* src to dist translations in some cases ([60772b7](https://github.com/marko-js/marko/tree/master/packages/translator-default/commit/60772b7098b3f832ad620d43d965664167b5a035))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-next.79](https://github.com/marko-js/marko/tree/master/packages/translator-default/compare/v5.0.0-next.78...v5.0.0-next.79) (2021-01-19)
|
||||
|
||||
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"version": "5.0.0-next.79",
|
||||
"version": "5.0.0-next.80",
|
||||
"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.71",
|
||||
"@marko/babel-utils": "^5.0.0-next.79",
|
||||
"@marko/babel-utils": "^5.0.0-next.80",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.0.0-next.79",
|
||||
"marko": "^5.0.0-next.79"
|
||||
"@marko/compiler": "^5.0.0-next.80",
|
||||
"marko": "^5.0.0-next.80"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user