mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release (#1793)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c9107ea7f6
commit
0b20e5da06
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@marko/babel-utils": patch
|
||||
"@marko/compiler": patch
|
||||
"marko": patch
|
||||
"@marko/translator-default": patch
|
||||
---
|
||||
|
||||
Fix broken previous release where the "main" field for package.json files was not correctly updated when published
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1792](https://github.com/marko-js/marko/pull/1792) [`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix broken previous release where the "main" field for package.json files was not correctly updated when published
|
||||
|
||||
## 5.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/babel-utils",
|
||||
"description": "Utilities for use with Marko babel plugins.",
|
||||
"version": "5.21.0",
|
||||
"version": "5.21.1",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
@ -10,7 +10,7 @@
|
||||
"relative-import-path": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.21.0"
|
||||
"@marko/compiler": "^5.21.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1792](https://github.com/marko-js/marko/pull/1792) [`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix broken previous release where the "main" field for package.json files was not correctly updated when published
|
||||
|
||||
- Updated dependencies [[`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194)]:
|
||||
- @marko/babel-utils@5.21.1
|
||||
|
||||
## 5.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@marko/compiler",
|
||||
"description": "Marko template to JS compiler.",
|
||||
"version": "5.21.0",
|
||||
"version": "5.21.1",
|
||||
"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.16.0",
|
||||
"@babel/traverse": "^7.16.0",
|
||||
"@babel/types": "^7.16.0",
|
||||
"@marko/babel-utils": "^5.21.0",
|
||||
"@marko/babel-utils": "^5.21.1",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.2.0",
|
||||
"htmljs-parser": "^3.3.1",
|
||||
@ -28,7 +28,7 @@
|
||||
"strip-json-comments": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.21.0"
|
||||
"@marko/translator-default": "^5.21.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Change Log
|
||||
|
||||
## 5.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1792](https://github.com/marko-js/marko/pull/1792) [`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix broken previous release where the "main" field for package.json files was not correctly updated when published
|
||||
|
||||
- Updated dependencies [[`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194)]:
|
||||
- @marko/compiler@5.21.1
|
||||
- @marko/translator-default@5.21.1
|
||||
|
||||
## 5.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.21.0",
|
||||
"version": "5.21.1",
|
||||
"license": "MIT",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.21.0",
|
||||
"@marko/translator-default": "^5.21.0",
|
||||
"@marko/compiler": "^5.21.1",
|
||||
"@marko/translator-default": "^5.21.1",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1792](https://github.com/marko-js/marko/pull/1792) [`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix broken previous release where the "main" field for package.json files was not correctly updated when published
|
||||
|
||||
- Updated dependencies [[`c9107ea7f`](https://github.com/marko-js/marko/commit/c9107ea7f6fc69df10700114fe35b7b494414194)]:
|
||||
- @marko/babel-utils@5.21.1
|
||||
|
||||
## 5.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"version": "5.21.0",
|
||||
"version": "5.21.1",
|
||||
"author": "Dylan Piercey <dpiercey@ebay.com>",
|
||||
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.0",
|
||||
"@marko/babel-utils": "^5.21.0",
|
||||
"@marko/babel-utils": "^5.21.1",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"magic-string": "^0.25.7",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.21.0",
|
||||
"marko": "^5.21.0"
|
||||
"@marko/compiler": "^5.21.1",
|
||||
"marko": "^5.21.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user