Skip to content

Commit cc70ed6

Browse files
Version Packages (#877)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dfa4cbd commit cc70ed6

17 files changed

+40
-68
lines changed

.changeset/brown-numbers-fix.md

-5
This file was deleted.

.changeset/eighty-rivers-compare.md

-5
This file was deleted.

.changeset/friendly-lions-joke.md

-6
This file was deleted.

.changeset/honest-vans-float.md

-5
This file was deleted.

.changeset/late-comics-end.md

-5
This file was deleted.

.changeset/lemon-doors-hunt.md

-5
This file was deleted.

.changeset/little-poets-mix.md

-5
This file was deleted.

.changeset/nice-chairs-mix.md

-5
This file was deleted.

.changeset/pink-turtles-switch.md

-5
This file was deleted.

.changeset/six-pandas-look.md

-5
This file was deleted.

.changeset/strong-rabbits-juggle.md

-5
This file was deleted.

.changeset/twenty-bikes-pull.md

-5
This file was deleted.

.changeset/young-guests-tap.md

-5
This file was deleted.

packages/preact-iso/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# preact-iso
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 2.3.0
410

511
### Minor Changes

packages/preact-iso/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-iso",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Isomorphic utilities for Preact",
55
"main": "./index.js",
66
"module": "./index.js",

packages/wmr/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# wmr
22

3+
## 3.8.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
9+
* [`c0b0b1b`](https://github.com/preactjs/wmr/commit/c0b0b1b8df5ca6a650a7dc8f8edad73bf70de52d) [#934](https://github.com/preactjs/wmr/pull/934) Thanks [@takurinton](https://github.com/takurinton)! - Adds resource fetch shim for prererendering
10+
11+
- [`e546afc`](https://github.com/preactjs/wmr/commit/e546afc8f73a12131a974cdbc9b07381858f7146) [#935](https://github.com/preactjs/wmr/pull/935) Thanks [@takurinton](https://github.com/takurinton)! - Add fetching external resources using native fetch API when Node.js version 18 later
12+
13+
### Patch Changes
14+
15+
- [`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
16+
17+
* [`dfa4cbd`](https://github.com/preactjs/wmr/commit/dfa4cbd4dfbaf72587a741e08ad68bf978734148) [#917](https://github.com/preactjs/wmr/pull/917) Thanks [@rschristian](https://github.com/rschristian)! - Ensures TS config file is transpiled to ESM so that it can use `defineConfig`
18+
19+
- [`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
20+
21+
* [`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
22+
23+
- [`d5d8fff`](https://github.com/preactjs/wmr/commit/d5d8fffe44a8f82e65fa78a9f3cff1b93a236d7f) [#927](https://github.com/preactjs/wmr/pull/927) Thanks [@rschristian](https://github.com/rschristian)! - Checks to ensure a sourcemap has sourcesContent before attempting to consume it
24+
25+
* [`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
26+
27+
- [`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
28+
29+
* [`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
30+
31+
- [`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
32+
33+
* [`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
34+
335
## 3.7.2
436

537
### Patch Changes

packages/wmr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wmr",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"bin": "wmr.cjs",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)