Skip to content

Commit

Permalink
Version Packages (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 26, 2021
1 parent c740ac0 commit 40d7b7a
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-wolves-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pens-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-cars-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-baboons-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-needles-poke.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/create-wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-wmr

## 0.2.1

### Patch Changes

- [`927472c`](https://github.com/preactjs/wmr/commit/927472c3b094dde04904d759a86f7e039edd12de) [#375](https://github.com/preactjs/wmr/pull/375) Thanks [@rschristian](https://github.com/rschristian)! - Catch when mkdir throws due to a file existing with the specified directory name

* [`02b56ef`](https://github.com/preactjs/wmr/commit/02b56ef62a9a467b92cf6069275a27c40f32c64d) [#374](https://github.com/preactjs/wmr/pull/374) Thanks [@rschristian](https://github.com/rschristian)! - Fixes create-wmr so that it can be used with a new directory

- [`791e5bd`](https://github.com/preactjs/wmr/commit/791e5bdf40aaacbd83f9ff82246024e6ec1ab24e) [#325](https://github.com/preactjs/wmr/pull/325) Thanks [@rschristian](https://github.com/rschristian)! - Create-WMR now has matching install ranges for pkg-install & the templated package.json file

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-wmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-wmr",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
18 changes: 9 additions & 9 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# wmr

## 1.3.0
### Minor Changes
## 1.3.1

### Patch Changes

- [`c740ac0`](https://github.com/preactjs/wmr/commit/c740ac0cb611d4b2979a4b9413bd5abb901e776b) [#370](https://github.com/preactjs/wmr/pull/370) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix non-js hmr

- [`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.
* [`c740ac0`](https://github.com/preactjs/wmr/commit/c740ac0cb611d4b2979a4b9413bd5abb901e776b) [#370](https://github.com/preactjs/wmr/pull/370) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix support for scss/sass hmr

## 1.3.0

### Minor Changes

- [`a735d19`](https://github.com/preactjs/wmr/commit/a735d19e9d0d3c89e7a52345795e4767134f54ed) [#330](https://github.com/preactjs/wmr/pull/330) Thanks [@developit](https://github.com/developit)! - Add prerendering of <head>, support .html URLs
- [`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.

* [`a735d19`](https://github.com/preactjs/wmr/commit/a735d19e9d0d3c89e7a52345795e4767134f54ed) [#330](https://github.com/preactjs/wmr/pull/330) Thanks [@developit](https://github.com/developit)! - Add prerendering of <head>, support .html URLs

### 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
* [`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.3.0",
"version": "1.3.1",
"bin": "wmr.cjs",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 40d7b7a

Please sign in to comment.