Skip to content

Commit 386929f

Browse files
committed
chore: releases
1 parent f81b32f commit 386929f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/unlucky-scissors-ring.md

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

packages/dump_viewer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hot-hook/dump-viewer
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f81b32f]
8+
9+
310
## 0.3.5
411

512
### Patch Changes

packages/dump_viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hot-hook/dump-viewer",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"files": [
66
"build"

packages/hot_hook/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- f81b32f: [Vite has a bug](https://github.com/vitejs/vite/issues/13267) that causes a `vite.config.js.timestamp-*` file to be created and persisted under certain conditions. When Hot-Hook is used with Vite, this bug can sometimes cause the server to restart indefinitely. Consequently, this commit adds these files by default to Hot-Hook's `ignore` config.
8+
39
## 0.2.5
410

511
### Patch Changes

packages/hot_hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hot-hook",
33
"description": "Easy hot module reloading (HMR) for Node.js and ESM",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"main": "index.js",
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)