diff --git a/.changeset/brown-jokes-act.md b/.changeset/brown-jokes-act.md deleted file mode 100644 index 67ee8eb03..000000000 --- a/.changeset/brown-jokes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'formik': patch ---- - -Prevent calling getSelectedValues when the element has not options diff --git a/.changeset/thirty-socks-whisper.md b/.changeset/thirty-socks-whisper.md deleted file mode 100644 index b7fdcb83c..000000000 --- a/.changeset/thirty-socks-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'formik': patch ---- - -Allow explicitly setting `
` to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page. diff --git a/packages/formik-native/CHANGELOG.md b/packages/formik-native/CHANGELOG.md index 74f37b6d7..cacc6b8ea 100644 --- a/packages/formik-native/CHANGELOG.md +++ b/packages/formik-native/CHANGELOG.md @@ -1,5 +1,12 @@ # formik-native +## 2.1.15 + +### Patch Changes + +- Updated dependencies [[`e50040a`](https://github.com/formium/formik/commit/e50040abe49cf7bb46580ea46af6a2b487539830), [`c2d6926`](https://github.com/formium/formik/commit/c2d692659dc0c1ee43f7e9f60e18c36e0701eefe)]: + - formik@2.2.7 + ## 2.1.14 ### Patch Changes diff --git a/packages/formik-native/package.json b/packages/formik-native/package.json index 5ee8d2290..bd8f6a963 100644 --- a/packages/formik-native/package.json +++ b/packages/formik-native/package.json @@ -1,6 +1,6 @@ { "name": "formik-native", - "version": "2.1.14", + "version": "2.1.15", "license": "Apache-2.0", "author": "Jared Palmer ", "repository": "formium/formik", @@ -31,7 +31,7 @@ "react": ">=16.8.0" }, "dependencies": { - "formik": "2.2.6" + "formik": "2.2.7" }, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", diff --git a/packages/formik/CHANGELOG.md b/packages/formik/CHANGELOG.md index bdc23780c..9a22ab5a5 100644 --- a/packages/formik/CHANGELOG.md +++ b/packages/formik/CHANGELOG.md @@ -1,5 +1,13 @@ # formik +## 2.2.7 + +### Patch Changes + +- [`e50040a`](https://github.com/formium/formik/commit/e50040abe49cf7bb46580ea46af6a2b487539830) [#2881](https://github.com/formium/formik/pull/2881) Thanks [@jinmayamashita](https://github.com/jinmayamashita)! - Prevent calling getSelectedValues when the element has not options + +* [`c2d6926`](https://github.com/formium/formik/commit/c2d692659dc0c1ee43f7e9f60e18c36e0701eefe) [#2995](https://github.com/formium/formik/pull/2995) Thanks [@johnrom](https://github.com/johnrom)! - Allow explicitly setting `` to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page. + ## 2.2.6 ### Patch Changes diff --git a/packages/formik/package.json b/packages/formik/package.json index 984e66146..141abf873 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.2.6", + "version": "2.2.7", "license": "Apache-2.0", "author": "Jared Palmer (https://jaredpalmer.com)", "repository": "formium/formik",