Skip to content

Commit

Permalink
Merge pull request #817 from preactjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marvinhagemeister committed Sep 1, 2021
2 parents 44bd683 + b6617b6 commit 9804380
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-forks-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-teachers-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-planets-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-lamps-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-ties-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-shoes-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-beers-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-clouds-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ways-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-flies-report.md

This file was deleted.

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

## 2.1.0

### Minor Changes

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

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

## 2.0.3

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

## 3.6.1

### Patch Changes

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

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

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

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

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

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

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

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

## 3.6.0

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

0 comments on commit 9804380

Please sign in to comment.