Skip to content

Commit

Permalink
Merge pull request #605 from preactjs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
marvinhagemeister authored May 10, 2021
2 parents 3f1c9e6 + 3efc55f commit d42b187
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-beans-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-cups-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-carrots-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-needles-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-poets-sparkle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/directory-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wmr-plugins/directory-import

## 0.2.1

### Patch Changes

- [`d61db25`](https://github.com/preactjs/wmr/commit/d61db257e8bf544a0e530db5d132774db16dca99) [#600](https://github.com/preactjs/wmr/pull/600) Thanks [@developit](https://github.com/developit)! - Fix directory plugin not resolving in prod builds

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/directory-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wmrjs/directory-import",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./directory-plugin.cjs",
"module": "./src/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"rollup": "^2.41.0",
"wmr": "^2.0.0"
"wmr": "^2.0.2"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# preact-iso

## 2.0.2

### Patch Changes

- [`c1f3f0e`](https://github.com/preactjs/wmr/commit/c1f3f0e42a053811fe894f91a7bd702247e550d5) [#608](https://github.com/preactjs/wmr/pull/608) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `useRoute` missing in main entry exports

## 2.0.1

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

## 2.0.2

### Patch Changes

- [`a0024d5`](https://github.com/preactjs/wmr/commit/a0024d5297f8ec126ebad038fd5b9beccf74a5ba) [#607](https://github.com/preactjs/wmr/pull/607) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix flash of unstyled content (=FLOUT) by hoisting entry js CSS files into the HTML via a `<link>`-tag

* [`08d66e3`](https://github.com/preactjs/wmr/commit/08d66e3799644a626af48208098bfa96959d7409) [#604](https://github.com/preactjs/wmr/pull/604) Thanks [@rschristian](https://github.com/rschristian)! - Ensuring .d.ts files aren't copied to build output

- [`ba40f5c`](https://github.com/preactjs/wmr/commit/ba40f5c6c2056867dbbc3eb3def5102103a031b5) [#610](https://github.com/preactjs/wmr/pull/610) Thanks [@rschristian](https://github.com/rschristian)! - Fixes some of WMR's CLI flags labelled as global when they're not

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

0 comments on commit d42b187

Please sign in to comment.