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 Apr 2, 2021
1 parent e7b367a commit c0fd041
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-brooms-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-ducks-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-vans-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-terms-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-kids-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-onions-walk.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.3

### Patch Changes

- [`163a214`](https://github.com/preactjs/wmr/commit/163a2148fde5960490e6369c48288df8b331e173) [#516](https://github.com/preactjs/wmr/pull/516) Thanks [@rschristian](https://github.com/rschristian)! - Correcting file path in template's tsconfig "include"

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"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.2.0

### Minor Changes

- [`5f54c76`](https://github.com/preactjs/wmr/commit/5f54c76d4bb558ba335aeaf61208263f2e0b2d7c) [#495](https://github.com/preactjs/wmr/pull/495) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Move plugins from @wmr-plugins org to @wmrjs

## 0.1.2

### 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": "@wmrjs/directory-import",
"version": "0.1.2",
"version": "0.2.0",
"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.4.0"
"wmr": "^1.5.2"
},
"peerDependencies": {
"wmr": ">=1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/nomodule-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @wmrjs/nomodule

## 0.2.0
### Minor Changes



- [`5f54c76`](https://github.com/preactjs/wmr/commit/5f54c76d4bb558ba335aeaf61208263f2e0b2d7c) [#495](https://github.com/preactjs/wmr/pull/495) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Move plugins from @wmr-plugins org to @wmrjs
2 changes: 1 addition & 1 deletion packages/nomodule-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0",
"version": "0.2.0",
"description": "Generate legacy bundles and serve them to older browsers as a fallback.",
"main": "./dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/sw-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wmr-plugins/service-worker

## 0.3.0

### Minor Changes

- [`5f54c76`](https://github.com/preactjs/wmr/commit/5f54c76d4bb558ba335aeaf61208263f2e0b2d7c) [#495](https://github.com/preactjs/wmr/pull/495) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Move plugins from @wmr-plugins org to @wmrjs

## 0.2.0

### Minor 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": "@wmrjs/service-worker",
"version": "0.2.0",
"version": "0.3.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.4.0"
"wmr": "^1.5.2"
},
"dependencies": {
"rollup": "^2.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wmr

## 1.5.2

### Patch Changes

- [`19bb41c`](https://github.com/preactjs/wmr/commit/19bb41c9d929ff3f51d72030071d0ce55a7ef8db) [#523](https://github.com/preactjs/wmr/pull/523) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Eagerly load "\_wmr.js" in the "index.html" file to provide graceful error-fallbacks

* [`30644b3`](https://github.com/preactjs/wmr/commit/30644b39434f1bfd82cd54302e37fbe601effdcf) [#520](https://github.com/preactjs/wmr/pull/520) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix code frame indentation with tabs and remove ansi codes from code frames logged in the browser. And while we're at it make it pretty too!

- [`31c83e7`](https://github.com/preactjs/wmr/commit/31c83e74fc0814481445c4b152625041751c2a1f) [#522](https://github.com/preactjs/wmr/pull/522) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Allow plugins to overwrite url and json loading behavior. Default loading semantics will only apply if no other prefix is present on the import specifier

* [`1907901`](https://github.com/preactjs/wmr/commit/1907901f49bb425c2b885e59e8fcd8cc778aeab5) [#513](https://github.com/preactjs/wmr/pull/513) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add more path resolution messages in debug mode

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

0 comments on commit c0fd041

Please sign in to comment.