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
5ad62bac8f
commit
eb1279d64f
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Avoid bundling load api when using legacy runtime.
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Avoid loading legacy Marko compiler api if possible when using load api.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user