[ci] release

This commit is contained in:
github-actions[bot] 2023-08-11 21:15:40 +00:00 committed by Dylan Piercey
parent fb46f0a918
commit 3c948db546
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Optimize preserve-tag implementation to use browser remap again.

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix issue where marko-widger renderers were not bound to the correct "this".

2
package-lock.json generated
View File

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

View File

@ -1,5 +1,13 @@
# Change Log
## 5.31.2
### Patch Changes
- [#2016](https://github.com/marko-js/marko/pull/2016) [`fb46f0a91`](https://github.com/marko-js/marko/commit/fb46f0a9186a0b437e011b40fecf975eae0b9093) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Optimize preserve-tag implementation to use browser remap again.
- [#2016](https://github.com/marko-js/marko/pull/2016) [`1b1df3f56`](https://github.com/marko-js/marko/commit/1b1df3f5674e09914bca448f045ff720002c3ae6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where marko-widger renderers were not bound to the correct "this".
## 5.31.1
### Patch Changes

View File

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