diff --git a/.changeset/brown-numbers-fix.md b/.changeset/brown-numbers-fix.md deleted file mode 100644 index 11930d297..000000000 --- a/.changeset/brown-numbers-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Ensures config file has been merged before attempting to create output directory diff --git a/.changeset/friendly-lions-joke.md b/.changeset/friendly-lions-joke.md deleted file mode 100644 index 9b756cc1e..000000000 --- a/.changeset/friendly-lions-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'preact-iso': patch -'wmr': patch ---- - -Fix lack of hydration when not returning prerender data diff --git a/.changeset/honest-vans-float.md b/.changeset/honest-vans-float.md deleted file mode 100644 index 541ddd2a1..000000000 --- a/.changeset/honest-vans-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Add a tsconfig-paths plugin that will check for a tsconfig and respect the paths option when present diff --git a/.changeset/late-comics-end.md b/.changeset/late-comics-end.md deleted file mode 100644 index bc8c1a235..000000000 --- a/.changeset/late-comics-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Ensures leading newline in text nodes is not converted to whitespace diff --git a/.changeset/little-poets-mix.md b/.changeset/little-poets-mix.md deleted file mode 100644 index eb5f65ba0..000000000 --- a/.changeset/little-poets-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Disables (non-actionable) browserslist warning diff --git a/.changeset/pink-turtles-switch.md b/.changeset/pink-turtles-switch.md deleted file mode 100644 index 9ad4e30ea..000000000 --- a/.changeset/pink-turtles-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -First script tag in HTML should be assumed to have prerender(), not last diff --git a/.changeset/six-pandas-look.md b/.changeset/six-pandas-look.md deleted file mode 100644 index 686dc8a43..000000000 --- a/.changeset/six-pandas-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -When prerendering avoid replacing regex group token \$1 when is present in html contents diff --git a/.changeset/strong-rabbits-juggle.md b/.changeset/strong-rabbits-juggle.md deleted file mode 100644 index 76d00419d..000000000 --- a/.changeset/strong-rabbits-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Supports top-level await in dev diff --git a/.changeset/twenty-bikes-pull.md b/.changeset/twenty-bikes-pull.md deleted file mode 100644 index 12bd77b3a..000000000 --- a/.changeset/twenty-bikes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Corrects duplicated information in CLI help menu diff --git a/packages/preact-iso/CHANGELOG.md b/packages/preact-iso/CHANGELOG.md index fc5ea9216..298a79831 100644 --- a/packages/preact-iso/CHANGELOG.md +++ b/packages/preact-iso/CHANGELOG.md @@ -1,5 +1,11 @@ # preact-iso +## 2.3.1 + +### Patch Changes + +- [`2465fbb`](https://github.com/preactjs/wmr/commit/2465fbba9e0888d2191d0fbcf613b26e81b4640e) [#895](https://github.com/preactjs/wmr/pull/895) Thanks [@rschristian](https://github.com/rschristian)! - Fix lack of hydration when not returning prerender data + ## 2.3.0 ### Minor Changes diff --git a/packages/preact-iso/package.json b/packages/preact-iso/package.json index d88cc21a1..7503acdc9 100644 --- a/packages/preact-iso/package.json +++ b/packages/preact-iso/package.json @@ -1,6 +1,6 @@ { "name": "preact-iso", - "version": "2.3.0", + "version": "2.3.1", "description": "Isomorphic utilities for Preact", "main": "./index.js", "module": "./index.js", diff --git a/packages/wmr/CHANGELOG.md b/packages/wmr/CHANGELOG.md index a126098a9..f4a5e935b 100644 --- a/packages/wmr/CHANGELOG.md +++ b/packages/wmr/CHANGELOG.md @@ -1,5 +1,29 @@ # wmr +## 3.8.0 + +### Minor Changes + +- [`2d768a1`](https://github.com/preactjs/wmr/commit/2d768a13e7b42ff62430a0a573706f5620b842c6) [#875](https://github.com/preactjs/wmr/pull/875) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add a tsconfig-paths plugin that will check for a tsconfig and respect the paths option when present + +### Patch Changes + +- [`31583c7`](https://github.com/preactjs/wmr/commit/31583c7d77f91fc9d69bb3bcc2919a6f80f7d3b4) [#904](https://github.com/preactjs/wmr/pull/904) Thanks [@rschristian](https://github.com/rschristian)! - Ensures config file has been merged before attempting to create output directory + +* [`2465fbb`](https://github.com/preactjs/wmr/commit/2465fbba9e0888d2191d0fbcf613b26e81b4640e) [#895](https://github.com/preactjs/wmr/pull/895) Thanks [@rschristian](https://github.com/rschristian)! - Fix lack of hydration when not returning prerender data + +- [`69b0496`](https://github.com/preactjs/wmr/commit/69b04968336ca3a3137a286381afe4dc8de2e03b) [#900](https://github.com/preactjs/wmr/pull/900) Thanks [@rschristian](https://github.com/rschristian)! - Ensures leading newline in text nodes is not converted to whitespace + +* [`d9de528`](https://github.com/preactjs/wmr/commit/d9de52831831bacf3a0afc62f40eab521542c174) [#901](https://github.com/preactjs/wmr/pull/901) Thanks [@rschristian](https://github.com/rschristian)! - Disables (non-actionable) browserslist warning + +- [`f75af7c`](https://github.com/preactjs/wmr/commit/f75af7cc52460548c077b1f8a56d778962856107) [#905](https://github.com/preactjs/wmr/pull/905) Thanks [@rschristian](https://github.com/rschristian)! - First script tag in HTML should be assumed to have prerender(), not last + +* [`21ec4f4`](https://github.com/preactjs/wmr/commit/21ec4f4cf8cd159b3f2542773f381a99661a4e2f) [#913](https://github.com/preactjs/wmr/pull/913) Thanks [@cristianbote](https://github.com/cristianbote)! - When prerendering avoid replacing regex group token \$1 when is present in html contents + +- [`b849238`](https://github.com/preactjs/wmr/commit/b8492382ea2d35aa028e36ed0207c7c4742b1bd3) [#924](https://github.com/preactjs/wmr/pull/924) Thanks [@rschristian](https://github.com/rschristian)! - Supports top-level await in dev + +* [`b38a8f2`](https://github.com/preactjs/wmr/commit/b38a8f234eb03ee0b6ecbec916b0cf3080a64513) [#908](https://github.com/preactjs/wmr/pull/908) Thanks [@rschristian](https://github.com/rschristian)! - Corrects duplicated information in CLI help menu + ## 3.7.2 ### Patch Changes diff --git a/packages/wmr/package.json b/packages/wmr/package.json index f761b6e10..ac2b811bd 100644 --- a/packages/wmr/package.json +++ b/packages/wmr/package.json @@ -1,6 +1,6 @@ { "name": "wmr", - "version": "3.7.2", + "version": "3.8.0", "bin": "wmr.cjs", "type": "module", "main": "index.js",