Version Packages (#464)

pull/469/head @hono/clerk-auth@1.0.3
github-actions[bot] 2024-04-20 16:31:53 +09:00 committed by GitHub
parent 892ea7da85
commit 3c351e1097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 10 deletions

View File

@ -1,7 +0,0 @@
---
'@hono/typebox-validator': patch
'@hono/valibot-validator': patch
'@hono/clerk-auth': patch
---
Update peer dependencies so that newer validators can be installed.

View File

@ -1,5 +1,11 @@
# @hono/clerk-auth
## 1.0.3
### Patch Changes
- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.
## 1.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/clerk-auth",
"version": "1.0.2",
"version": "1.0.3",
"description": "A third-party Clerk auth middleware for Hono",
"type": "module",
"main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.2.3
### Patch Changes
- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.
## 0.2.2
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator
## 0.2.3
### Patch Changes
- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.
## 0.2.2
### Patch Changes

View File

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