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
38aa75777f
commit
f4bbfb6033
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix issue where the resume walker was incorrectly stopping when an incomplete placeholder was ended.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10541,7 +10541,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.88",
|
||||
"version": "6.0.89",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.40",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.89
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2887](https://github.com/marko-js/marko/pull/2887) [`38aa757`](https://github.com/marko-js/marko/commit/38aa75777f08005e53cfcae0b7ac3cbfac16c4c0) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where the resume walker was incorrectly stopping when an incomplete placeholder was ended.
|
||||
|
||||
## 6.0.88
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.88",
|
||||
"version": "6.0.89",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user