Version Packages (#1176)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1179/head @hono/zod-openapi@0.19.7
github-actions[bot] 2025-05-27 17:55:25 +09:00 committed by GitHub
parent a62b59f450
commit 9afa292ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 17 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': minor
---
feat: support Zod v4

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
fix: ignore the type error from Zod Validator

View File

@ -1,5 +1,14 @@
# @hono/zod-openapi
## 0.19.7
### Patch Changes
- [#1173](https://github.com/honojs/middleware/pull/1173) [`a62b59f4505d10f41523a36ad7c02776f9e1cb01`](https://github.com/honojs/middleware/commit/a62b59f4505d10f41523a36ad7c02776f9e1cb01) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: ignore the type error from Zod Validator
- Updated dependencies [[`a62b59f4505d10f41523a36ad7c02776f9e1cb01`](https://github.com/honojs/middleware/commit/a62b59f4505d10f41523a36ad7c02776f9e1cb01)]:
- @hono/zod-validator@0.6.0
## 0.19.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.19.6",
"version": "0.19.7",
"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.6.0
### Minor Changes
- [#1173](https://github.com/honojs/middleware/pull/1173) [`a62b59f4505d10f41523a36ad7c02776f9e1cb01`](https://github.com/honojs/middleware/commit/a62b59f4505d10f41523a36ad7c02776f9e1cb01) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support Zod v4
## 0.5.0
### Minor Changes

View File

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