[ci] release

This commit is contained in:
github-actions[bot] 2023-07-12 17:27:42 +00:00 committed by Dylan Piercey
parent 2afa3f6e61
commit 02cea4fc46
8 changed files with 43 additions and 28 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/compiler": patch
"marko": patch
"@marko/translator-default": patch
---
Ensure source maps are loaded in dev mode when using the @marko/register hook.

26
package-lock.json generated
View File

@ -10477,7 +10477,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.31.0",
"version": "5.31.1",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.0",
@ -10506,7 +10506,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.29.0"
"@marko/translator-default": "^5.29.1"
}
},
"packages/compiler/node_modules/jsesc": {
@ -10525,11 +10525,11 @@
"integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw=="
},
"packages/marko": {
"version": "5.29.0",
"version": "5.29.1",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.31.0",
"@marko/translator-default": "^5.29.0",
"@marko/compiler": "^5.31.1",
"@marko/translator-default": "^5.29.1",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -10554,7 +10554,7 @@
},
"packages/translator-default": {
"name": "@marko/translator-default",
"version": "5.29.0",
"version": "5.29.1",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.0",
@ -10564,8 +10564,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.31.0",
"marko": "^5.29.0"
"@marko/compiler": "^5.31.1",
"marko": "^5.29.1"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",
@ -12199,7 +12199,7 @@
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0",
"@marko/babel-utils": "^6.2.0",
"@marko/translator-default": "^5.29.0",
"@marko/translator-default": "^5.29.1",
"complain": "^1.6.0",
"he": "^1.2.0",
"htmljs-parser": "^5.4.3",
@ -12230,10 +12230,10 @@
"requires": {
"@babel/runtime": "^7.16.0",
"@marko/babel-utils": "^6.2.0",
"@marko/compiler": "^5.31.0",
"@marko/compiler": "^5.31.1",
"escape-string-regexp": "^4.0.0",
"magic-string": "^0.27.0",
"marko": "^5.29.0",
"marko": "^5.29.1",
"self-closing-tags": "^1.0.1"
},
"dependencies": {
@ -15687,8 +15687,8 @@
"marko": {
"version": "file:packages/marko",
"requires": {
"@marko/compiler": "^5.31.0",
"@marko/translator-default": "^5.29.0",
"@marko/compiler": "^5.31.1",
"@marko/translator-default": "^5.29.1",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.31.1
### Patch Changes
- [#1997](https://github.com/marko-js/marko/pull/1997) [`2afa3f6e6`](https://github.com/marko-js/marko/commit/2afa3f6e61ca262debde88bc11400a6ba97a2f19) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure source maps are loaded in dev mode when using the @marko/register hook.
## 5.31.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.31.0",
"version": "5.31.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -31,7 +31,7 @@
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@marko/translator-default": "^5.29.0"
"@marko/translator-default": "^5.29.1"
},
"files": [
"dist",

View File

@ -1,5 +1,15 @@
# Change Log
## 5.29.1
### Patch Changes
- [#1997](https://github.com/marko-js/marko/pull/1997) [`2afa3f6e6`](https://github.com/marko-js/marko/commit/2afa3f6e61ca262debde88bc11400a6ba97a2f19) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure source maps are loaded in dev mode when using the @marko/register hook.
- Updated dependencies [[`2afa3f6e6`](https://github.com/marko-js/marko/commit/2afa3f6e61ca262debde88bc11400a6ba97a2f19)]:
- @marko/compiler@5.31.1
- @marko/translator-default@5.29.1
## 5.29.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# Change Log
## 5.29.1
### Patch Changes
- [#1997](https://github.com/marko-js/marko/pull/1997) [`2afa3f6e6`](https://github.com/marko-js/marko/commit/2afa3f6e61ca262debde88bc11400a6ba97a2f19) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure source maps are loaded in dev mode when using the @marko/register hook.
## 5.29.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@marko/translator-default",
"description": "Translates Marko templates to the default Marko runtime.",
"version": "5.29.0",
"version": "5.29.1",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {
@ -12,8 +12,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.31.0",
"marko": "^5.29.0"
"@marko/compiler": "^5.31.1",
"marko": "^5.29.1"
},
"files": [
"dist",