Skip to content

Commit

Permalink
Merge pull request #829 from preactjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marvinhagemeister committed Sep 5, 2021
2 parents 41dceec + 00e0a88 commit 41738e8
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-bags-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-phones-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-mangos-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-trainers-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-roses-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-dolphins-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-months-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-spiders-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-coats-peel.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.2.0

### Minor Changes

- [`9a814a9`](https://github.com/preactjs/wmr/commit/9a814a95e76883254c3e9861170259ddd6d9ac0c) [#832](https://github.com/preactjs/wmr/pull/832) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add support for partial route matching via `/foo/*`

* [`439768e`](https://github.com/preactjs/wmr/commit/439768e6ef3e0a69fe872196f2b3f05bd3bbfcb6) [#835](https://github.com/preactjs/wmr/pull/835) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add support for nested routes matching

### Patch Changes

- [`21bbeb9`](https://github.com/preactjs/wmr/commit/21bbeb9a9a58e2c3c59f9db2cec1c651e5bbf5f8) [#831](https://github.com/preactjs/wmr/pull/831) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `preact-iso` intercepting `cmd/ctrl+click` and other native browser behaviors.

## 2.1.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.1.0",
"version": "2.2.0",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# wmr

## 3.7.0

### Minor Changes

- [`585bcb2`](https://github.com/preactjs/wmr/commit/585bcb2dceb32da43a03c0345a142dbff400513f) [#842](https://github.com/preactjs/wmr/pull/842) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add `--minify` option to the `build` command. That way one can disable minifcation for production builds by passing `--no-minify` or `--minify false`

* [`27a41df`](https://github.com/preactjs/wmr/commit/27a41df4d44f68ab3bddf8d920437488ce5744ad) [#827](https://github.com/preactjs/wmr/pull/827) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add built-in support for [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers) based on browser APIs. Example on how to use Web Workers with WMR: https://wmr.dev/docs/web-workers

### Patch Changes

- [`71d02e0`](https://github.com/preactjs/wmr/commit/71d02e04ed5854dd646f477b974a3a6ff7bc0ce6) [#840](https://github.com/preactjs/wmr/pull/840) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `config()` and `configResolved()` plugin hooks being skipped when the previous plugin didn't have those hooks

* [`cd17272`](https://github.com/preactjs/wmr/commit/cd172727f99f09f7db40cf10b204769b6ca0dfea) [#844](https://github.com/preactjs/wmr/pull/844) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Distinguish dev server from normal server ("serve" command) in cli output

- [`b072d94`](https://github.com/preactjs/wmr/commit/b072d9457bacc7932981311dca953db3cab8915a) [#843](https://github.com/preactjs/wmr/pull/843) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Sort list of outputted files by size within a group

* [`221c8fe`](https://github.com/preactjs/wmr/commit/221c8fe8b77813cb4622c7d7e9601e5c20f1a3d3) [#828](https://github.com/preactjs/wmr/pull/828) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix missing props when there were comments between attributes in JSX

## 3.6.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.6.1",
"version": "3.7.0",
"bin": "wmr.cjs",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 41738e8

Please sign in to comment.