Version Packages (#106)

pull/108/head @hono/valibot-validator@0.1.1
github-actions[bot] 2023-08-07 18:47:38 +09:00 committed by GitHub
parent c783e0943a
commit fb34f25205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/valibot-validator': patch
---
fix a Hook type

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
fix a Hook type

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator
## 0.1.1
### Patch Changes
- [#105](https://github.com/honojs/middleware/pull/105) [`c783e09`](https://github.com/honojs/middleware/commit/c783e0943a0488cb3911833f5b4d576a3427cbf3) Thanks [@yusukebe](https://github.com/yusukebe)! - fix a Hook type
## 0.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/valibot-validator",
"version": "0.1.0",
"version": "0.1.1",
"description": "Validator middleware using Valibot",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.1.4
### Patch Changes
- [#104](https://github.com/honojs/middleware/pull/104) [`1fb2ab1`](https://github.com/honojs/middleware/commit/1fb2ab1dad5e1f7c4071e33af342a08690832054) Thanks [@yusukebe](https://github.com/yusukebe)! - fix a Hook type
## 0.1.3
### Patch Changes

View File

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