Skip to content

Commit

Permalink
chore: releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed May 1, 2024
1 parent 89c2a60 commit 606203f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/wise-scissors-breathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/dump_viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
- [email protected]

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dump_viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-hook/dump-viewer",
"version": "0.3.4",
"version": "0.3.5",
"type": "module",
"files": [
"build"
Expand Down
6 changes: 6 additions & 0 deletions packages/hot_hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hot_hook/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 606203f

Please sign in to comment.