From 6737752d18a9890075ff6404e321d6bf48911566 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 10 Oct 2024 21:13:56 +0200 Subject: [PATCH] chore: releases --- .changeset/gold-lions-serve.md | 5 ----- packages/dump_viewer/CHANGELOG.md | 7 +++++++ packages/dump_viewer/package.json | 2 +- packages/hot_hook/CHANGELOG.md | 6 ++++++ packages/hot_hook/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/gold-lions-serve.md diff --git a/.changeset/gold-lions-serve.md b/.changeset/gold-lions-serve.md deleted file mode 100644 index b0fb669..0000000 --- a/.changeset/gold-lions-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hot-hook': patch ---- - -On some linux distributions, or on some IDE/Text-Editor, only the `unlink` message is received by chokidar when a file is changed/saved. This commit now treats the `unlink` message as a file change, and therefore triggers the HMR/Full-reload logic diff --git a/packages/dump_viewer/CHANGELOG.md b/packages/dump_viewer/CHANGELOG.md index 6aefdc6..fbb888e 100644 --- a/packages/dump_viewer/CHANGELOG.md +++ b/packages/dump_viewer/CHANGELOG.md @@ -1,5 +1,12 @@ # @hot-hook/dump-viewer +## 0.3.7 + +### Patch Changes + +- Updated dependencies [b639a3c] + - hot-hook@0.3.1 + ## 0.3.6 ### Patch Changes diff --git a/packages/dump_viewer/package.json b/packages/dump_viewer/package.json index d936300..4cc5672 100644 --- a/packages/dump_viewer/package.json +++ b/packages/dump_viewer/package.json @@ -1,6 +1,6 @@ { "name": "@hot-hook/dump-viewer", - "version": "0.3.6", + "version": "0.3.7", "type": "module", "files": [ "build" diff --git a/packages/hot_hook/CHANGELOG.md b/packages/hot_hook/CHANGELOG.md index b57926a..cad1ad1 100644 --- a/packages/hot_hook/CHANGELOG.md +++ b/packages/hot_hook/CHANGELOG.md @@ -1,5 +1,11 @@ # hot-hook +## 0.3.1 + +### Patch Changes + +- b639a3c: On some linux distributions, or on some IDE/Text-Editor, only the `unlink` message is received by chokidar when a file is changed/saved. This commit now treats the `unlink` message as a file change, and therefore triggers the HMR/Full-reload logic + ## 0.3.0 ### Minor Changes diff --git a/packages/hot_hook/package.json b/packages/hot_hook/package.json index 79d15ce..28ac335 100644 --- a/packages/hot_hook/package.json +++ b/packages/hot_hook/package.json @@ -1,7 +1,7 @@ { "name": "hot-hook", "description": "Easy hot module reloading (HMR) for Node.js and ESM", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "type": "module", "files": [