[ci] release

This commit is contained in:
github-actions[bot] 2023-08-10 18:22:39 +00:00 committed by Dylan Piercey
parent 5ad62bac8f
commit eb1279d64f
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Avoid bundling load api when using legacy runtime.

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Avoid loading legacy Marko compiler api if possible when using load api.

2
package-lock.json generated
View File

@ -11636,7 +11636,7 @@
"license": "Apache-2.0"
},
"packages/marko": {
"version": "5.31.0",
"version": "5.31.1",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.33.0",

View File

@ -1,5 +1,13 @@
# Change Log
## 5.31.1
### Patch Changes
- [#2014](https://github.com/marko-js/marko/pull/2014) [`636ae526d`](https://github.com/marko-js/marko/commit/636ae526d7f58fa9fe21b0d9e30beb711258002c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid bundling load api when using legacy runtime.
- [#2014](https://github.com/marko-js/marko/pull/2014) [`636ae526d`](https://github.com/marko-js/marko/commit/636ae526d7f58fa9fe21b0d9e30beb711258002c) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid loading legacy Marko compiler api if possible when using load api.
## 5.31.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.31.0",
"version": "5.31.1",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",