parent
b8219d9b68
commit
28a8dfa312
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/zod-openapi': patch
|
||||
---
|
||||
|
||||
change: Export Hook in @hono/zod-openapi
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/react-renderer': patch
|
||||
---
|
||||
|
||||
feat: introduce React Renderer
|
|
@ -0,0 +1,7 @@
|
|||
# @hono/react-renderer
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#309](https://github.com/honojs/middleware/pull/309) [`9348fa2`](https://github.com/honojs/middleware/commit/9348fa26635d97ee6f8ceca563488d77afb39889) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: introduce React Renderer
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/react-renderer",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"description": "React Renderer Middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/zod-openapi
|
||||
|
||||
## 0.9.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#313](https://github.com/honojs/middleware/pull/313) [`b8219d9`](https://github.com/honojs/middleware/commit/b8219d9b68e6aba7466705d0787dbdd15b808b06) Thanks [@WildEgo](https://github.com/WildEgo)! - change: Export Hook in @hono/zod-openapi
|
||||
|
||||
## 0.9.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/zod-openapi",
|
||||
"version": "0.9.3",
|
||||
"version": "0.9.4",
|
||||
"description": "A wrapper class of Hono which supports OpenAPI.",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
|
Loading…
Reference in New Issue