Skip to content

Commit 80992d7

Browse files
Version Packages
1 parent a3d8935 commit 80992d7

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/moody-shirts-smash.md

-5
This file was deleted.

.changeset/thick-apes-relax.md

-5
This file was deleted.

packages/create-wmr/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-wmr
22

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- [`ab4b512`](https://github.com/preactjs/wmr/commit/ab4b512875ae63273cfbd9c4c5972aadd3218bac) [#940](https://github.com/preactjs/wmr/pull/940) Thanks [@joebeachjoebeach](https://github.com/joebeachjoebeach)! - Install eslint and eslint-config-preact as dev dependencies
8+
39
## 0.3.8
410

511
### Patch Changes

packages/create-wmr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-wmr",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "",
55
"main": "./dist/index.js",
66
"bin": "./dist/index.js",

packages/wmr/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# wmr
22

3+
## 3.8.1
4+
5+
### Patch Changes
6+
7+
- [`3c5672e`](https://github.com/preactjs/wmr/commit/3c5672ecd2f958c8eaf372d33c084dc69228ae3f) [#948](https://github.com/preactjs/wmr/pull/948) Thanks [@rschristian](https://github.com/rschristian)! - Corrects worker regex pattern to avoid false positives
8+
39
## 3.8.0
410

511
### Minor Changes

packages/wmr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wmr",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"bin": "wmr.cjs",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)