Skip to content

Commit 0f1919e

Browse files
Version Packages
1 parent 207cfa2 commit 0f1919e

28 files changed

+69
-98
lines changed

.changeset/curvy-suns-explain.md

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

.changeset/cyan-badgers-grab.md

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

.changeset/five-carrots-juggle.md

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

.changeset/gorgeous-pants-brush.md

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

.changeset/hip-peaches-jam.md

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

.changeset/hot-squids-learn.md

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

.changeset/large-apes-perform.md

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

.changeset/lucky-suits-worry.md

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

.changeset/moody-cougars-watch.md

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

.changeset/rare-rules-draw.md

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

.changeset/sharp-cats-relate.md

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

.changeset/shy-ligers-hang.md

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

.changeset/silver-steaks-sniff.md

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

.changeset/strange-beers-play.md

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

.changeset/stupid-kings-cross.md

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

.changeset/thin-coins-peel.md

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

.changeset/wise-hats-marry.md

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

.changeset/wise-llamas-exist.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.1
4+
5+
### Patch Changes
6+
7+
- [`621fbd2`](https://github.com/preactjs/wmr/commit/621fbd207e27f0ca52846483c387c86330a96ab5) [#410](https://github.com/preactjs/wmr/pull/410) Thanks [@rschristian](https://github.com/rschristian)! - Fix for .gitignore in newly scaffolded projects
8+
39
## 0.3.0
410

511
### Minor 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.0",
3+
"version": "0.3.1",
44
"description": "",
55
"main": "./dist/index.js",
66
"bin": "./dist/index.js",

packages/directory-plugin/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types
8+
39
## 0.1.1
410

511
### Patch Changes

packages/directory-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmr-plugins/directory-import",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"main": "./directory-plugin.cjs",
66
"module": "./src/index.js",
@@ -29,7 +29,7 @@
2929
"@rollup/plugin-commonjs": "^14.0.0",
3030
"@rollup/plugin-node-resolve": "^11.2.0",
3131
"rollup": "^2.41.0",
32-
"wmr": "^1.3.2"
32+
"wmr": "^1.4.0"
3333
},
3434
"peerDependencies": {
3535
"wmr": ">=1.0.0"

packages/preact-iso/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`f7b5bd7`](https://github.com/preactjs/wmr/commit/f7b5bd77c3d0e599cff43226f903483cefad9539) [#422](https://github.com/preactjs/wmr/pull/422) Thanks [@rschristian](https://github.com/rschristian)! - Adds a new Route component export
8+
9+
### Patch Changes
10+
11+
- [`0833c4a`](https://github.com/preactjs/wmr/commit/0833c4ad25ceffae461d4d8f8643744cc0b7e080) [#408](https://github.com/preactjs/wmr/pull/408) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Add type definitions to router onLoadEnd and onLoadStart
12+
13+
* [`f320e3e`](https://github.com/preactjs/wmr/commit/f320e3e46cbd66c4d0580c6ec567e335b646ac5c) [#416](https://github.com/preactjs/wmr/pull/416) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix routes with leading/trailing slashes
14+
15+
- [`3db3696`](https://github.com/preactjs/wmr/commit/3db36964afc1f3158d3b5d377d06ccf32b6efadd) [#421](https://github.com/preactjs/wmr/pull/421) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing types for `onError` prop of `ErrorBoundary` component
16+
17+
* [`0bbb8cc`](https://github.com/preactjs/wmr/commit/0bbb8ccaafb1182b5a0f42ef6208a40d774c73f1) [#424](https://github.com/preactjs/wmr/pull/424) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Set default value for push to true
18+
319
## 1.0.1
420

521
### Patch 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": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Isomorphic utilities for Preact",
55
"main": "./index.js",
66
"module": "./index.js",

packages/sw-plugin/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types
8+
39
## 0.1.1
410

511
### Patch Changes

packages/sw-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmr-plugins/service-worker",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"main": "./sw-plugin.cjs",
66
"module": "./src/index.js",
@@ -29,7 +29,7 @@
2929
"@rollup/plugin-commonjs": "^14.0.0",
3030
"@rollup/plugin-node-resolve": "^11.2.0",
3131
"rollup": "^2.41.0",
32-
"wmr": "^1.3.2"
32+
"wmr": "^1.4.0"
3333
},
3434
"dependencies": {
3535
"rollup": "^2.0.0"

packages/wmr/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [`eed537d`](https://github.com/preactjs/wmr/commit/eed537df6f4a8bb55e822b4645278beee366b07c) [#435](https://github.com/preactjs/wmr/pull/435) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Report errored JS-lines to the client.
8+
9+
* [`111c1be`](https://github.com/preactjs/wmr/commit/111c1be36cc27428df72d4e73964157c90218d82) [#389](https://github.com/preactjs/wmr/pull/389) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Use resolve.exports for export map resolving in the npm-plugin
10+
11+
### Patch Changes
12+
13+
- [`b225cc2`](https://github.com/preactjs/wmr/commit/b225cc24a5683380b26e48ff8f276b1f2e2525d2) [#430](https://github.com/preactjs/wmr/pull/430) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed
14+
15+
* [`3fa2aeb`](https://github.com/preactjs/wmr/commit/3fa2aebf4447c349e7a70eeed9736c2060236916) [#441](https://github.com/preactjs/wmr/pull/441) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add colored namespaces to debug output when `DEBUG=true` is set.
16+
17+
- [`2102ffb`](https://github.com/preactjs/wmr/commit/2102ffb4807e04c4858fc28ed5e1463e38ee3a1f) [#409](https://github.com/preactjs/wmr/pull/409) Thanks [@aduh95](https://github.com/aduh95)! - Fix double quotes imports with bundle-plugin
18+
19+
* [`4d36e2a`](https://github.com/preactjs/wmr/commit/4d36e2a42884784517a047930b955724cebac6ba) [#427](https://github.com/preactjs/wmr/pull/427) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one.
20+
21+
- [`2405b8c`](https://github.com/preactjs/wmr/commit/2405b8c0569cdcf738122a79c451e1a3cff1b630) [#437](https://github.com/preactjs/wmr/pull/437) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support Typescript config files
22+
23+
* [`5ae39be`](https://github.com/preactjs/wmr/commit/5ae39be2fe62e597abdea0d3ac1e3a212efc990b) [#453](https://github.com/preactjs/wmr/pull/453) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Align astronaut emoji with addresses in startup message
24+
25+
- [`bcf3bdf`](https://github.com/preactjs/wmr/commit/bcf3bdf8f4556a621f6470c39c05e041e41d4f5a) [#433](https://github.com/preactjs/wmr/pull/433) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Newly created files shouldn't cause a page-reload
26+
27+
* [`baa85c7`](https://github.com/preactjs/wmr/commit/baa85c7acbd8706b64d07741040a5773b248d25a) [#450](https://github.com/preactjs/wmr/pull/450) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - This PR adds a redesigned startup screen to make it easier to read addresses at a glance.
28+
29+
- [`edf9106`](https://github.com/preactjs/wmr/commit/edf9106a6e1767d288572e4967f749958c7b484c) [#442](https://github.com/preactjs/wmr/pull/442) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't resolve config file twice during compilation
30+
331
## 1.3.2
432

533
### Patch Changes

packages/wmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wmr",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"bin": "wmr.cjs",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)