Skip to content

Commit

Permalink
Version Packages (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 28, 2023
1 parent 7c6573d commit b96e7f2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-forks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-singers-begin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/typebox-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typebox-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/zod-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/zod-openapi",
"version": "0.7.0",
"version": "0.7.1",
"description": "A wrapper class of Hono which supports OpenAPI.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit b96e7f2

Please sign in to comment.