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 May 8, 2024
1 parent e2c8fa1 commit 63570c5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-rockets-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-kings-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-candles-walk.md

This file was deleted.

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

## 6.3.0

### Minor Changes

- [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Introduce a streaming renderer which can be imported from `preact-render-to-string/stream` and `preact-render-to-string/stream-node`

### Patch Changes

- [#331](https://github.com/preactjs/preact-render-to-string/pull/331) [`714c90e`](https://github.com/preactjs/preact-render-to-string/commit/714c90e0f104f92645904a5bca9af5c406a60d75) Thanks [@immitsu](https://github.com/immitsu)! - Fix for shallow rendering incorrectly transforming Fragments into other nodes

* [#296](https://github.com/preactjs/preact-render-to-string/pull/296) [`0faec39`](https://github.com/preactjs/preact-render-to-string/commit/0faec39b8193688edde058b574aa386b4374ec42) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - streaming rendering with Suspense boundaries as flush trigger

## 6.4.2

### 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.2.1",
"version": "6.3.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 63570c5

Please sign in to comment.