Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and platypusrex committed May 8, 2023
1 parent 563cc99 commit eb96d98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-jars-chew.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-form-ally/hook

## 0.3.0

### Minor Changes

- 04a69db: The update introduces the `watch` API that can be utilized with the `uncontrolled` input
strategy. This change allows you to truly adopt a hybrid solution, defaulting all form input to
uncontrolled, yet allowing individual form fields to behave as controlled inputs. This will allow
your UI to respond to value changes with specific form fields.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-form-ally/hook",
"version": "0.2.0",
"version": "0.3.0",
"author": "Frank Cooke",
"description": "Core module and react hook for managing and validating form state",
"license": "MIT",
Expand Down

0 comments on commit eb96d98

Please sign in to comment.