[ci] release

This commit is contained in:
github-actions[bot] 2024-04-03 21:54:15 +00:00 committed by Dylan Piercey
parent e2d5f18d3c
commit f102dfd1a0
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix regression where text was bring split too eagerly while hydrating including text which was not rendered by the current component. This lead to a diffing issue where elements could display in the wrong order.

2
package-lock.json generated
View File

@ -12052,7 +12052,7 @@
}
},
"packages/marko": {
"version": "5.33.13",
"version": "5.33.14",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.35.11",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.33.14
### Patch Changes
- [#2192](https://github.com/marko-js/marko/pull/2192) [`e2d5f18`](https://github.com/marko-js/marko/commit/e2d5f18d3cdc522251fdb8c314648d36e6dcf793) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regression where text was bring split too eagerly while hydrating including text which was not rendered by the current component. This lead to a diffing issue where elements could display in the wrong order.
## 5.33.13
### Patch Changes

View File

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