Skip to content

Commit

Permalink
Version Packages (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 24, 2024
1 parent c05e545 commit 5477712
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/itchy-eyes-warn.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/arktype-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hono/arktype-validator

## 2.0.0

### Major Changes

- [#542](https://github.com/honojs/middleware/pull/542) [`c05e5456cb10b6a61df8a203d11f5588b696e824`](https://github.com/honojs/middleware/commit/c05e5456cb10b6a61df8a203d11f5588b696e824) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - Migrate to ArkType 2.0

If you're still using `arktype-1.x`, you should remain on `@hono/[email protected]`.

If you're using `arktype-2.x` (latest), you'll need to upgrade to `@hono/[email protected]`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/arktype-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/arktype-validator",
"version": "1.0.0",
"version": "2.0.0",
"description": "ArkType validator middleware",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5477712

Please sign in to comment.