Version Packages (#764)

pull/766/head
github-actions[bot] 2024-10-06 13:28:47 +09:00 committed by GitHub
parent 2a45247d80
commit 7253e6b9f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': minor
---
feat: support enum types for `query`

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.16.4
### Patch Changes
- Updated dependencies [[`2a45247d805520c08501727af0d00fd52d34b429`](https://github.com/honojs/middleware/commit/2a45247d805520c08501727af0d00fd52d34b429)]:
- @hono/zod-validator@0.4.0
## 0.16.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.16.3",
"version": "0.16.4",
"description": "A wrapper class of Hono which supports OpenAPI.",
"main": "dist/index.js",
"module": "dist/index.mjs",
@ -52,7 +52,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.1.0",
"@hono/zod-validator": "0.3.0"
"@hono/zod-validator": "0.4.0"
},
"engines": {
"node": ">=16.0.0"

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.4.0
### Minor Changes
- [#763](https://github.com/honojs/middleware/pull/763) [`2a45247d805520c08501727af0d00fd52d34b429`](https://github.com/honojs/middleware/commit/2a45247d805520c08501727af0d00fd52d34b429) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support enum types for `query`
## 0.3.0
### Minor Changes

View File

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