Skip to content

Commit

Permalink
Version Packages (#381)
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 Mar 5, 2021
1 parent 935701a commit 1b52512
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-ladybugs-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-geese-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-camels-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-vans-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-chicken-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-brooms-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-dragons-wonder.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [`cf7d2f6`](https://github.com/preactjs/wmr/commit/cf7d2f666c8262ae98f50f0f5b1cfbd7118f52a5) [#390](https://github.com/preactjs/wmr/pull/390) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add `.gitignore`

## 0.2.1

### Patch 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.1",
"version": "0.3.0",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
9 changes: 7 additions & 2 deletions packages/directory-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @wmr-plugins/directory-import

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [`3587239`](https://github.com/preactjs/wmr/commit/3587239c23c84f63a2f89d908553801b98a3b05a) [#380](https://github.com/preactjs/wmr/pull/380) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add export maps and point at published files

## 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.1.0",
"version": "0.1.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": "^8.1.0",
"rollup": "^2.39.0",
"wmr": "^1.3.0"
"wmr": "^1.3.2"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
9 changes: 7 additions & 2 deletions packages/sw-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @wmr-plugins/service-worker

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [`3587239`](https://github.com/preactjs/wmr/commit/3587239c23c84f63a2f89d908553801b98a3b05a) [#380](https://github.com/preactjs/wmr/pull/380) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add export maps and point at published files

## 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.1.0",
"version": "0.1.1",
"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": "^8.1.0",
"rollup": "^2.39.0",
"wmr": "^1.3.0"
"wmr": "^1.3.2"
},
"dependencies": {
"rollup": "^2.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# wmr

## 1.3.2

### Patch Changes

- [`7fc6570`](https://github.com/preactjs/wmr/commit/7fc6570134b6aa0c9da06ab16b95569a6563ee9f) [#393](https://github.com/preactjs/wmr/pull/393) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - remove search parameters from pre-rendered url's

* [`2f88ebf`](https://github.com/preactjs/wmr/commit/2f88ebf441a87fe82e6cd298693ade92fbf9595e) [#396](https://github.com/preactjs/wmr/pull/396) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix source maps in styles-plugin

- [`42fa940`](https://github.com/preactjs/wmr/commit/42fa94027c0adc05b1e05b364010eb39203a12e8) [#385](https://github.com/preactjs/wmr/pull/385) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix case where deduped css would crash the bundle

* [`8a5a475`](https://github.com/preactjs/wmr/commit/8a5a4750512037984a4f06c78545e45c845b6be2) [#397](https://github.com/preactjs/wmr/pull/397) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Move sourcemap option from start to build command

- [`a32d855`](https://github.com/preactjs/wmr/commit/a32d855683358f806b0962d0b4ee40e7aa7df691) [#387](https://github.com/preactjs/wmr/pull/387) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Convert Set to Array before calling .every for hmr

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

0 comments on commit 1b52512

Please sign in to comment.