Version Packages (#1305)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1309/head @hono/zod-openapi@0.19.10
github-actions[bot] 2025-07-13 20:10:52 +09:00 committed by GitHub
parent 9f6278f51c
commit 3705fe6560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 19 additions and 14 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
correctly set the zod version to follow the official website doc

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
upgrade zod to v4 and import style to be more tree-shakeable in README.md

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.19.10
### Patch Changes
- Updated dependencies [[`9f6278f51c846a171a9baa6335fb8fbd9b42cb1c`](https://github.com/honojs/middleware/commit/9f6278f51c846a171a9baa6335fb8fbd9b42cb1c), [`9f6278f51c846a171a9baa6335fb8fbd9b42cb1c`](https://github.com/honojs/middleware/commit/9f6278f51c846a171a9baa6335fb8fbd9b42cb1c)]:
- @hono/zod-validator@0.7.1
## 0.19.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.19.9",
"version": "0.19.10",
"license": "MIT",
"exports": {
".": "./src/index.ts"

View File

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

View File

@ -1,5 +1,13 @@
# @hono/zod-validator
## 0.7.1
### Patch Changes
- [#1302](https://github.com/honojs/middleware/pull/1302) [`9f6278f51c846a171a9baa6335fb8fbd9b42cb1c`](https://github.com/honojs/middleware/commit/9f6278f51c846a171a9baa6335fb8fbd9b42cb1c) Thanks [@kiki-kanri](https://github.com/kiki-kanri)! - correctly set the zod version to follow the official website doc
- [#1302](https://github.com/honojs/middleware/pull/1302) [`9f6278f51c846a171a9baa6335fb8fbd9b42cb1c`](https://github.com/honojs/middleware/commit/9f6278f51c846a171a9baa6335fb8fbd9b42cb1c) Thanks [@kiki-kanri](https://github.com/kiki-kanri)! - upgrade zod to v4 and import style to be more tree-shakeable in README.md
## 0.7.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"exports": {
".": "./src/index.ts"

View File

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