Skip to content

Commit

Permalink
chore(release): v0.0.1-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2022
1 parent cb1c4e0 commit 032afed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [v0.0.1-alpha.1](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2022-11-19)

### Bug Fixes

* nested attribute errors ([47fba6d](https://github.com/AdeAttwood/ReactForm/commit/47fba6db0ca43729fcd200b90655fff50a5e87c1)), closes [#36](https://github.com/AdeAttwood/ReactForm/issues/36)
* remove dependency warnings when installing ([968762c](https://github.com/AdeAttwood/ReactForm/commit/968762c99a5af7a9c4febf60a76c91a39566a5ce)), closes [#20](https://github.com/AdeAttwood/ReactForm/issues/20)


### Features

* allow return type ValidationFunction to be undefined ([54a7aaa](https://github.com/AdeAttwood/ReactForm/commit/54a7aaaac0b579adbde2934e5530fc1bf80ebdc4)), closes [#40](https://github.com/AdeAttwood/ReactForm/issues/40)
* create more tests and add documentation for check group component ([cb1c4e0](https://github.com/AdeAttwood/ReactForm/commit/cb1c4e00b280a67dfda140d4f2bc5b064eb3b8f5)), closes [#37](https://github.com/AdeAttwood/ReactForm/issues/37)
* implement form status ([0d2a82a](https://github.com/AdeAttwood/ReactForm/commit/0d2a82ae812718c702ea05eedd1bb57f35b40ce2)), closes [#11](https://github.com/AdeAttwood/ReactForm/issues/11)

## v0.0.1-alpha.0 (2022-11-14)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.0.1-alpha.1",
"description": "UI agnostic form abstraction for React",
"repository": "AdeAttwood/ReactForm",
"author": {
Expand Down Expand Up @@ -62,4 +62,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}
}

1 comment on commit 032afed

@vercel
Copy link

@vercel vercel bot commented on 032afed Nov 19, 2022

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-git-0x-adeattwood.vercel.app
react-form-adeattwood.vercel.app
react-form-sandy.vercel.app

Please sign in to comment.