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
afaefb6791
commit
66b98231db
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Fix script tag types for class/tags interop.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10564,7 +10564,7 @@
|
||||
},
|
||||
"packages/runtime-class": {
|
||||
"name": "marko",
|
||||
"version": "5.38.2",
|
||||
"version": "5.38.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.2",
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 5.38.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3005](https://github.com/marko-js/marko/pull/3005) [`afaefb6`](https://github.com/marko-js/marko/commit/afaefb6791acd3e9768793e7615908b25382b7fb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix script tag types for class/tags interop.
|
||||
|
||||
## 5.38.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.38.2",
|
||||
"version": "5.38.3",
|
||||
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
|
||||
"keywords": [
|
||||
"front-end",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user