Skip to content

Commit

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

### Bug Fixes

* export use attribute hooks ([996267f](https://github.com/AdeAttwood/ReactForm/commit/996267f1f73e9c36488c7d7bf1965b0f9fb3c742)), closes [#150](https://github.com/AdeAttwood/ReactForm/issues/150)
* use es5 syntax for the package build ([6a44b18](https://github.com/AdeAttwood/ReactForm/commit/6a44b18ea56afc6061e6a90d488f01a994c0a4c5)), closes [#149](https://github.com/AdeAttwood/ReactForm/issues/149)


### Features

* implement reorder on a list attribute ([acfee5e](https://github.com/AdeAttwood/ReactForm/commit/acfee5e48ff67e95dcc20bf07594b5ad3a31ed8b)), closes [#144](https://github.com/AdeAttwood/ReactForm/issues/144)

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

1 comment on commit e96fed2

@vercel
Copy link

@vercel vercel bot commented on e96fed2 Mar 23, 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-adeattwood.vercel.app
react-form-git-0x-adeattwood.vercel.app

Please sign in to comment.