Version Packages (#73)

pull/75/head @hono/typebox-validator@0.1.1
github-actions[bot] 2023-03-21 18:30:09 +09:00 committed by GitHub
parent 7d84e06943
commit d7e7dd245d
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/zod-validator': patch
---
refactor: pass the path to Context for the hook

View File

@ -1,5 +0,0 @@
---
'@hono/typebox-validator': patch
---
refactor: refactored types

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator # @hono/typebox-validator
## 0.1.1
### Patch Changes
- [#72](https://github.com/honojs/middleware/pull/72) [`9ce42c2`](https://github.com/honojs/middleware/commit/9ce42c23dd622a70628d5e0138366b5646df7da7) Thanks [@yusukebe](https://github.com/yusukebe)! - refactor: refactored types
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/zod-validator # @hono/zod-validator
## 0.1.2
### Patch Changes
- [#74](https://github.com/honojs/middleware/pull/74) [`7d84e06`](https://github.com/honojs/middleware/commit/7d84e069431ad15ecfb86c953b940c3bb99a2a96) Thanks [@yusukebe](https://github.com/yusukebe)! - refactor: pass the path to Context for the hook
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes

View File

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