Version Packages (#1121)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1122/head
github-actions[bot] 2025-04-11 07:46:10 +09:00 committed by GitHub
parent 684ae9a21d
commit a1fcb554ef
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': major
---
feat: use React v19 and specify `react-dom/server.edge` for `renderToReadableStream`

View File

@ -1,5 +1,11 @@
# @hono/react-renderer
## 1.0.0
### Major Changes
- [#1119](https://github.com/honojs/middleware/pull/1119) [`684ae9a21d2976ad0a42853fd30dc1494494da46`](https://github.com/honojs/middleware/commit/684ae9a21d2976ad0a42853fd30dc1494494da46) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: use React v19 and specify `react-dom/server.edge` for `renderToReadableStream`
## 0.3.0
### Minor Changes

View File

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