Skip to content

Commit

Permalink
chore(release): v0.0.1-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2023
1 parent 2fd1c99 commit e0a1d03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [v0.0.1-alpha.4](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.3...v0.0.1-alpha.4) (2023-02-07)

### Features

* add `validator.clone()` function ([25dc286](https://github.com/AdeAttwood/ReactForm/commit/25dc28670eb4d0e206e1856db3495cebd4b4a6c9))
* allow a validation function to be async ([29e1125](https://github.com/AdeAttwood/ReactForm/commit/29e11257ca2309af757e52ea2dad3ef0a61e08de))
* allow errors to be passed in as props ([fce8f65](https://github.com/AdeAttwood/ReactForm/commit/fce8f65cafa2cf51934b1ef04b6b82c270af6c94))
* allow errors to be set from the onSubmit callback ([a745f3a](https://github.com/AdeAttwood/ReactForm/commit/a745f3a931fc313fa781ab61c98fd902cce4fc3b))
* pass the event to the onSubmit callback ([1550d48](https://github.com/AdeAttwood/ReactForm/commit/1550d4837bff74cfc1dd8f5f5a1817a584f69ace))
* split out the `OnSubmitFunction` type ([29176f4](https://github.com/AdeAttwood/ReactForm/commit/29176f4d3c62c08d493c50508b272d907d155d25))

## [v0.0.1-alpha.3](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2023-01-20)

### Features
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": "@adeattwood/react-form",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "UI agnostic form abstraction for React",
"repository": "AdeAttwood/ReactForm",
"author": {
Expand Down

1 comment on commit e0a1d03

@vercel
Copy link

@vercel vercel bot commented on e0a1d03 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-form – ./

react-form-sandy.vercel.app
react-form-git-0x-adeattwood.vercel.app
react-form-adeattwood.vercel.app

Please sign in to comment.