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
7dd3fda134
commit
f66d7f609c
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix support for rest patterns in tag variables not creating a new object.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10543,7 +10543,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.33",
|
||||
"version": "6.0.34",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.28",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2728](https://github.com/marko-js/marko/pull/2728) [`7dd3fda`](https://github.com/marko-js/marko/commit/7dd3fda1349d2e557997f060b85738f8670d760f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix support for rest patterns in tag variables not creating a new object.
|
||||
|
||||
## 6.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.33",
|
||||
"version": "6.0.34",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user