Version Packages (#489)

pull/494/head @hono/swagger-ui@0.2.2
github-actions[bot] 2024-04-30 20:43:32 +09:00 committed by GitHub
parent 1cc5e0a5b0
commit 017bf8e9f0
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/swagger-ui': patch
'@hono/typebox-validator': patch
'@hono/typia-validator': patch
---
Fixed a part of deprecated response json method in hono since v4.

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.2.2
### Patch Changes
- [#488](https://github.com/honojs/middleware/pull/488) [`1cc5e0a5b07a14723c5d21ceea33ad9caef33025`](https://github.com/honojs/middleware/commit/1cc5e0a5b07a14723c5d21ceea33ad9caef33025) Thanks [@Frog-kt](https://github.com/Frog-kt)! - Fixed a part of deprecated response json method in hono since v4.
## 0.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/swagger-ui",
"version": "0.2.1",
"version": "0.2.2",
"description": "A middleware for using SwaggerUI in Hono",
"type": "module",
"main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.2.4
### Patch Changes
- [#488](https://github.com/honojs/middleware/pull/488) [`1cc5e0a5b07a14723c5d21ceea33ad9caef33025`](https://github.com/honojs/middleware/commit/1cc5e0a5b07a14723c5d21ceea33ad9caef33025) Thanks [@Frog-kt](https://github.com/Frog-kt)! - Fixed a part of deprecated response json method in hono since v4.
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.2.3",
"version": "0.2.4",
"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.4
### Patch Changes
- [#488](https://github.com/honojs/middleware/pull/488) [`1cc5e0a5b07a14723c5d21ceea33ad9caef33025`](https://github.com/honojs/middleware/commit/1cc5e0a5b07a14723c5d21ceea33ad9caef33025) Thanks [@Frog-kt](https://github.com/Frog-kt)! - Fixed a part of deprecated response json method in hono since v4.
## 0.0.3
### Patch Changes

View File

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