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
1085a19fd2
commit
5c9eb8ea17
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Handle updating closures in a pending await and delay running renders in pending scopes
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Ensure parent branch is set on async branches
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10616,7 +10616,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.119",
|
||||
"version": "6.0.120",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.43",
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.120
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2982](https://github.com/marko-js/marko/pull/2982) [`40413b7`](https://github.com/marko-js/marko/commit/40413b7da9d7920abda8e51f8b73fd2417b8e123) Thanks [@rturnq](https://github.com/rturnq)! - Handle updating closures in a pending await and delay running renders in pending scopes
|
||||
|
||||
- [#2991](https://github.com/marko-js/marko/pull/2991) [`1085a19`](https://github.com/marko-js/marko/commit/1085a19fd26eeb7aac8ee209d852c8d536a2387d) Thanks [@rturnq](https://github.com/rturnq)! - Ensure parent branch is set on async branches
|
||||
|
||||
## 6.0.119
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.119",
|
||||
"version": "6.0.120",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user