mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
aeec614c5b
commit
d2cc62d0aa
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Unify hoisted custom tag vars with native tag refs
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix loop key serializing when used in a function
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Exclude change handlers from rest bindings
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.139",
|
||||
"version": "6.0.140",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user