diff --git a/.changeset/cool-impalas-serve.md b/.changeset/cool-impalas-serve.md deleted file mode 100644 index 9d438902..00000000 --- a/.changeset/cool-impalas-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-cool-form": patch ---- - -docs(readme): add milestone section diff --git a/.changeset/new-ants-brush.md b/.changeset/new-ants-brush.md deleted file mode 100644 index 19822241..00000000 --- a/.changeset/new-ants-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-cool-form": patch ---- - -fix(useForm): elimiate useLayoutEffect warning in SSR diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b927e17..b1d962ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-cool-form +## 0.0.8 + +### Patch Changes + +- [`1815a89`](https://github.com/wellyshen/react-cool-form/commit/1815a89be457826aa55ec37e08123b0a237e60e3) [#62](https://github.com/wellyshen/react-cool-form/pull/62) Thanks [@wellyshen](https://github.com/wellyshen)! - docs(readme): add milestone section + +* [`d40937d`](https://github.com/wellyshen/react-cool-form/commit/d40937d12b706c642776d0468d398f409b3bf313) [#63](https://github.com/wellyshen/react-cool-form/pull/63) Thanks [@wellyshen](https://github.com/wellyshen)! - fix(useForm): elimiate useLayoutEffect warning in SSR + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 5a3dfa20..6b03ad94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cool-form", - "version": "0.0.7", + "version": "0.0.8", "description": "React hooks for forms state, validation, and performance.", "license": "MIT", "homepage": "https://github.com/wellyshen/react-cool-form",