mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
c1f5de7c07
commit
a895a6e8a8
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@marko/runtime-tags": patch
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Support "renderer" templates in class/tags interop.
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -10555,12 +10555,12 @@
|
||||
},
|
||||
"packages/runtime-class": {
|
||||
"name": "marko",
|
||||
"version": "5.38.6",
|
||||
"version": "5.38.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@marko/compiler": "^5.39.45",
|
||||
"@marko/runtime-tags": "^6.0.125",
|
||||
"@marko/runtime-tags": "^6.0.126",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
@ -10606,7 +10606,7 @@
|
||||
},
|
||||
"packages/runtime-tags": {
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.125",
|
||||
"version": "6.0.126",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.45",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.38.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3015](https://github.com/marko-js/marko/pull/3015) [`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support "renderer" templates in class/tags interop.
|
||||
|
||||
- Updated dependencies [[`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35)]:
|
||||
- @marko/runtime-tags@6.0.126
|
||||
|
||||
## 5.38.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.38.6",
|
||||
"version": "5.38.7",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"keywords": [
|
||||
"front-end",
|
||||
@ -71,7 +71,7 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@marko/compiler": "^5.39.45",
|
||||
"@marko/runtime-tags": "^6.0.125",
|
||||
"@marko/runtime-tags": "^6.0.126",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @marko/runtime-tags
|
||||
|
||||
## 6.0.126
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3015](https://github.com/marko-js/marko/pull/3015) [`c1f5de7`](https://github.com/marko-js/marko/commit/c1f5de7c0739b5d96a068e5ecc21a7f5140c2f35) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Support "renderer" templates in class/tags interop.
|
||||
|
||||
## 6.0.125
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.125",
|
||||
"version": "6.0.126",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user