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 14, 2024
1 parent f81b32f commit 386929f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-scissors-ring.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/dump_viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-hook/dump-viewer

## 0.3.6

### Patch Changes

- Updated dependencies [f81b32f]
- hot-hook@0.2.6

## 0.3.5

### 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.5",
"version": "0.3.6",
"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.6

### Patch Changes

- f81b32f: [Vite has a bug](https://github.com/vitejs/vite/issues/13267) that causes a `vite.config.js.timestamp-*` file to be created and persisted under certain conditions. When Hot-Hook is used with Vite, this bug can sometimes cause the server to restart indefinitely. Consequently, this commit adds these files by default to Hot-Hook's `ignore` config.

## 0.2.5

### 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.5",
"version": "0.2.6",
"main": "index.js",
"type": "module",
"files": [
Expand Down

0 comments on commit 386929f

Please sign in to comment.