Skip to content

Commit

Permalink
Merge pull request #859 from preactjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marvinhagemeister committed Sep 19, 2021
2 parents ae552e6 + 1905972 commit 4cf44d7
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-drinks-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-snakes-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-goats-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-moons-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pumas-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-beers-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-carrots-relate.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# preact-iso

## 2.3.0

### Minor Changes

- [`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

### Patch Changes

- [`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

* [`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.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-iso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-iso",
"version": "2.2.0",
"version": "2.3.0",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wmr

## 3.7.2

### Patch Changes

- [`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.

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

- [`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.

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

## 3.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wmr",
"version": "3.7.1",
"version": "3.7.2",
"bin": "wmr.cjs",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 4cf44d7

Please sign in to comment.