Skip to content

Commit 414fc5d

Browse files
authored
Merge pull request #594 from preactjs/changeset-release/main
Version Packages
2 parents 8c3f7ab + 53b39df commit 414fc5d

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/eleven-beers-lay.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @prefresh/vite
22

3+
## 2.4.11
4+
5+
### Patch Changes
6+
7+
- [`e4dbe7ad8701300a018c4e915afce923d2531866`](https://github.com/preactjs/prefresh/commit/e4dbe7ad8701300a018c4e915afce923d2531866) [#593](https://github.com/preactjs/prefresh/pull/593) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Convey information when an update fails
8+
39
## 2.4.10
410

511
### Patch Changes

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prefresh/vite",
3-
"version": "2.4.10",
3+
"version": "2.4.11",
44
"description": "A vite plugin to enable fast-refresh for Preact components.",
55
"main": "src/index.js",
66
"types": "index.d.ts",

packages/webpack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @prefresh/webpack
22

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- [`e4dbe7ad8701300a018c4e915afce923d2531866`](https://github.com/preactjs/prefresh/commit/e4dbe7ad8701300a018c4e915afce923d2531866) [#593](https://github.com/preactjs/prefresh/pull/593) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Convey information when an update fails
8+
39
## 4.0.5
410

511
### Patch Changes

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prefresh/webpack",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "A webpack plugin to enable fast-refresh for Preact components.",
55
"main": "src/index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)