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
d08be4078f
commit
a5d83840e5
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Fix special attrs
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Fix issue with nesting out of order awaits inside of in order awaits.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -10307,7 +10307,7 @@
|
||||
},
|
||||
"packages/runtime-class": {
|
||||
"name": "marko",
|
||||
"version": "5.37.15",
|
||||
"version": "5.37.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.26.0",
|
||||
|
||||
@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 5.37.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2528](https://github.com/marko-js/marko/pull/2528) [`136bb14`](https://github.com/marko-js/marko/commit/136bb14afa1d77c41092ced77ded66702370de8a) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Fix special attrs
|
||||
|
||||
- [#2530](https://github.com/marko-js/marko/pull/2530) [`d08be40`](https://github.com/marko-js/marko/commit/d08be4078fcfc276bab2ee5aded53c19e5b745e3) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with nesting out of order awaits inside of in order awaits.
|
||||
|
||||
## 5.37.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.37.15",
|
||||
"version": "5.37.16",
|
||||
"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