From 34240fd174bc2dd6d1e9f16ae9329e67a49ba307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:36:51 +0000 Subject: [PATCH] Version Packages (#3877) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## formik@2.4.4 ### Patch Changes - [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82) [#3873](https://github.com/jaredpalmer/formik/pull/3873) - Forward `className` for custom components used with `Field` 41720c2 - [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82) [#3873](https://github.com/jaredpalmer/formik/pull/3873) - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29) ## formik-native@2.1.27 ### Patch Changes - Updated dependencies \[[`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82), [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82)]: - formik@2.4.4 --- .changeset/fuzzy-steaks-admire.md | 5 ----- .changeset/mighty-colts-compare.md | 5 ----- packages/formik-native/CHANGELOG.md | 7 +++++++ packages/formik-native/package.json | 4 ++-- packages/formik/CHANGELOG.md | 8 ++++++++ packages/formik/package.json | 2 +- 6 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fuzzy-steaks-admire.md delete mode 100644 .changeset/mighty-colts-compare.md diff --git a/.changeset/fuzzy-steaks-admire.md b/.changeset/fuzzy-steaks-admire.md deleted file mode 100644 index df4384547..000000000 --- a/.changeset/fuzzy-steaks-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'formik': patch ---- - -Forward `className` for custom components used with `Field` 41720c2 diff --git a/.changeset/mighty-colts-compare.md b/.changeset/mighty-colts-compare.md deleted file mode 100644 index 81fb29e13..000000000 --- a/.changeset/mighty-colts-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'formik': patch ---- - -Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29) diff --git a/packages/formik-native/CHANGELOG.md b/packages/formik-native/CHANGELOG.md index 3b432476b..93820b963 100644 --- a/packages/formik-native/CHANGELOG.md +++ b/packages/formik-native/CHANGELOG.md @@ -1,5 +1,12 @@ # formik-native +## 2.1.27 + +### Patch Changes + +- Updated dependencies [[`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82), [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82)]: + - formik@2.4.4 + ## 2.1.26 ### Patch Changes diff --git a/packages/formik-native/package.json b/packages/formik-native/package.json index ed8dc453a..0590c9a78 100644 --- a/packages/formik-native/package.json +++ b/packages/formik-native/package.json @@ -1,6 +1,6 @@ { "name": "formik-native", - "version": "2.1.26", + "version": "2.1.27", "license": "Apache-2.0", "author": "Jared Palmer ", "repository": "formium/formik", @@ -30,7 +30,7 @@ "react": ">=16.8.0" }, "dependencies": { - "formik": "2.4.3" + "formik": "2.4.4" }, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", diff --git a/packages/formik/CHANGELOG.md b/packages/formik/CHANGELOG.md index 99533c25e..c7cb04a51 100644 --- a/packages/formik/CHANGELOG.md +++ b/packages/formik/CHANGELOG.md @@ -1,5 +1,13 @@ # formik +## 2.4.4 + +### Patch Changes + +- [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82) [#3873](https://github.com/jaredpalmer/formik/pull/3873) Thanks [@probablyup](https://github.com/probablyup)! - Forward `className` for custom components used with `Field` 41720c2 + +* [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82) [#3873](https://github.com/jaredpalmer/formik/pull/3873) Thanks [@probablyup](https://github.com/probablyup)! - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29) + ## 2.4.3 ### Patch Changes diff --git a/packages/formik/package.json b/packages/formik/package.json index a1e78e810..d991b48ca 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.3", + "version": "2.4.4", "license": "Apache-2.0", "author": "Jared Palmer (https://jaredpalmer.com)", "contributors": [