Skip to content

Commit 35023df

Browse files
Version Packages
1 parent 81750d6 commit 35023df

File tree

13 files changed

+33
-39
lines changed

13 files changed

+33
-39
lines changed

.changeset/dull-bags-attack.md

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

.changeset/mean-cycles-change.md

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

.changeset/odd-singers-explode.md

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

.changeset/orange-numbers-jog.md

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

.changeset/rare-seals-burn.md

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

.changeset/seven-readers-return.md

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

.changeset/yellow-peas-decide.md

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

packages/create-wmr/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`89b402e`](https://github.com/preactjs/wmr/commit/89b402e64d03850998899a74ecc62ba55eef030b) [#508](https://github.com/preactjs/wmr/pull/508) Thanks [@rschristian](https://github.com/rschristian)! - Adds a bundle visualizer to WMR
8+
39
## 0.3.1
410

511
### Patch Changes

packages/create-wmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-wmr",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "",
55
"main": "./dist/index.js",
66
"bin": "./dist/index.js",

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+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`2d0bb8a`](https://github.com/preactjs/wmr/commit/2d0bb8a64783c32cfdaad05563b6293649059ef9) [#504](https://github.com/preactjs/wmr/pull/504) Thanks [@developit](https://github.com/developit)! - Bugfix: fix route flashing for routes that render fragments
8+
9+
* [`321dfce`](https://github.com/preactjs/wmr/commit/321dfced389800e661174e1e304fa8ecab593f96) [#496](https://github.com/preactjs/wmr/pull/496) Thanks [@developit](https://github.com/developit)! - [preact-iso] Router: reset page scroll position on forward navigations
10+
11+
- [`c07c39f`](https://github.com/preactjs/wmr/commit/c07c39fba101e34e673997262f71f80a8488b6d6) [#505](https://github.com/preactjs/wmr/pull/505) Thanks [@developit](https://github.com/developit)! - [preact-iso] Prevent the router from intercepting clicks on anchor links
12+
13+
* [`764830f`](https://github.com/preactjs/wmr/commit/764830fde981e60f67fbc74f7e5b46dcbc98d573) [#493](https://github.com/preactjs/wmr/pull/493) Thanks [@developit](https://github.com/developit)! - [preact-iso] Prevent the Router from intercepting clicks on links with an "external" target (`target="anything"`).
14+
315
## 1.1.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)