Skip to content

Commit ad5a6e8

Browse files
Version Packages (#229)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c99bc48 commit ad5a6e8

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/dull-mirrors-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-bulldogs-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/dev-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hono/vite-dev-server
22

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- [#231](https://github.com/honojs/vite-plugins/pull/231) [`eb196d52a7f2059540c64a9c0b94298d49a00b90`](https://github.com/honojs/vite-plugins/commit/eb196d52a7f2059540c64a9c0b94298d49a00b90) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support hot reload for Vite6
8+
9+
- [#228](https://github.com/honojs/vite-plugins/pull/228) [`5153b84779b279274836512f7172c53e5cc11ae7`](https://github.com/honojs/vite-plugins/commit/5153b84779b279274836512f7172c53e5cc11ae7) Thanks [@mo36924](https://github.com/mo36924)! - fix: Fixed problem with source map not working when reading entry files
10+
311
## 0.18.1
412

513
### Patch Changes

packages/dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hono/vite-dev-server",
33
"description": "Vite dev-server plugin for Hono",
4-
"version": "0.18.1",
4+
"version": "0.18.2",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)