diff --git a/.changeset/orange-geese-shave.md b/.changeset/orange-geese-shave.md deleted file mode 100644 index b7959efcc..000000000 --- a/.changeset/orange-geese-shave.md +++ /dev/null @@ -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. diff --git a/package-lock.json b/package-lock.json index 43a628404..6d7e3b747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12003,7 +12003,7 @@ } }, "packages/marko": { - "version": "5.33.8", + "version": "5.33.9", "license": "MIT", "dependencies": { "@marko/compiler": "^5.35.7", diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 344bee46e..9f3093a3e 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -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 diff --git a/packages/marko/package.json b/packages/marko/package.json index 0fec50f7a..73188ba29 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -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",