From 6524a92a9e2216f8bf196849720b9c3da12413f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:52:25 +0900 Subject: [PATCH] Version Packages (#868) --- .changeset/giant-eyes-perform.md | 5 ----- packages/typebox-validator/CHANGELOG.md | 6 ++++++ packages/typebox-validator/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/giant-eyes-perform.md diff --git a/.changeset/giant-eyes-perform.md b/.changeset/giant-eyes-perform.md deleted file mode 100644 index b682ebf3..00000000 --- a/.changeset/giant-eyes-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/typebox-validator': minor ---- - -Added ability to remove properties that are not in the schema to emulate other validators like zod diff --git a/packages/typebox-validator/CHANGELOG.md b/packages/typebox-validator/CHANGELOG.md index 204cfe7f..31d6f4c3 100644 --- a/packages/typebox-validator/CHANGELOG.md +++ b/packages/typebox-validator/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/typebox-validator +## 0.3.0 + +### Minor Changes + +- [#866](https://github.com/honojs/middleware/pull/866) [`c815055bb6669aff8fccf5f478983906c65aca9d`](https://github.com/honojs/middleware/commit/c815055bb6669aff8fccf5f478983906c65aca9d) Thanks [@Micnubinub](https://github.com/Micnubinub)! - Added ability to remove properties that are not in the schema to emulate other validators like zod + ## 0.2.6 ### Patch Changes diff --git a/packages/typebox-validator/package.json b/packages/typebox-validator/package.json index 0945307f..b41a1576 100644 --- a/packages/typebox-validator/package.json +++ b/packages/typebox-validator/package.json @@ -1,6 +1,6 @@ { "name": "@hono/typebox-validator", - "version": "0.2.6", + "version": "0.3.0", "description": "Validator middleware using TypeBox", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",