mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
[ci] release
This commit is contained in:
parent
852974ba7b
commit
f47b82e3f9
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@marko/runtime-tags": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix issue with source tracking being broken with destructured aliases.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@marko/runtime-tags": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Ensure let tag with change handler properly tracks reactive sources.
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10541,7 +10541,7 @@
|
|||||||
},
|
},
|
||||||
"packages/runtime-tags": {
|
"packages/runtime-tags": {
|
||||||
"name": "@marko/runtime-tags",
|
"name": "@marko/runtime-tags",
|
||||||
"version": "6.0.99",
|
"version": "6.0.100",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marko/compiler": "^5.39.41",
|
"@marko/compiler": "^5.39.41",
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @marko/runtime-tags
|
# @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
|
## 6.0.99
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@marko/runtime-tags",
|
"name": "@marko/runtime-tags",
|
||||||
"version": "6.0.99",
|
"version": "6.0.100",
|
||||||
"description": "Optimized runtime for Marko templates.",
|
"description": "Optimized runtime for Marko templates.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"api",
|
"api",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user