Version Packages (#1182)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1184/head @hono/zod-openapi@0.19.8
github-actions[bot] 2025-05-30 11:16:13 +09:00 committed by GitHub
parent 5c3f61f889
commit 2fccb8b764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': minor
---
feat: update peerDependency to Zod `^3.25.0` and fix the types

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.19.8
### Patch Changes
- Updated dependencies [[`5c3f61f889f5d96f2ff4a79c9df89c03e25dd7f3`](https://github.com/honojs/middleware/commit/5c3f61f889f5d96f2ff4a79c9df89c03e25dd7f3)]:
- @hono/zod-validator@0.7.0
## 0.19.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.19.7",
"version": "0.19.8",
"description": "A wrapper class of Hono which supports OpenAPI.",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.7.0
### Minor Changes
- [#1180](https://github.com/honojs/middleware/pull/1180) [`5c3f61f889f5d96f2ff4a79c9df89c03e25dd7f3`](https://github.com/honojs/middleware/commit/5c3f61f889f5d96f2ff4a79c9df89c03e25dd7f3) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: update peerDependency to Zod `^3.25.0` and fix the types
## 0.6.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.6.0",
"version": "0.7.0",
"description": "Validator middleware using Zod",
"type": "module",
"main": "dist/index.js",