Version Packages (#315)

pull/317/head @hono/react-renderer@0.0.1
github-actions[bot] 2023-12-16 10:41:30 +09:00 committed by GitHub
parent b8219d9b68
commit 28a8dfa312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
change: Export Hook in @hono/zod-openapi

View File

@ -1,5 +0,0 @@
---
'@hono/react-renderer': patch
---
feat: introduce React Renderer

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",