[ci] release

This commit is contained in:
github-actions[bot] 2024-03-18 21:50:18 +00:00 committed by Dylan Piercey
parent f8c66c6c5b
commit fdb7f030ff
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fixes an issue where elements with "simple attributes" (those with a combination of class, style and id attributes) were not correctly removing the attribute value when a new value was false, null or undefined.

2
package-lock.json generated
View File

@ -12003,7 +12003,7 @@
}
},
"packages/marko": {
"version": "5.33.8",
"version": "5.33.9",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.35.7",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.33.9
### Patch Changes
- [#2178](https://github.com/marko-js/marko/pull/2178) [`f8c66c6`](https://github.com/marko-js/marko/commit/f8c66c6c5bef4b124bb26242459fb1d9174258e6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes an issue where elements with "simple attributes" (those with a combination of class, style and id attributes) were not correctly removing the attribute value when a new value was false, null or undefined.
## 5.33.8
### Patch Changes

View File

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