Version Packages (#183)

pull/190/head @hono/typebox-validator@0.2.1
github-actions[bot] 2023-09-29 06:18:32 +09:00 committed by GitHub
parent 7c6573da69
commit b96e7f25ce
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/typebox-validator': patch
---
fix(typebox): Update typebox dependency

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': patch
---
properly convert openapi path type to hono

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator # @hono/typebox-validator
## 0.2.1
### Patch Changes
- [#178](https://github.com/honojs/middleware/pull/178) [`7c6573d`](https://github.com/honojs/middleware/commit/7c6573da690dc002489b99c0a7a00285ebf011f4) Thanks [@melbourne2991](https://github.com/melbourne2991)! - fix(typebox): Update typebox dependency
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/typebox-validator", "name": "@hono/typebox-validator",
"version": "0.2.0", "version": "0.2.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-openapi # @hono/zod-openapi
## 0.7.1
### Patch Changes
- [#182](https://github.com/honojs/middleware/pull/182) [`9aefddc`](https://github.com/honojs/middleware/commit/9aefddc45d048e5e51eb36d81cb878c62a72ba9f) Thanks [@ZerNico](https://github.com/ZerNico)! - properly convert openapi path type to hono
## 0.7.0 ## 0.7.0
### Minor Changes ### Minor Changes

View File

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