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 12, 2021
1 parent 928c7a0 commit cd01a14
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-suns-explain.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/shy-ligers-hang.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/wise-hats-marry.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.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

## 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
12 changes: 12 additions & 0 deletions packages/preact-iso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# preact-iso

## 1.1.0

### Minor Changes

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

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

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

## 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/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wmr

## 1.4.0

### Minor Changes

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

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

## 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 cd01a14

Please sign in to comment.