Version Packages (#748)

pull/750/head
github-actions[bot] 2024-09-26 12:04:09 +09:00 committed by GitHub
parent 950786f6d2
commit 18c9518505
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(zod-validator): pass target to a hook

View File

@ -1,5 +1,12 @@
# @hono/zod-openapi
## 0.16.1
### Patch Changes
- Updated dependencies [[`eda35847916cf7f7e84289eba29a8e5517615c6b`](https://github.com/honojs/middleware/commit/eda35847916cf7f7e84289eba29a8e5517615c6b)]:
- @hono/zod-validator@0.3.0
## 0.16.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.16.0",
"version": "0.16.1",
"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.2.2"
"@hono/zod-validator": "0.3.0"
},
"engines": {
"node": ">=16.0.0"

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.3.0
### Minor Changes
- [#695](https://github.com/honojs/middleware/pull/695) [`eda35847916cf7f7e84289eba29a8e5517615c6b`](https://github.com/honojs/middleware/commit/eda35847916cf7f7e84289eba29a8e5517615c6b) Thanks [@bartekbp](https://github.com/bartekbp)! - feat(zod-validator): pass target to a hook
## 0.2.2
### Patch Changes

View File

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