[ci] release

This commit is contained in:
github-actions[bot] 2025-11-12 16:46:17 +00:00 committed by Dylan Piercey
parent 3fbead1b58
commit 9c3f20a9dd
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Optimize resume visitor code for bundle size.

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Refactor resume runtime to avoid executing other render and effect code in the queue when resuming.

2
package-lock.json generated
View File

@ -10541,7 +10541,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.110",
"version": "6.0.111",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.42",

View File

@ -1,5 +1,13 @@
# @marko/runtime-tags
## 6.0.111
### Patch Changes
- [#2953](https://github.com/marko-js/marko/pull/2953) [`f79163d`](https://github.com/marko-js/marko/commit/f79163dc0e54e3295c0f7e7efddca2eda226328f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Optimize resume visitor code for bundle size.
- [#2953](https://github.com/marko-js/marko/pull/2953) [`3fbead1`](https://github.com/marko-js/marko/commit/3fbead1b58933f968a3aa6e821cf054095fd94eb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor resume runtime to avoid executing other render and effect code in the queue when resuming.
## 6.0.110
### Patch Changes

View File

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