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
43522b78c3
commit
8301ea84d8
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Avoid creating intersections for closures which are now handled via the queue.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10355,7 +10355,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.3.44",
|
||||
"version": "0.3.45",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.12",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 0.3.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2535](https://github.com/marko-js/marko/pull/2535) [`43522b7`](https://github.com/marko-js/marko/commit/43522b78c3a84090f5f039a7ef2d0935541f81ee) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid creating intersections for closures which are now handled via the queue.
|
||||
|
||||
## 0.3.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "0.3.44",
|
||||
"version": "0.3.45",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user