Skip to content

Commit

Permalink
Merge pull request #18 from stevent-team/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
GRA0007 authored Jul 9, 2023
2 parents fd6c24b + 201bb3e commit 7aac992
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/purple-jobs-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-rocks-scream.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @stevent-team/react-zoom-form

## 0.3.0

### Minor Changes

- 616791d: Introduce `errors` helper fn.

This is a breaking change that removes the `errors` object from the return of `useForm`, and instead introduces a global function `errors()` that takes a field and returns an array of ZodIssues.

### Patch Changes

- dccb92c: Update packages

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stevent-team/react-zoom-form",
"version": "0.2.1",
"version": "0.3.0",
"description": "React forms powered by Zod",
"keywords": [
"react",
Expand Down

0 comments on commit 7aac992

Please sign in to comment.