Skip to content

Commit 9804380

Browse files
Merge pull request #817 from preactjs/changeset-release/main
Version Packages
2 parents 44bd683 + b6617b6 commit 9804380

14 files changed

+30
-52
lines changed

.changeset/dry-forks-yell.md

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

.changeset/eight-teachers-sit.md

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

.changeset/eleven-planets-jam.md

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

.changeset/light-lamps-design.md

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

.changeset/metal-ties-run.md

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

.changeset/proud-shoes-explode.md

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

.changeset/quiet-beers-deny.md

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

.changeset/sweet-clouds-shave.md

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

.changeset/tidy-ways-fold.md

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

.changeset/wicked-flies-report.md

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

packages/preact-iso/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [`c963fbe`](https://github.com/preactjs/wmr/commit/c963fbec5cac7d45a65ffa9cd05d937e56fc5aa6) [#586](https://github.com/preactjs/wmr/pull/586) Thanks [@developit](https://github.com/developit)! - Pass route paramters as props when no prop exists with that name.
8+
9+
* [`095ddde`](https://github.com/preactjs/wmr/commit/095dddefbb5b56d0a897716513977a99f38665bf) [#824](https://github.com/preactjs/wmr/pull/824) Thanks [@developit](https://github.com/developit)! - - Bugfix for Router: "splat" parameters (`/:x*` and `/:y*`) should be passed in the `params` prop instead of directly on props
10+
311
## 2.0.3
412

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

packages/wmr/CHANGELOG.md

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

3+
## 3.6.1
4+
5+
### Patch Changes
6+
7+
- [`ab9ceee`](https://github.com/preactjs/wmr/commit/ab9ceeec53da3a86f33b5e29706037a998136c60) [#819](https://github.com/preactjs/wmr/pull/819) Thanks [@developit](https://github.com/developit)! - Fix complex `process.env` usage (ex: `let {A}=process.env`, but not `process.env.A`) generating invalid code.
8+
9+
* [`9c7be51`](https://github.com/preactjs/wmr/commit/9c7be51861d6778e8b33bee6b47679f5e2d5a62e) [#821](https://github.com/preactjs/wmr/pull/821) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix missing `this.error()` method in Rollup plugins
10+
11+
- [`0c62f25`](https://github.com/preactjs/wmr/commit/0c62f258d5bc5776bcbe89ae7506f0d8ef1925d0) [#822](https://github.com/preactjs/wmr/pull/822) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix crash when calling `emitFile` for chunks without a name
12+
13+
* [`416451c`](https://github.com/preactjs/wmr/commit/416451cc7ea3e916223ab138778d12a81182bf5b) [#816](https://github.com/preactjs/wmr/pull/816) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Print file which triggered warning when the `composes` keyword is attempted to be used outside of a CSS-Module file
14+
15+
- [`778ee03`](https://github.com/preactjs/wmr/commit/778ee0392ca25cbfea044ed6f3cf2db62dacfdc1) [#823](https://github.com/preactjs/wmr/pull/823) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix incorrectly transformed dynamic import statements when there was a comment in front of the specifier (`import(/* foo */ 'my-module')`)
16+
17+
* [`980b3d9`](https://github.com/preactjs/wmr/commit/980b3d9c3092882f5e27b955b66144d46fbd15b6) [#820](https://github.com/preactjs/wmr/pull/820) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add support for Rollup `outputOptions` hook
18+
19+
- [`abafe8c`](https://github.com/preactjs/wmr/commit/abafe8cf7c7c99b81040caf0b3d324f62e171b79) [#810](https://github.com/preactjs/wmr/pull/810) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix unable to load json files from outside project public directory.
20+
21+
* [`cbc98be`](https://github.com/preactjs/wmr/commit/cbc98beb4861a4f93ffe7f2417f885b5689b8268) [#815](https://github.com/preactjs/wmr/pull/815) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix nested relative `.less` file resolved as npm package in production
22+
323
## 3.6.0
424

525
### Minor 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": "3.6.0",
3+
"version": "3.6.1",
44
"bin": "wmr.cjs",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)