[ci] release

This commit is contained in:
github-actions[bot] 2025-11-03 18:15:34 +00:00 committed by Dylan Piercey
parent 852974ba7b
commit f47b82e3f9
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Fix issue with source tracking being broken with destructured aliases.

View File

@ -1,5 +0,0 @@
---
"@marko/runtime-tags": patch
---
Ensure let tag with change handler properly tracks reactive sources.

2
package-lock.json generated
View File

@ -10541,7 +10541,7 @@
},
"packages/runtime-tags": {
"name": "@marko/runtime-tags",
"version": "6.0.99",
"version": "6.0.100",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.39.41",

View File

@ -1,5 +1,13 @@
# @marko/runtime-tags
## 6.0.100
### Patch Changes
- [#2923](https://github.com/marko-js/marko/pull/2923) [`5ce5231`](https://github.com/marko-js/marko/commit/5ce523177bf9c4ff01f47fd726a163f19ba2dec7) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with source tracking being broken with destructured aliases.
- [#2923](https://github.com/marko-js/marko/pull/2923) [`852974b`](https://github.com/marko-js/marko/commit/852974ba7b3db7da93e06db79e452a8282c92b7c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure let tag with change handler properly tracks reactive sources.
## 6.0.99
### Patch Changes

View File

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