Skip to content

Commit

Permalink
chore(release): v0.0.1-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2022
1 parent 8c565dd commit 26f93eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v0.0.1-alpha.2](https://github.com/AdeAttwood/ReactForm/compare/v0.0.1-alpha.1...v0.0.1-alpha.2) (2022-12-21)

### Features

* add hooks for setting different attributes of different data types ([eaff039](https://github.com/AdeAttwood/ReactForm/commit/eaff0399e982fda174efb159bb73c6b44a67dd6a))
* implement remove list item ([0ff581c](https://github.com/AdeAttwood/ReactForm/commit/0ff581c9356a8b5eba98cba9dad9eaa9a9f9f07d)), closes [#38](https://github.com/AdeAttwood/ReactForm/issues/38)

## [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
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.1",
"version": "0.0.1-alpha.2",
"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.4"
}
}
}

1 comment on commit 26f93eb

@vercel
Copy link

@vercel vercel bot commented on 26f93eb Dec 21, 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.