Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Sep 6, 2023
2 parents 1d70f30 + 34240fd commit 06e3ab6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-steaks-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-colts-compare.md

This file was deleted.

7 changes: 7 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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 <jared@palmer.net>",
"repository": "formium/formik",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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 <jared@palmer.net> (https://jaredpalmer.com)",
"contributors": [
Expand Down

0 comments on commit 06e3ab6

Please sign in to comment.