From d740d14e03d326d60be6957f763af73b87cecb29 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Thu, 25 Apr 2024 12:19:21 +0200 Subject: [PATCH] chore: releases --- .changeset/spotty-bottles-hide.md | 8 -------- packages/dump_viewer/CHANGELOG.md | 7 +++++++ packages/dump_viewer/package.json | 2 +- packages/hot_hook/CHANGELOG.md | 9 +++++++++ packages/hot_hook/package.json | 2 +- 5 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 .changeset/spotty-bottles-hide.md diff --git a/.changeset/spotty-bottles-hide.md b/.changeset/spotty-bottles-hide.md deleted file mode 100644 index 8706cba..0000000 --- a/.changeset/spotty-bottles-hide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hot-hook': patch ---- - -Bugfix : We should not invalidate non-reloadable files when a reloadable file is changed. That means, we gonna keep fetching the same file from the cache and not increase the version query param. This was not the case until this commit and caused theses issues for example : - -- https://github.com/orgs/adonisjs/discussions/4544 -- https://github.com/orgs/adonisjs/discussions/4537 diff --git a/packages/dump_viewer/CHANGELOG.md b/packages/dump_viewer/CHANGELOG.md index f24f047..6d4ff8f 100644 --- a/packages/dump_viewer/CHANGELOG.md +++ b/packages/dump_viewer/CHANGELOG.md @@ -1,5 +1,12 @@ # @hot-hook/dump-viewer +## 0.3.2 + +### Patch Changes + +- Updated dependencies [117f9c1] + - hot-hook@0.2.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/dump_viewer/package.json b/packages/dump_viewer/package.json index 144b893..359a28e 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.1", + "version": "0.3.2", "type": "module", "files": [ "build" diff --git a/packages/hot_hook/CHANGELOG.md b/packages/hot_hook/CHANGELOG.md index bfd7d6a..51bc2b0 100644 --- a/packages/hot_hook/CHANGELOG.md +++ b/packages/hot_hook/CHANGELOG.md @@ -1,5 +1,14 @@ # hot-hook +## 0.2.2 + +### Patch Changes + +- 117f9c1: Bugfix : We should not invalidate non-reloadable files when a reloadable file is changed. That means, we gonna keep fetching the same file from the cache and not increase the version query param. This was not the case until this commit and caused theses issues for example : + + - https://github.com/orgs/adonisjs/discussions/4544 + - https://github.com/orgs/adonisjs/discussions/4537 + ## 0.2.1 ### Patch Changes diff --git a/packages/hot_hook/package.json b/packages/hot_hook/package.json index a3b59dd..45b833a 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.2.1", + "version": "0.2.2", "main": "index.js", "type": "module", "files": [