Skip to content

Commit 2d0cd1d

Browse files
Version Packages (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 010fb72 commit 2d0cd1d

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/famous-days-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-kangaroos-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-render-to-string
22

3+
## 5.2.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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/).
10+
311
## 5.2.2
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "5.2.2",
4+
"version": "5.2.3",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.js",

0 commit comments

Comments
 (0)