Version Packages (#218)

pull/222/head @hono/typebox-validator@0.2.2
github-actions[bot] 2023-10-30 06:46:28 +09:00 committed by GitHub
parent b3d80a0cca
commit 3633efd1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 28 additions and 16 deletions

View File

@ -1,7 +0,0 @@
---
'@hono/typebox-validator': patch
'@hono/valibot-validator': patch
'@hono/typia-validator': patch
---
bump hono version of `peerDependencies`

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
fix: bump Hono for `peerDependencies`

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.2.2
### Patch Changes
- [#219](https://github.com/honojs/middleware/pull/219) [`b3d80a0`](https://github.com/honojs/middleware/commit/b3d80a0cca92db6b243d3a6e9761c20d931136a2) Thanks [@yusukebe](https://github.com/yusukebe)! - bump hono version of `peerDependencies`
## 0.2.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/typia-validator
## 0.0.3
### Patch Changes
- [#219](https://github.com/honojs/middleware/pull/219) [`b3d80a0`](https://github.com/honojs/middleware/commit/b3d80a0cca92db6b243d3a6e9761c20d931136a2) Thanks [@yusukebe](https://github.com/yusukebe)! - bump hono version of `peerDependencies`
## 0.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typia-validator",
"version": "0.0.2",
"version": "0.0.3",
"description": "Validator middleware using Typia",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator
## 0.2.1
### Patch Changes
- [#219](https://github.com/honojs/middleware/pull/219) [`b3d80a0`](https://github.com/honojs/middleware/commit/b3d80a0cca92db6b243d3a6e9761c20d931136a2) Thanks [@yusukebe](https://github.com/yusukebe)! - bump hono version of `peerDependencies`
## 0.2.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.8.2
### Patch Changes
- [#217](https://github.com/honojs/middleware/pull/217) [`a80c84b`](https://github.com/honojs/middleware/commit/a80c84ba07153f8521c1fc0286abef0623c99b5c) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: bump Hono for `peerDependencies`
## 0.8.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.8.1",
"version": "0.8.2",
"description": "A wrapper class of Hono which supports OpenAPI.",
"main": "dist/index.js",
"module": "dist/index.mjs",