Version Packages (#1317)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1319/head @hono/zod-openapi@1.0.1
github-actions[bot] 2025-07-19 10:26:47 +09:00 committed by GitHub
parent c6a16ab7aa
commit 7d82875634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 17 additions and 9 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
fix: support transform

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 1.0.1
### Patch Changes
- Updated dependencies [[`c6a16ab7aa8fba2403d4294e7673f96796020c65`](https://github.com/honojs/middleware/commit/c6a16ab7aa8fba2403d4294e7673f96796020c65)]:
- @hono/zod-validator@0.7.2
## 1.0.0
### Major Changes

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "1.0.0",
"version": "1.0.1",
"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.2
### Patch Changes
- [#1315](https://github.com/honojs/middleware/pull/1315) [`c6a16ab7aa8fba2403d4294e7673f96796020c65`](https://github.com/honojs/middleware/commit/c6a16ab7aa8fba2403d4294e7673f96796020c65) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support transform
## 0.7.1
### Patch Changes

View File

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

View File

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