[ci] release

This commit is contained in:
github-actions[bot] 2026-01-30 23:41:15 +00:00 committed by Ryan Turnquist
parent aeec614c5b
commit d2cc62d0aa
6 changed files with 12 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Unify hoisted custom tag vars with native tag refs

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Fix loop key serializing when used in a function

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Exclude change handlers from rest bindings

2
package-lock.json generated
View File

@ -10606,7 +10606,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.139",
"version": "6.0.140",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.48",

View File

@ -1,5 +1,15 @@
# @marko/runtime-tags
## 6.0.140
### Patch Changes
- [#3064](https://github.com/marko-js/marko/pull/3064) [`f55f571`](https://github.com/marko-js/marko/commit/f55f571a30bf70c358efcb7fad5e9c9bdc5ed686) Thanks [@rturnq](https://github.com/rturnq)! - Unify hoisted custom tag vars with native tag refs
- [#3064](https://github.com/marko-js/marko/pull/3064) [`15efc9e`](https://github.com/marko-js/marko/commit/15efc9eab869b6e5140bd951324004c781843d38) Thanks [@rturnq](https://github.com/rturnq)! - Fix loop key serializing when used in a function
- [#3064](https://github.com/marko-js/marko/pull/3064) [`aeec614`](https://github.com/marko-js/marko/commit/aeec614c5b3c3fc3ab34ccbdc7f1fcc3a47b7198) Thanks [@rturnq](https://github.com/rturnq)! - Exclude change handlers from rest bindings
## 6.0.139
### Patch Changes

View File

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