Skip to content

Commit

Permalink
Version Packages (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2024
1 parent 553112c commit b8bee02
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/ninety-shoes-lay.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.6

### Patch Changes

- [#821](https://github.com/honojs/middleware/pull/821) [`553112c2c6440f3326e9fde839681620acb3090e`](https://github.com/honojs/middleware/commit/553112c2c6440f3326e9fde839681620acb3090e) Thanks [@MathurAditya724](https://github.com/MathurAditya724)! - exported the Hook type

## 0.2.5

### Patch 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.5",
"version": "0.2.6",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/valibot-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/valibot-validator

## 0.5.1

### Patch Changes

- [#821](https://github.com/honojs/middleware/pull/821) [`553112c2c6440f3326e9fde839681620acb3090e`](https://github.com/honojs/middleware/commit/553112c2c6440f3326e9fde839681620acb3090e) Thanks [@MathurAditya724](https://github.com/MathurAditya724)! - exported the Hook type

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/valibot-validator",
"version": "0.5.0",
"version": "0.5.1",
"description": "Validator middleware using Valibot",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit b8bee02

Please sign in to comment.