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
3fbead1b58
commit
9c3f20a9dd
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@marko/runtime-tags": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Optimize resume visitor code for bundle size.
|
|
||||||
@ -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
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.110",
|
"version": "6.0.111",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@marko/compiler": "^5.39.42",
|
"@marko/compiler": "^5.39.42",
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# @marko/runtime-tags
|
# @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
|
## 6.0.110
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@marko/runtime-tags",
|
"name": "@marko/runtime-tags",
|
||||||
"version": "6.0.110",
|
"version": "6.0.111",
|
||||||
"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