From 93f0f96efee518b8cfcc7b5a0db991b36bcdf0e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Feb 2024 09:34:52 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-dolls-walk.md | 5 ----- .changeset/early-rules-nail.md | 5 ----- .changeset/pink-gifts-kneel.md | 7 ------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 5 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/afraid-dolls-walk.md delete mode 100644 .changeset/early-rules-nail.md delete mode 100644 .changeset/pink-gifts-kneel.md diff --git a/.changeset/afraid-dolls-walk.md b/.changeset/afraid-dolls-walk.md deleted file mode 100644 index d6dfe7d7..00000000 --- a/.changeset/afraid-dolls-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"preact-render-to-string": patch ---- - -fix external type definitions of `renderToString` diff --git a/.changeset/early-rules-nail.md b/.changeset/early-rules-nail.md deleted file mode 100644 index 433c2f3b..00000000 --- a/.changeset/early-rules-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-render-to-string': patch ---- - -Remove incorrect second default export from jsx.d.ts diff --git a/.changeset/pink-gifts-kneel.md b/.changeset/pink-gifts-kneel.md deleted file mode 100644 index 7bc5c1f4..00000000 --- a/.changeset/pink-gifts-kneel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"preact-render-to-string": minor ---- - -Allow prepass like behavior where a Promise -will be awaited and then continued, this is done with -the new `renderToStringAsync` export diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a03deb6..0eedca91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # preact-render-to-string +## 6.4.0 + +### Minor Changes + +- [#333](https://github.com/preactjs/preact-render-to-string/pull/333) [`6acc97a`](https://github.com/preactjs/preact-render-to-string/commit/6acc97aee994bd8291564032307f301745c1ed18) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Allow prepass like behavior where a Promise + will be awaited and then continued, this is done with + the new `renderToStringAsync` export + +### Patch Changes + +- [#326](https://github.com/preactjs/preact-render-to-string/pull/326) [`87d8c21`](https://github.com/preactjs/preact-render-to-string/commit/87d8c21e61c8fb9c1ec9d8d69a826bfb3e5db9af) Thanks [@Geo25rey](https://github.com/Geo25rey)! - fix external type definitions of `renderToString` + +* [#329](https://github.com/preactjs/preact-render-to-string/pull/329) [`0a0d0ce`](https://github.com/preactjs/preact-render-to-string/commit/0a0d0ceba22d89fa82a177305c7e44aa22202398) Thanks [@acelaya](https://github.com/acelaya)! - Remove incorrect second default export from jsx.d.ts + ## 6.3.1 ### Patch Changes diff --git a/package.json b/package.json index 79dab839..5b07054a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preact-render-to-string", "amdName": "preactRenderToString", - "version": "6.3.1", + "version": "6.4.0", "description": "Render JSX to an HTML string, with support for Preact components.", "main": "dist/index.js", "umd:main": "dist/index.umd.js",