Skip to content

Commit 053b2d5

Browse files
github-actions[bot]yusukebe
authored andcommitted
Version Packages (#413)
1 parent 4875e1c commit 053b2d5

File tree

6 files changed

+26
-8
lines changed

6 files changed

+26
-8
lines changed

.changeset/eleven-birds-beg.md

-5
This file was deleted.

packages/zod-openapi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hono/zod-openapi
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4875e1c53146d2c67846b8159d3630d465c2a310`](https://github.com/honojs/middleware/commit/4875e1c53146d2c67846b8159d3630d465c2a310)]:
8+
- @hono/zod-validator@0.2.0
9+
310
## 0.9.7
411

512
### Patch Changes

packages/zod-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-openapi",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "A wrapper class of Hono which supports OpenAPI.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/zod-validator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/zod-validator
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#411](https://github.com/honojs/middleware/pull/411) [`4875e1c53146d2c67846b8159d3630d465c2a310`](https://github.com/honojs/middleware/commit/4875e1c53146d2c67846b8159d3630d465c2a310) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support coerce
8+
39
## 0.1.11
410

511
### Patch Changes

packages/zod-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/zod-validator",
3-
"version": "0.1.11",
3+
"version": "0.2.0",
44
"description": "Validator middleware using Zod",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

yarn.lock

+11-1
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,17 @@ __metadata:
17441744
languageName: unknown
17451745
linkType: soft
17461746

1747-
"@hono/zod-validator@npm:0.1.11, @hono/zod-validator@workspace:packages/zod-validator":
1747+
"@hono/zod-validator@npm:0.1.11":
1748+
version: 0.1.11
1749+
resolution: "@hono/zod-validator@npm:0.1.11"
1750+
peerDependencies:
1751+
hono: ">=3.9.0"
1752+
zod: ^3.19.1
1753+
checksum: 72bac0d5579c2e19d5cf92476fd3980ccafc7d6d6bd6ad878c7935143424677a866befe4e08a493abfa8cc983131137937b3c5f6a092b475701e38876ef4e3d8
1754+
languageName: node
1755+
linkType: hard
1756+
1757+
"@hono/zod-validator@workspace:packages/zod-validator":
17481758
version: 0.0.0-use.local
17491759
resolution: "@hono/zod-validator@workspace:packages/zod-validator"
17501760
dependencies:

0 commit comments

Comments
 (0)