Skip to content

Commit

Permalink
Version Packages (#877)
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] committed Sep 26, 2022
1 parent dfa4cbd commit cc70ed6
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-numbers-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-rivers-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-lions-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-vans-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-comics-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-doors-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-poets-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-chairs-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-turtles-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pandas-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-rabbits-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bikes-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-guests-tap.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- [`2465fbb`](https://github.com/preactjs/wmr/commit/2465fbba9e0888d2191d0fbcf613b26e81b4640e) [#895](https://github.com/preactjs/wmr/pull/895) Thanks [@rschristian](https://github.com/rschristian)! - Fix lack of hydration when not returning prerender data

## 2.3.0

### Minor 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": "2.3.0",
"version": "2.3.1",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
Expand Down
32 changes: 32 additions & 0 deletions packages/wmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# wmr

## 3.8.0

### Minor Changes

- [`2d768a1`](https://github.com/preactjs/wmr/commit/2d768a13e7b42ff62430a0a573706f5620b842c6) [#875](https://github.com/preactjs/wmr/pull/875) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add a tsconfig-paths plugin that will check for a tsconfig and respect the paths option when present

* [`c0b0b1b`](https://github.com/preactjs/wmr/commit/c0b0b1b8df5ca6a650a7dc8f8edad73bf70de52d) [#934](https://github.com/preactjs/wmr/pull/934) Thanks [@takurinton](https://github.com/takurinton)! - Adds resource fetch shim for prererendering

- [`e546afc`](https://github.com/preactjs/wmr/commit/e546afc8f73a12131a974cdbc9b07381858f7146) [#935](https://github.com/preactjs/wmr/pull/935) Thanks [@takurinton](https://github.com/takurinton)! - Add fetching external resources using native fetch API when Node.js version 18 later

### Patch Changes

- [`31583c7`](https://github.com/preactjs/wmr/commit/31583c7d77f91fc9d69bb3bcc2919a6f80f7d3b4) [#904](https://github.com/preactjs/wmr/pull/904) Thanks [@rschristian](https://github.com/rschristian)! - Ensures config file has been merged before attempting to create output directory

* [`dfa4cbd`](https://github.com/preactjs/wmr/commit/dfa4cbd4dfbaf72587a741e08ad68bf978734148) [#917](https://github.com/preactjs/wmr/pull/917) Thanks [@rschristian](https://github.com/rschristian)! - Ensures TS config file is transpiled to ESM so that it can use `defineConfig`

- [`2465fbb`](https://github.com/preactjs/wmr/commit/2465fbba9e0888d2191d0fbcf613b26e81b4640e) [#895](https://github.com/preactjs/wmr/pull/895) Thanks [@rschristian](https://github.com/rschristian)! - Fix lack of hydration when not returning prerender data

* [`69b0496`](https://github.com/preactjs/wmr/commit/69b04968336ca3a3137a286381afe4dc8de2e03b) [#900](https://github.com/preactjs/wmr/pull/900) Thanks [@rschristian](https://github.com/rschristian)! - Ensures leading newline in text nodes is not converted to whitespace

- [`d5d8fff`](https://github.com/preactjs/wmr/commit/d5d8fffe44a8f82e65fa78a9f3cff1b93a236d7f) [#927](https://github.com/preactjs/wmr/pull/927) Thanks [@rschristian](https://github.com/rschristian)! - Checks to ensure a sourcemap has sourcesContent before attempting to consume it

* [`d9de528`](https://github.com/preactjs/wmr/commit/d9de52831831bacf3a0afc62f40eab521542c174) [#901](https://github.com/preactjs/wmr/pull/901) Thanks [@rschristian](https://github.com/rschristian)! - Disables (non-actionable) browserslist warning

- [`f75af7c`](https://github.com/preactjs/wmr/commit/f75af7cc52460548c077b1f8a56d778962856107) [#905](https://github.com/preactjs/wmr/pull/905) Thanks [@rschristian](https://github.com/rschristian)! - First script tag in HTML should be assumed to have prerender(), not last

* [`21ec4f4`](https://github.com/preactjs/wmr/commit/21ec4f4cf8cd159b3f2542773f381a99661a4e2f) [#913](https://github.com/preactjs/wmr/pull/913) Thanks [@cristianbote](https://github.com/cristianbote)! - When prerendering avoid replacing regex group token \$1 when is present in html contents

- [`b849238`](https://github.com/preactjs/wmr/commit/b8492382ea2d35aa028e36ed0207c7c4742b1bd3) [#924](https://github.com/preactjs/wmr/pull/924) Thanks [@rschristian](https://github.com/rschristian)! - Supports top-level await in dev

* [`b38a8f2`](https://github.com/preactjs/wmr/commit/b38a8f234eb03ee0b6ecbec916b0cf3080a64513) [#908](https://github.com/preactjs/wmr/pull/908) Thanks [@rschristian](https://github.com/rschristian)! - Corrects duplicated information in CLI help menu

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

0 comments on commit cc70ed6

Please sign in to comment.