[ci] release

This commit is contained in:
github-actions[bot] 2026-01-28 22:40:42 +00:00 committed by Dylan Piercey
parent 8d77da5524
commit b2ee2db5c0
6 changed files with 21 additions and 12 deletions

View File

@ -1,6 +0,0 @@
---
"marko": patch
"@marko/runtime-tags": patch
---
Dynamic native tag compat fixes.

6
package-lock.json generated
View File

@ -10555,12 +10555,12 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.38.15",
"version": "5.38.16",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",
"@marko/compiler": "^5.39.48",
"@marko/runtime-tags": "^6.0.137",
"@marko/runtime-tags": "^6.0.138",
"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.137",
"version": "6.0.138",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.48",

View File

@ -1,5 +1,14 @@
# Change Log
## 5.38.16
### Patch Changes
- [#3057](https://github.com/marko-js/marko/pull/3057) [`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Dynamic native tag compat fixes.
- Updated dependencies [[`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99)]:
- @marko/runtime-tags@6.0.138
## 5.38.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.38.15",
"version": "5.38.16",
"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.48",
"@marko/runtime-tags": "^6.0.137",
"@marko/runtime-tags": "^6.0.138",
"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.138
### Patch Changes
- [#3057](https://github.com/marko-js/marko/pull/3057) [`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Dynamic native tag compat fixes.
## 6.0.137
### Patch Changes

View File

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