Skip to content

Commit 4cf44d7

Browse files
Merge pull request #859 from preactjs/changeset-release/main
Version Packages
2 parents ae552e6 + 1905972 commit 4cf44d7

File tree

11 files changed

+26
-37
lines changed

11 files changed

+26
-37
lines changed

.changeset/great-drinks-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-snakes-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-goats-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rude-moons-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-pumas-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-beers-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-carrots-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/preact-iso/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# preact-iso
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [`22a8a18`](https://github.com/preactjs/wmr/commit/22a8a186fa45b64bb1349ba6998b12498d05d503) [#864](https://github.com/preactjs/wmr/pull/864) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add `onRouteChange` prop to the Router to observe synchronous route changes
8+
9+
### Patch Changes
10+
11+
- [`5780fc9`](https://github.com/preactjs/wmr/commit/5780fc929fa2bab222e3b3d11be2250aefe19cfe) [#864](https://github.com/preactjs/wmr/pull/864) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Avoid calling onLoadEnd on every render
12+
13+
* [`69d291f`](https://github.com/preactjs/wmr/commit/69d291fbf2644b5c774672f4846f30e0e453af57) [#870](https://github.com/preactjs/wmr/pull/870) Thanks [@developit](https://github.com/developit)! - Fix `<Router>` accidentally un-rendering incoming routes that happen to resolve to the same component as the outgoing route.
14+
315
## 2.2.0
416

517
### Minor Changes

packages/preact-iso/package.json

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

packages/wmr/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# wmr
22

3+
## 3.7.2
4+
5+
### Patch Changes
6+
7+
- [`8771444`](https://github.com/preactjs/wmr/commit/8771444b21ae7261c6bad583cb9716bd3d7c9f3d) [#862](https://github.com/preactjs/wmr/pull/862) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't flood terminal with harmless `The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten.` warnings.
8+
9+
* [`9fbafb1`](https://github.com/preactjs/wmr/commit/9fbafb12620435b35e2fa5b20b7dc8b9b623b34d) [#858](https://github.com/preactjs/wmr/pull/858) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix compilation error when using `static` class fields
10+
11+
- [`6b36713`](https://github.com/preactjs/wmr/commit/6b36713ecf870b9572e24a6d1c1a3cefa65e591b) [#861](https://github.com/preactjs/wmr/pull/861) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Resolve a wrongly replaced `process.env` variable when a binding with the name `process` is already in scope. This was encountered when bundling vscode's monaco-editor.
12+
13+
* [`1cfa4a1`](https://github.com/preactjs/wmr/commit/1cfa4a1bc93a1553f84e4da553354dd980ea2f4d) [#872](https://github.com/preactjs/wmr/pull/872) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Normalize the cacheKey in wmr-midddleware so it always corresponds to the WRITE_CACHE map where we store in native-path format keys
14+
315
## 3.7.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)