Skip to content

Commit 5047afb

Browse files
committed
chore: releases
1 parent c26292d commit 5047afb

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/yellow-cycles-carry.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.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c26292d]
8+
- hot-hook@0.1.10
9+
310
## 0.2.3
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.2.3",
3+
"version": "0.2.4",
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.1.10
4+
5+
### Patch Changes
6+
7+
- c26292d: Don't throw when a dependent file node is missing. This can happen when a file has been deleted
8+
39
## 0.1.9
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.1.9",
4+
"version": "0.1.10",
55
"main": "index.js",
66
"type": "module",
77
"files": [

0 commit comments

Comments
 (0)