Skip to content

Commit 45c94d6

Browse files
Version Packages (#2068)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98e4e81 commit 45c94d6

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/tricky-socks-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/standard-validator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/standard-validator
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#2050](https://github.com/honojs/middleware/pull/2050) [`98e4e81031769e7269f4fc6bab831bc429035a03`](https://github.com/honojs/middleware/commit/98e4e81031769e7269f4fc6bab831bc429035a03) Thanks [@KTrain5169](https://github.com/KTrain5169)! - Add a new flattenErrors utility that allows errors to be sorted by form and field errors, with field errors also being sorted by path.
8+
39
## 0.3.0
410

511
### Minor Changes

packages/standard-validator/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/standard-validator",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts"

packages/standard-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/standard-validator",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Validator middleware using Standard Schema",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)