[ci] release

This commit is contained in:
github-actions[bot] 2025-12-20 06:21:58 +00:00 committed by Ryan Turnquist
parent b2eb4e9925
commit 694fcd84c3
8 changed files with 16 additions and 27 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Optimize pure const signals which cache downstream as plain functions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Optimize spreads through a wrapper tag to a known tag into direct calls

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Optimize serialization to only send non-empty or referenced scopes

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Fix branch scope serialization for only child if and for tags

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Optimize loop key references as constants

2
package-lock.json generated
View File

@ -10606,7 +10606,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.126",
"version": "6.0.127",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.45",

View File

@ -1,5 +1,19 @@
# @marko/runtime-tags
## 6.0.127
### Patch Changes
- [#3021](https://github.com/marko-js/marko/pull/3021) [`b2eb4e9`](https://github.com/marko-js/marko/commit/b2eb4e9925d890c721b5065659babd54dec02dbe) Thanks [@rturnq](https://github.com/rturnq)! - Optimize pure const signals which cache downstream as plain functions
- [#2993](https://github.com/marko-js/marko/pull/2993) [`897a00d`](https://github.com/marko-js/marko/commit/897a00dcfe1fe1532a84aab0eff6ebd41e293ec0) Thanks [@rturnq](https://github.com/rturnq)! - Optimize spreads through a wrapper tag to a known tag into direct calls
- [#3019](https://github.com/marko-js/marko/pull/3019) [`d694b03`](https://github.com/marko-js/marko/commit/d694b03c936f6d8b102e469b5bf9f56e54ad23fd) Thanks [@rturnq](https://github.com/rturnq)! - Optimize serialization to only send non-empty or referenced scopes
- [#3019](https://github.com/marko-js/marko/pull/3019) [`e153684`](https://github.com/marko-js/marko/commit/e1536842785d989f69007c20c0e73474d6a8b9f5) Thanks [@rturnq](https://github.com/rturnq)! - Fix branch scope serialization for only child if and for tags
- [#3019](https://github.com/marko-js/marko/pull/3019) [`299a0e1`](https://github.com/marko-js/marko/commit/299a0e120d1f1363173e19a48e448157fe77172e) Thanks [@rturnq](https://github.com/rturnq)! - Optimize loop key references as constants
## 6.0.126
### Patch Changes

View File

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