mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
Revert "[ci] release"
This reverts commit 36ba7d89c608370f669e1a039f5475b871d3a652.
This commit is contained in:
parent
36ba7d89c6
commit
e9d1c3ab65
5
.changeset/major-shrimps-play.md
Normal file
5
.changeset/major-shrimps-play.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Fix types for return of mounted templates.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10286,7 +10286,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.38",
|
||||
"version": "6.0.37",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.29",
|
||||
|
||||
@ -1,11 +1,5 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.38
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2737](https://github.com/marko-js/marko/pull/2737) [`234d6f4`](https://github.com/marko-js/marko/commit/234d6f41be611f11a03a4e6361f7878408168868) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix types for return of mounted templates.
|
||||
|
||||
## 6.0.37
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.38",
|
||||
"version": "6.0.37",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user