Skip to content

Commit

Permalink
chore: releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 25, 2024
1 parent 117f9c1 commit d740d14
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/spotty-bottles-hide.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.2

### Patch Changes

- Updated dependencies [117f9c1]
- [email protected]

## 0.3.1

### 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.1",
"version": "0.3.2",
"type": "module",
"files": [
"build"
Expand Down
9 changes: 9 additions & 0 deletions packages/hot_hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1",
"version": "0.2.2",
"main": "index.js",
"type": "module",
"files": [
Expand Down

0 comments on commit d740d14

Please sign in to comment.