Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit 5687907

Browse files
authored
Merge pull request #616 from wellyshen/changeset-release/master
Version Packages
2 parents 228479c + adbf633 commit 5687907

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/soft-cooks-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-cool-form
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#615](https://github.com/wellyshen/react-cool-form/pull/615) [`712bb21`](https://github.com/wellyshen/react-cool-form/commit/712bb21736bdc5990c38e1f822812f2b20081bea) Thanks [@wellyshen](https://github.com/wellyshen)! - Refactor(types): use overloads for the type of `useFormState` and the `field` method of `useForm`
8+
39
## 0.2.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cool-form",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React hooks for forms state and validation, less code more performant.",
55
"license": "MIT",
66
"homepage": "https://react-cool-form.netlify.app",

0 commit comments

Comments
 (0)