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
8d77da5524
commit
b2ee2db5c0
@ -1,6 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
"@marko/runtime-tags": patch
|
||||
---
|
||||
|
||||
Dynamic native tag compat fixes.
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -10555,12 +10555,12 @@
|
||||
},
|
||||
"packages/runtime-class": {
|
||||
"name": "marko",
|
||||
"version": "5.38.15",
|
||||
"version": "5.38.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
"@marko/compiler": "^5.39.48",
|
||||
"@marko/runtime-tags": "^6.0.137",
|
||||
"@marko/runtime-tags": "^6.0.138",
|
||||
"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.137",
|
||||
"version": "6.0.138",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.39.48",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.38.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3057](https://github.com/marko-js/marko/pull/3057) [`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Dynamic native tag compat fixes.
|
||||
|
||||
- Updated dependencies [[`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99)]:
|
||||
- @marko/runtime-tags@6.0.138
|
||||
|
||||
## 5.38.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.38.15",
|
||||
"version": "5.38.16",
|
||||
"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.48",
|
||||
"@marko/runtime-tags": "^6.0.137",
|
||||
"@marko/runtime-tags": "^6.0.138",
|
||||
"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.138
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3057](https://github.com/marko-js/marko/pull/3057) [`8d77da5`](https://github.com/marko-js/marko/commit/8d77da552454518a69aa2f5720fe179883571b99) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Dynamic native tag compat fixes.
|
||||
|
||||
## 6.0.137
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/runtime-tags",
|
||||
"version": "6.0.137",
|
||||
"version": "6.0.138",
|
||||
"description": "Optimized runtime for Marko templates.",
|
||||
"keywords": [
|
||||
"api",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user