From c8a51c916c42d4007d2bddb14a5dfa86a2de290a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Aug 2022 14:13:30 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-days-invite.md | 5 ----- .changeset/honest-kangaroos-mix.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/famous-days-invite.md delete mode 100644 .changeset/honest-kangaroos-mix.md diff --git a/.changeset/famous-days-invite.md b/.changeset/famous-days-invite.md deleted file mode 100644 index a550a322..00000000 --- a/.changeset/famous-days-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -Performance enhancements diff --git a/.changeset/honest-kangaroos-mix.md b/.changeset/honest-kangaroos-mix.md deleted file mode 100644 index 296cc500..00000000 --- a/.changeset/honest-kangaroos-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -Fix the order of invocation for the "before diff" (`__b`) and "diffed" [options hooks](https://preactjs.com/guide/v10/options/). diff --git a/CHANGELOG.md b/CHANGELOG.md index 17daae3c..bae6814c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # preact-render-to-string +## 5.2.3 + +### Patch Changes + +- [#232](https://github.com/preactjs/preact-render-to-string/pull/232) [`2d5ca74`](https://github.com/preactjs/preact-render-to-string/commit/2d5ca74646f2f9f2e9ddeb20ed9c3fc47171c264) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Performance enhancements + +* [#238](https://github.com/preactjs/preact-render-to-string/pull/238) [`7cdf4d6`](https://github.com/preactjs/preact-render-to-string/commit/7cdf4d67abba622124902e53e016affbbebc647e) Thanks [@developit](https://github.com/developit)! - Fix the order of invocation for the "before diff" (`__b`) and "diffed" [options hooks](https://preactjs.com/guide/v10/options/). + ## 5.2.2 ### Patch Changes diff --git a/package.json b/package.json index dfad98a7..1942ae3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "5.2.2", + "version": "5.2.3", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.js",