[ci] release

This commit is contained in:
github-actions[bot] 2025-02-21 01:44:53 +00:00 committed by Dylan Piercey
parent d08be4078f
commit a5d83840e5
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix special attrs

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix issue with nesting out of order awaits inside of in order awaits.

2
package-lock.json generated
View File

@ -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",

View File

@ -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

View File

@ -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",