Skip to content

Commit 13b68cf

Browse files
Version Packages (#227)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 645f3cb commit 13b68cf

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/cyan-students-unite.md

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

.changeset/twelve-kiwis-tap.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.1
4+
5+
### Patch Changes
6+
7+
- [#224](https://github.com/preactjs/preact-render-to-string/pull/224) [`645f3cb`](https://github.com/preactjs/preact-render-to-string/commit/645f3cb0d5364bcf945cb498e44dcbd381183c90) Thanks [@rschristian](https://github.com/rschristian)! - Ensures `defaultChecked` is serialized as `checked` attribute
8+
9+
* [#225](https://github.com/preactjs/preact-render-to-string/pull/225) [`31ac323`](https://github.com/preactjs/preact-render-to-string/commit/31ac32332c49876b84f73beb1e0732e76283cc5f) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Optimize perf by using smarter string builder
10+
311
## 5.2.0
412

513
### Minor 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.0",
4+
"version": "5.2.1",
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)