From f7151cfb9716de60efce21a6f0a0061008b6c8da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Oct 2022 19:08:18 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-bananas-do.md | 5 ----- .changeset/few-elephants-occur.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/curly-bananas-do.md delete mode 100644 .changeset/few-elephants-occur.md diff --git a/.changeset/curly-bananas-do.md b/.changeset/curly-bananas-do.md deleted file mode 100644 index 4df000d9..00000000 --- a/.changeset/curly-bananas-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Fix object and function children being rendered as `undefined` diff --git a/.changeset/few-elephants-occur.md b/.changeset/few-elephants-occur.md deleted file mode 100644 index 5156e3e6..00000000 --- a/.changeset/few-elephants-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Fix vnode masks not matching with core due to top level component Fragments diff --git a/CHANGELOG.md b/CHANGELOG.md index 172233d5..6aa194fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # preact-render-to-string +## 5.2.5 + +### Patch Changes + +- [#246](https://github.com/preactjs/preact-render-to-string/pull/246) [`ad35c4c`](https://github.com/preactjs/preact-render-to-string/commit/ad35c4c931db37837761038d33ae71fa31ebc9e3) Thanks [@developit](https://github.com/developit) and [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix object and function children being rendered as `undefined` + +* [#248](https://github.com/preactjs/preact-render-to-string/pull/248) [`aa12b3c`](https://github.com/preactjs/preact-render-to-string/commit/aa12b3c61528813c7a3978410d1d551afbdb08ba) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix vnode masks not matching with core due to top level component Fragments + ## 5.2.4 ### Patch Changes diff --git a/package.json b/package.json index 3d75aa0b..514446d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "5.2.4", + "version": "5.2.5", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.js",