[ci] release

This commit is contained in:
github-actions[bot] 2024-09-19 21:38:04 +00:00 committed by Dylan Piercey
parent c600610247
commit 8ae0ef9199
8 changed files with 38 additions and 23 deletions

View File

@ -1,7 +0,0 @@
---
"@marko/translator-default": patch
"marko": patch
"@marko/compiler": patch
---
Fix issue with comment nodes in unescaped html by bringing back virtual comment nodes.

16
package-lock.json generated
View File

@ -10983,7 +10983,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.37.9",
"version": "5.37.10",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.24.7",
@ -11011,7 +11011,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.0.11"
"@marko/translator-default": "^6.0.12"
}
},
"packages/compiler/node_modules/jsesc": {
@ -11025,11 +11025,11 @@
}
},
"packages/marko": {
"version": "5.35.14",
"version": "5.35.15",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.37.9",
"@marko/translator-default": "^6.0.11",
"@marko/compiler": "^5.37.10",
"@marko/translator-default": "^6.0.12",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -11074,7 +11074,7 @@
},
"packages/translator-default": {
"name": "@marko/translator-default",
"version": "6.0.11",
"version": "6.0.12",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.25.0",
@ -11083,8 +11083,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.37.9",
"marko": "^5.35.13"
"@marko/compiler": "^5.37.10",
"marko": "^5.35.15"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.37.10
### Patch Changes
- [#2294](https://github.com/marko-js/marko/pull/2294) [`c600610`](https://github.com/marko-js/marko/commit/c6006102479d8d10ffd1f18d13b8c607fbabd177) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with comment nodes in unescaped html by bringing back virtual comment nodes.
## 5.37.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/compiler",
"version": "5.37.9",
"version": "5.37.10",
"description": "Marko template to JS compiler.",
"keywords": [
"babel",
@ -80,7 +80,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@marko/translator-default": "^6.0.11"
"@marko/translator-default": "^6.0.12"
},
"publishConfig": {
"access": "public"

View File

@ -1,5 +1,15 @@
# Change Log
## 5.35.15
### Patch Changes
- [#2294](https://github.com/marko-js/marko/pull/2294) [`c600610`](https://github.com/marko-js/marko/commit/c6006102479d8d10ffd1f18d13b8c607fbabd177) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with comment nodes in unescaped html by bringing back virtual comment nodes.
- Updated dependencies [[`c600610`](https://github.com/marko-js/marko/commit/c6006102479d8d10ffd1f18d13b8c607fbabd177)]:
- @marko/translator-default@6.0.12
- @marko/compiler@5.37.10
## 5.35.14
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.35.14",
"version": "5.35.15",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
@ -65,8 +65,8 @@
"build": "babel ./src --out-dir ./dist --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
},
"dependencies": {
"@marko/compiler": "^5.37.9",
"@marko/translator-default": "^6.0.11",
"@marko/compiler": "^5.37.10",
"@marko/translator-default": "^6.0.12",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,11 @@
# Change Log
## 6.0.12
### Patch Changes
- [#2294](https://github.com/marko-js/marko/pull/2294) [`c600610`](https://github.com/marko-js/marko/commit/c6006102479d8d10ffd1f18d13b8c607fbabd177) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with comment nodes in unescaped html by bringing back virtual comment nodes.
## 6.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/translator-default",
"version": "6.0.11",
"version": "6.0.12",
"description": "Translates Marko templates to the default Marko runtime.",
"keywords": [
"babel",
@ -34,8 +34,8 @@
"self-closing-tags": "^1.0.1"
},
"devDependencies": {
"@marko/compiler": "^5.37.9",
"marko": "^5.35.13"
"@marko/compiler": "^5.37.10",
"marko": "^5.35.15"
},
"peerDependencies": {
"@marko/compiler": "^5.16.1",