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 Mar 28, 2021
1 parent b356c78 commit 5f9bc00
Show file tree
Hide file tree
Showing 40 changed files with 99 additions and 160 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-poets-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-games-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-trains-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-ads-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-suns-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-badgers-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-carrots-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-hornets-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-bottles-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pants-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-peaches-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-squids-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-apes-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-suits-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-cougars-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-monkeys-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-rules-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-cats-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ligers-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-steaks-sniff.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-islands-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-hornets-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-beers-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-kings-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-moons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-coins-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-grapes-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-jars-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-hats-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-llamas-exist.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [`621fbd2`](https://github.com/preactjs/wmr/commit/621fbd207e27f0ca52846483c387c86330a96ab5) [#410](https://github.com/preactjs/wmr/pull/410) Thanks [@rschristian](https://github.com/rschristian)! - Fix for .gitignore in newly scaffolded projects

* [`a8d8db5`](https://github.com/preactjs/wmr/commit/a8d8db5d021bf0ac77321352576633c72300f37d) [#460](https://github.com/preactjs/wmr/pull/460) Thanks [@rschristian](https://github.com/rschristian)! - Ensures WMR's types are available to users

## 0.3.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.3.0",
"version": "0.3.1",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
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.1.2

### Patch Changes

- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types

## 0.1.1

### Patch 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": "@wmr-plugins/directory-import",
"version": "0.1.1",
"version": "0.1.2",
"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": "^1.3.2"
"wmr": "^1.4.0"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# preact-iso

## 1.1.0

### Minor Changes

- [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions

* [`f7b5bd7`](https://github.com/preactjs/wmr/commit/f7b5bd77c3d0e599cff43226f903483cefad9539) [#422](https://github.com/preactjs/wmr/pull/422) Thanks [@rschristian](https://github.com/rschristian)! - Adds a new Route component export

### Patch Changes

- [`5ff2c55`](https://github.com/preactjs/wmr/commit/5ff2c559feb83ffed514ed67b5d7f3e2389ef5cc) [#459](https://github.com/preactjs/wmr/pull/459) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing Route export

* [`0833c4a`](https://github.com/preactjs/wmr/commit/0833c4ad25ceffae461d4d8f8643744cc0b7e080) [#408](https://github.com/preactjs/wmr/pull/408) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Add type definitions to router onLoadEnd and onLoadStart

- [`f320e3e`](https://github.com/preactjs/wmr/commit/f320e3e46cbd66c4d0580c6ec567e335b646ac5c) [#416](https://github.com/preactjs/wmr/pull/416) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix routes with leading/trailing slashes

* [`3db3696`](https://github.com/preactjs/wmr/commit/3db36964afc1f3158d3b5d377d06ccf32b6efadd) [#421](https://github.com/preactjs/wmr/pull/421) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing types for `onError` prop of `ErrorBoundary` component

- [`0bbb8cc`](https://github.com/preactjs/wmr/commit/0bbb8ccaafb1182b5a0f42ef6208a40d774c73f1) [#424](https://github.com/preactjs/wmr/pull/424) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Set default value for push to true

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

## 0.2.0

### Minor Changes

- [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions

### Patch Changes

- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types

## 0.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "0.2.0",
"type": "module",
"main": "./sw-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": "^1.3.2"
"wmr": "^1.4.0"
},
"dependencies": {
"rollup": "^2.0.0"
Expand Down
48 changes: 48 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# wmr

## 1.4.0

### Minor Changes

- [`cb26519`](https://github.com/preactjs/wmr/commit/cb2651974c922c10c520a1c56de39ac3c2b05511) [#438](https://github.com/preactjs/wmr/pull/438) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Update plugin format to extend options by deep-merging return values instead of manually pushing into arrays. This makes user plugins shorter and less error prone. In doing so we do support return an array of plugins from a plugin. The returned array will be flattened into the existing one. To be able to specify execution points a `plugin.enforce` property was added.

* [`eed537d`](https://github.com/preactjs/wmr/commit/eed537df6f4a8bb55e822b4645278beee366b07c) [#435](https://github.com/preactjs/wmr/pull/435) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Report errored JS-lines to the client.

- [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions

* [`111c1be`](https://github.com/preactjs/wmr/commit/111c1be36cc27428df72d4e73964157c90218d82) [#389](https://github.com/preactjs/wmr/pull/389) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Use resolve.exports for export map resolving in the npm-plugin

### Patch Changes

- [`c906736`](https://github.com/preactjs/wmr/commit/c9067365aaf2c2e1480ac001631ffeaad826e045) [#475](https://github.com/preactjs/wmr/pull/475) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Only search for free port once in dev mode

* [`d37fe5c`](https://github.com/preactjs/wmr/commit/d37fe5cf3ed19422e623c8eb556667d8de052f76) [#464](https://github.com/preactjs/wmr/pull/464) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Always print stack traces on exceptions

- [`b225cc2`](https://github.com/preactjs/wmr/commit/b225cc24a5683380b26e48ff8f276b1f2e2525d2) [#430](https://github.com/preactjs/wmr/pull/430) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed

* [`07dbd20`](https://github.com/preactjs/wmr/commit/07dbd20f8dcbbc3c19fedf8a9bdd2396b194c474) [#470](https://github.com/preactjs/wmr/pull/470) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix potential infinite loop when searching for a free port

- [`f45c651`](https://github.com/preactjs/wmr/commit/f45c65172a36f738e511da068d2c5f4b63b2d504) [#472](https://github.com/preactjs/wmr/pull/472) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Reduce amount of files to check during config loading

* [`3fa2aeb`](https://github.com/preactjs/wmr/commit/3fa2aebf4447c349e7a70eeed9736c2060236916) [#441](https://github.com/preactjs/wmr/pull/441) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add colored namespaces to debug output when `DEBUG=true` is set.

- [`2102ffb`](https://github.com/preactjs/wmr/commit/2102ffb4807e04c4858fc28ed5e1463e38ee3a1f) [#409](https://github.com/preactjs/wmr/pull/409) Thanks [@aduh95](https://github.com/aduh95)! - Fix double quotes imports with bundle-plugin

* [`4d36e2a`](https://github.com/preactjs/wmr/commit/4d36e2a42884784517a047930b955724cebac6ba) [#427](https://github.com/preactjs/wmr/pull/427) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one.

- [`2405b8c`](https://github.com/preactjs/wmr/commit/2405b8c0569cdcf738122a79c451e1a3cff1b630) [#437](https://github.com/preactjs/wmr/pull/437) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support Typescript config files

* [`0737249`](https://github.com/preactjs/wmr/commit/0737249a5888e098c6fa65eb28e77f1ab966061a) [#465](https://github.com/preactjs/wmr/pull/465) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Use same user plugin ordering in dev and production mode

- [`5ae39be`](https://github.com/preactjs/wmr/commit/5ae39be2fe62e597abdea0d3ac1e3a212efc990b) [#453](https://github.com/preactjs/wmr/pull/453) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Align astronaut emoji with addresses in startup message

* [`bcf3bdf`](https://github.com/preactjs/wmr/commit/bcf3bdf8f4556a621f6470c39c05e041e41d4f5a) [#433](https://github.com/preactjs/wmr/pull/433) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Newly created files shouldn't cause a page-reload

- [`3419af9`](https://github.com/preactjs/wmr/commit/3419af91b31aebe61497869f8aacfe81c576b0d5) [#466](https://github.com/preactjs/wmr/pull/466) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add plugin `config()` and `configResolved()` tests

* [`baa85c7`](https://github.com/preactjs/wmr/commit/baa85c7acbd8706b64d07741040a5773b248d25a) [#450](https://github.com/preactjs/wmr/pull/450) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - This PR adds a redesigned startup screen to make it easier to read addresses at a glance.

- [`fc5cf31`](https://github.com/preactjs/wmr/commit/fc5cf31ea4815c88459c4718149215f37563c1a2) [#468](https://github.com/preactjs/wmr/pull/468) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix incorrect plugin ordering introduced in #465 (unreleased)

* [`2f36c6f`](https://github.com/preactjs/wmr/commit/2f36c6f7045268bd95fc41be16cba593ecf97326) [#463](https://github.com/preactjs/wmr/pull/463) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Always throw if the user requested a specific port and it's not available

- [`edf9106`](https://github.com/preactjs/wmr/commit/edf9106a6e1767d288572e4967f749958c7b484c) [#442](https://github.com/preactjs/wmr/pull/442) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't resolve config file twice during compilation

## 1.3.2

### 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": "1.3.2",
"version": "1.4.0",
"bin": "wmr.cjs",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 5f9bc00

Please sign in to comment.