Skip to content

Commit

Permalink
chore(zod-openapi): don't release
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Oct 6, 2024
1 parent 6fe7947 commit aba8ea6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .changeset/modern-falcons-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 0 additions & 7 deletions packages/zod-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @hono/zod-openapi

## 0.16.4

### Patch Changes

- Updated dependencies [[`2a45247d805520c08501727af0d00fd52d34b429`](https://github.com/honojs/middleware/commit/2a45247d805520c08501727af0d00fd52d34b429)]:
- @hono/zod-validator@0.4.0

## 0.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.1.0",
"@hono/zod-validator": "0.4.0"
"@hono/zod-validator": "0.3.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ __metadata:
dependencies:
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
"@cloudflare/workers-types": "npm:^4.20240117.0"
"@hono/zod-validator": "npm:0.4.0"
"@hono/zod-validator": "npm:0.3.0"
hono: "npm:^4.5.4"
jest: "npm:^29.7.0"
tsup: "npm:^8.0.1"
Expand All @@ -2714,7 +2714,17 @@ __metadata:
languageName: unknown
linkType: soft

"@hono/zod-validator@npm:0.4.0, @hono/zod-validator@workspace:packages/zod-validator":
"@hono/zod-validator@npm:0.3.0":
version: 0.3.0
resolution: "@hono/zod-validator@npm:0.3.0"
peerDependencies:
hono: ">=3.9.0"
zod: ^3.19.1
checksum: 0c33f99bec89aa5bf042e1d490b894044b60db98d9d7b1d9586ee2d4855a72b216a0101c4549118e7c7643acf12237c716a27c1849f07276dccb8e0be362a63e
languageName: node
linkType: hard

"@hono/zod-validator@workspace:packages/zod-validator":
version: 0.0.0-use.local
resolution: "@hono/zod-validator@workspace:packages/zod-validator"
dependencies:
Expand Down

0 comments on commit aba8ea6

Please sign in to comment.