Skip to content

Commit

Permalink
Fix version (#354)
Browse files Browse the repository at this point in the history
* Revert "Version Packages (#351)"

This reverts commit 64d923f.

* fix version
  • Loading branch information
JoviDeCroock committed May 22, 2024
1 parent 64d923f commit a004914
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-moons-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': patch
---

Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case
5 changes: 5 additions & 0 deletions .changeset/fast-rockets-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': patch
---

Fix for shallow rendering incorrectly transforming Fragments into other nodes
5 changes: 5 additions & 0 deletions .changeset/gorgeous-eyes-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': patch
---

Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case
5 changes: 5 additions & 0 deletions .changeset/grumpy-kings-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'preact-render-to-string': minor
---

Introduce a streaming renderer which can be imported from `preact-render-to-string/stream` and `preact-render-to-string/stream-node`
5 changes: 5 additions & 0 deletions .changeset/twelve-candles-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"preact-render-to-string": patch
---

streaming rendering with Suspense boundaries as flush trigger
16 changes: 0 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# 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

- [#353](https://github.com/preactjs/preact-render-to-string/pull/353) [`05ef584`](https://github.com/preactjs/preact-render-to-string/commit/05ef58451e42fe313bf58b22421d15615ba95b25) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `popoverTarget` and `popoverTargetAction` are serialized to lower case

* [#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

- [#352](https://github.com/preactjs/preact-render-to-string/pull/352) [`62c16b7`](https://github.com/preactjs/preact-render-to-string/commit/62c16b760dafec55bd87c36c39c56e6495fea966) Thanks [@rschristian](https://github.com/rschristian)! - Ensure `cellPadding`, `cellSpacing`, and `useMap` are serialized to lower case

* [#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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0",
"version": "6.4.2",
"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 a004914

Please sign in to comment.