Version Packages (#1123)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1126/head
github-actions[bot] 2025-04-11 16:23:32 +09:00 committed by GitHub
parent 944f1989f5
commit 6c36f525f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/react-renderer': patch
---
fix: tweak dynamic importing `renderToReadableStream`

View File

@ -1,5 +1,11 @@
# @hono/react-renderer
## 1.0.1
### Patch Changes
- [#1122](https://github.com/honojs/middleware/pull/1122) [`944f1989f5fc14f62348427b8f26989bd17fd61c`](https://github.com/honojs/middleware/commit/944f1989f5fc14f62348427b8f26989bd17fd61c) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: tweak dynamic importing `renderToReadableStream`
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/react-renderer",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Renderer Middleware for Hono",
"type": "module",
"module": "dist/index.js",