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
8cdeb6bb1d
commit
8a147a7195
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix regression with text only tags (textarea/title) with a spread and no body content.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10616,7 +10616,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.118",
|
||||
"version": "6.0.119",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.43",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.119
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2987](https://github.com/marko-js/marko/pull/2987) [`8cdeb6b`](https://github.com/marko-js/marko/commit/8cdeb6bb1d948ba2fb52299d9c543a59f29dc482) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression with text only tags (textarea/title) with a spread and no body content.
|
||||
|
||||
## 6.0.118
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.118",
|
||||
"version": "6.0.119",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user