Version Packages (#319)

pull/321/head @hono/react-renderer@0.0.2
github-actions[bot] 2023-12-17 21:55:10 +09:00 committed by GitHub
parent 0c2dbee52a
commit f37933be60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

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

View File

@ -1,5 +1,11 @@
# @hono/react-renderer
## 0.0.2
### Patch Changes
- [#318](https://github.com/honojs/middleware/pull/318) [`0c2dbee`](https://github.com/honojs/middleware/commit/0c2dbee52a5deb1d5022c4964a229fd83c0da394) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: dynamic import `renderToReadableStream`
## 0.0.1
### Patch Changes

View File

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