Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2021
1 parent 438be29 commit 4f7b2a2
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-seas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cheetahs-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-wasps-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-crabs-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-mangos-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-files-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-brooms-visit.md

This file was deleted.

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

## 0.1.0
### Minor Changes



- [`bf6e97a`](https://github.com/preactjs/wmr/commit/bf6e97a5cf08876f08d3e11a123c53c8f34fdd20) [#344](https://github.com/preactjs/wmr/pull/344) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Initial release
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": "@wmr-plugins/directory-import",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "rollup -c"
Expand All @@ -21,7 +21,7 @@
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"rollup": "^2.39.0",
"wmr": "^1.2.0"
"wmr": "^1.3.0"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# preact-iso

## 0.4.0
### Minor Changes



- [`fab59f8`](https://github.com/preactjs/wmr/commit/fab59f88ecf2b6d2085941a4f92ccd3c78684738) [#354](https://github.com/preactjs/wmr/pull/354) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support route params and inject them into the rendered route, add the `useRoute` hook so we can retrieve route parameters from anywhere in the subtree.


### Patch Changes



- [`438be29`](https://github.com/preactjs/wmr/commit/438be293346c969384a57f3cfa31931f2722ea5a) [#337](https://github.com/preactjs/wmr/pull/337) Thanks [@cristianbote](https://github.com/cristianbote)! - Show the previous route only for the unresolved thrown routes
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": "0.3.1",
"version": "0.4.0",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/sw-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @wmr-plugins/service-worker

## 0.1.0
### Minor Changes



- [`4bc66de`](https://github.com/preactjs/wmr/commit/4bc66de27c763a9fbf77b2d1a21b5362f810b087) [#346](https://github.com/preactjs/wmr/pull/346) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Initial release
4 changes: 2 additions & 2 deletions packages/sw-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wmr-plugins/service-worker",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "rollup -c"
Expand All @@ -21,7 +21,7 @@
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"rollup": "^2.39.0",
"wmr": "^1.2.0"
"wmr": "^1.3.0"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# wmr

## 1.3.0
### Minor Changes



- [`ed47713`](https://github.com/preactjs/wmr/commit/ed47713ed059f6fcac95e2d49d1c93e0999296fb) [#262](https://github.com/preactjs/wmr/pull/262) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Handle hmr on the development server, this enables bubbling in hmr signals that aren't accepted.


### Patch Changes



- [`cd2112c`](https://github.com/preactjs/wmr/commit/cd2112c5ea73f4c7ba151f22175bc35cfced15e7) [#347](https://github.com/preactjs/wmr/pull/347) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix config loading on Windows



- [`bf6e97a`](https://github.com/preactjs/wmr/commit/bf6e97a5cf08876f08d3e11a123c53c8f34fdd20) [#344](https://github.com/preactjs/wmr/pull/344) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Don't cache plugin files
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": "1.2.0",
"version": "1.3.0",
"bin": "wmr.cjs",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4f7b2a2

Please sign in to comment.