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 19, 2025
1 parent 27f340b commit 8f2beff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-peas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ties-brake.md

This file was deleted.

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

## 6.6.0

### Minor Changes

- [#376](https://github.com/preactjs/preact-render-to-string/pull/376) [`81e7da3`](https://github.com/preactjs/preact-render-to-string/commit/81e7da321da925dbd8eba345ecbd46b1cf456b69) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Insert comment markers for suspended trees, only in renderToStringAsync

### Patch Changes

- [#413](https://github.com/preactjs/preact-render-to-string/pull/413) [`27f340b`](https://github.com/preactjs/preact-render-to-string/commit/27f340b6e7d77ec7775a49a78d105cad26fa0857) Thanks [@f0x52](https://github.com/f0x52)! - Fix async rendering of multiple suspended components in a single Suspense boundary

## 6.5.13

### 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.13",
"version": "6.6.0",
"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 8f2beff

Please sign in to comment.