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
parent
a62b59f450
commit
9afa292ca5
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/zod-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: support Zod v4
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/zod-openapi': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: ignore the type error from Zod Validator
|
|
|
@ -1,5 +1,14 @@
|
||||||
# @hono/zod-openapi
|
# @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
|
## 0.19.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/zod-openapi",
|
"name": "@hono/zod-openapi",
|
||||||
"version": "0.19.6",
|
"version": "0.19.7",
|
||||||
"description": "A wrapper class of Hono which supports OpenAPI.",
|
"description": "A wrapper class of Hono which supports OpenAPI.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/zod-validator
|
# @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
|
## 0.5.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/zod-validator",
|
"name": "@hono/zod-validator",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"description": "Validator middleware using Zod",
|
"description": "Validator middleware using Zod",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue