From 606203f65a7f95813c314c96bacf1480086270ee Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Wed, 1 May 2024 21:10:10 +0200 Subject: [PATCH] chore: releases --- .changeset/wise-scissors-breathe.md | 7 ------- packages/dump_viewer/CHANGELOG.md | 8 ++++++++ packages/dump_viewer/package.json | 2 +- packages/hot_hook/CHANGELOG.md | 6 ++++++ packages/hot_hook/package.json | 2 +- packages/runner/CHANGELOG.md | 6 ++++++ packages/runner/package.json | 2 +- 7 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 .changeset/wise-scissors-breathe.md diff --git a/.changeset/wise-scissors-breathe.md b/.changeset/wise-scissors-breathe.md deleted file mode 100644 index 4e429a8..0000000 --- a/.changeset/wise-scissors-breathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hot-hook/dump-viewer": patch -"hot-hook": patch -"@hot-hook/runner": patch ---- - -Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above. diff --git a/packages/dump_viewer/CHANGELOG.md b/packages/dump_viewer/CHANGELOG.md index 186de9a..c247b88 100644 --- a/packages/dump_viewer/CHANGELOG.md +++ b/packages/dump_viewer/CHANGELOG.md @@ -1,5 +1,13 @@ # @hot-hook/dump-viewer +## 0.3.5 + +### Patch Changes + +- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above. +- Updated dependencies [89c2a60] + - hot-hook@0.2.5 + ## 0.3.4 ### Patch Changes diff --git a/packages/dump_viewer/package.json b/packages/dump_viewer/package.json index 747ef66..13a56d7 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.4", + "version": "0.3.5", "type": "module", "files": [ "build" diff --git a/packages/hot_hook/CHANGELOG.md b/packages/hot_hook/CHANGELOG.md index dc1203e..b3db93e 100644 --- a/packages/hot_hook/CHANGELOG.md +++ b/packages/hot_hook/CHANGELOG.md @@ -1,5 +1,11 @@ # hot-hook +## 0.2.5 + +### Patch Changes + +- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above. + ## 0.2.4 ### Patch Changes diff --git a/packages/hot_hook/package.json b/packages/hot_hook/package.json index 0bcfa15..95845a0 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.4", + "version": "0.2.5", "main": "index.js", "type": "module", "files": [ diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index 3d38758..1f3af35 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,11 @@ # @hot-hook/runner +## 0.0.7 + +### Patch Changes + +- 89c2a60: Add support for Node.js 20. We removed the direct usage of `importAttributes` that was only introduced in Node.js 20.9. Hot-hook should works fine with Node.js 20.0.0 and above. + ## 0.0.4 ### Patch Changes diff --git a/packages/runner/package.json b/packages/runner/package.json index 9c0d80c..ea181b5 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,7 +1,7 @@ { "name": "@hot-hook/runner", "description": "Runner for applications that use hot-hook", - "version": "0.0.6", + "version": "0.0.7", "main": "build/bin/run.js", "type": "module", "files": [