Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2025
1 parent 8e8e8ac commit d7fd5c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-numbers-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-rocks-doubt.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# preact-render-to-string

## 6.5.13

### Patch Changes

- [#408](https://github.com/preactjs/preact-render-to-string/pull/408) [`8e8e8ac`](https://github.com/preactjs/preact-render-to-string/commit/8e8e8acc588436938ad036cea7982ba5c4728e8a) Thanks [@f0x52](https://github.com/f0x52)! - Fix issue where subtree re-render for Suspense boundaries caused a circular reference in the VNode's parent

* [#409](https://github.com/preactjs/preact-render-to-string/pull/409) [`2afaf31`](https://github.com/preactjs/preact-render-to-string/commit/2afaf31c0093549c6a6519be0e3c026648a9338a) Thanks [@f0x52](https://github.com/f0x52)! - Ensure the renderToStream types of `/stream` and `/stream-node` accept a generic for the props of the passed in VNode

## 6.5.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-render-to-string",
"amdName": "preactRenderToString",
"version": "6.5.12",
"version": "6.5.13",
"description": "Render JSX to an HTML string, with support for Preact components.",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
Expand Down

0 comments on commit d7fd5c5

Please sign in to comment.