[ci] release

This commit is contained in:
github-actions[bot] 2025-12-18 15:40:48 +00:00 committed by Dylan Piercey
parent c1f5de7c07
commit a895a6e8a8
6 changed files with 21 additions and 12 deletions

View File

@ -1,6 +0,0 @@
---
"@marko/runtime-tags": patch
"marko": patch
---
Support "renderer" templates in class/tags interop.

6
package-lock.json generated
View File

@ -10555,12 +10555,12 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.38.6",
"version": "5.38.7",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.45",
"@marko/runtime-tags": "^6.0.125",
"@marko/runtime-tags": "^6.0.126",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",
@ -10606,7 +10606,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.125",
"version": "6.0.126",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.45",

View File

@ -1,5 +1,14 @@
# Change Log
## 5.38.7
### Patch Changes
- [#3015](https://github.com/marko-js/marko/pull/3015) [`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support "renderer" templates in class/tags interop.
- Updated dependencies [[`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35)]:
- @marko/runtime-tags@6.0.126
## 5.38.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.38.6",
"version": "5.38.7",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
@ -71,7 +71,7 @@
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.45",
"@marko/runtime-tags": "^6.0.125",
"@marko/runtime-tags": "^6.0.126",
"app-module-path": "^2.2.0",
"argly": "^1.2.0",
"browser-refresh-client": "1.1.4",

View File

@ -1,5 +1,11 @@
# @marko/runtime-tags
## 6.0.126
### Patch Changes
- [#3015](https://github.com/marko-js/marko/pull/3015) [`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support "renderer" templates in class/tags interop.
## 6.0.125
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "6.0.125",
"version": "6.0.126",
"description": "Optimized runtime for Marko templates.",
"keywords": [
"api",