diff --git a/.changeset/soft-guests-study.md b/.changeset/soft-guests-study.md deleted file mode 100644 index 0f8cd8362..000000000 --- a/.changeset/soft-guests-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -formik: patch ---- - -Add missing dependency `@types/hoist-non-react-statics`, closes #3837 diff --git a/.changeset/wise-games-battle.md b/.changeset/wise-games-battle.md deleted file mode 100644 index 14e2abe54..000000000 --- a/.changeset/wise-games-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"formik": patch ---- - -Mark `formik` as side-effect free in `package.json` diff --git a/packages/formik-native/CHANGELOG.md b/packages/formik-native/CHANGELOG.md index 93820b963..e3461da1f 100644 --- a/packages/formik-native/CHANGELOG.md +++ b/packages/formik-native/CHANGELOG.md @@ -1,5 +1,12 @@ # formik-native +## 2.1.28 + +### Patch Changes + +- Updated dependencies [[`d7db9cd`](https://github.com/jaredpalmer/formik/commit/d7db9cddba9008714f2853013d5d4e82c8c94558), [`fe4ed7e`](https://github.com/jaredpalmer/formik/commit/fe4ed7e048b14331a75e40cabf48e4787d9b2b71)]: + - formik@2.4.5 + ## 2.1.27 ### Patch Changes diff --git a/packages/formik-native/package.json b/packages/formik-native/package.json index 0590c9a78..152b5ff8f 100644 --- a/packages/formik-native/package.json +++ b/packages/formik-native/package.json @@ -1,6 +1,6 @@ { "name": "formik-native", - "version": "2.1.27", + "version": "2.1.28", "license": "Apache-2.0", "author": "Jared Palmer ", "repository": "formium/formik", @@ -30,7 +30,7 @@ "react": ">=16.8.0" }, "dependencies": { - "formik": "2.4.4" + "formik": "2.4.5" }, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", diff --git a/packages/formik/CHANGELOG.md b/packages/formik/CHANGELOG.md index 6c40ea435..a8cb976cd 100644 --- a/packages/formik/CHANGELOG.md +++ b/packages/formik/CHANGELOG.md @@ -1,15 +1,22 @@ # formik -## 2.4.4 +## 2.4.5 ### Patch Changes -- [`41720c2`](https://github.com/jaredpalmer/formik/commit/41720c2f69407e41c27b325923bce63436b07f45) [#3862](https://github.com/jaredpalmer/formik/pull/3862) Thanks @yazaldefilimonepinto! - Forward `className` for custom components used with `Field` +- [`d7db9cd`](https://github.com/jaredpalmer/formik/commit/d7db9cddba9008714f2853013d5d4e82c8c94558) [#3860](https://github.com/jaredpalmer/formik/pull/3860) Thanks [@patik](https://github.com/patik)! - Add missing dependency `@types/hoist-non-react-statics`, closes #3837 + +* [`fe4ed7e`](https://github.com/jaredpalmer/formik/commit/fe4ed7e048b14331a75e40cabf48e4787d9b2b71) [#3501](https://github.com/jaredpalmer/formik/pull/3501) Thanks [@markspolakovs](https://github.com/markspolakovs)! - Mark `formik` as side-effect free in `package.json` + +## 2.4.4 + +### Patch Changes -- [`da58b29`](https://github.com/jaredpalmer/formik/commit/da58b292c9c0b6029ae21ab4b5edff09dd877c1b) [#3858](https://github.com/jaredpalmer/formik/pull/3858) Thanks @alaanescobedo! - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` +- [`41720c2`](https://github.com/jaredpalmer/formik/commit/41720c2f69407e41c27b325923bce63436b07f45) [#3862](https://github.com/jaredpalmer/formik/pull/3862) Thanks @yazaldefilimonepinto! - Forward `className` for custom components used with `Field` -- [`5c01ee7`](https://github.com/jaredpalmer/formik/commit/5c01ee77b312ff6c375d43f841fe9fbe5846ebd9) [#3872](https://github.com/jaredpalmer/formik/pull/3872) Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issue +- [`da58b29`](https://github.com/jaredpalmer/formik/commit/da58b292c9c0b6029ae21ab4b5edff09dd877c1b) [#3858](https://github.com/jaredpalmer/formik/pull/3858) Thanks @alaanescobedo! - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` +- [`5c01ee7`](https://github.com/jaredpalmer/formik/commit/5c01ee77b312ff6c375d43f841fe9fbe5846ebd9) [#3872](https://github.com/jaredpalmer/formik/pull/3872) Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issue ## 2.4.3 diff --git a/packages/formik/package.json b/packages/formik/package.json index 9faf9bac3..2db8b4ac9 100644 --- a/packages/formik/package.json +++ b/packages/formik/package.json @@ -1,7 +1,7 @@ { "name": "formik", "description": "Build forms in React, without the tears", - "version": "2.4.4", + "version": "2.4.5", "license": "Apache-2.0", "author": "Jared Palmer (https://jaredpalmer.com)", "contributors": [