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 Jan 4, 2023
1 parent 3c5672e commit be71830
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-shirts-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-apes-relax.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.9

### Patch Changes

- [`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

## 0.3.8

### 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.8",
"version": "0.3.9",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# wmr

## 3.8.1

### Patch Changes

- [`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

## 3.8.0

### Minor 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": "3.8.0",
"version": "3.8.1",
"bin": "wmr.cjs",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit be71830

Please sign in to comment.