Skip to content

Commit 34240fd

Browse files
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 ## [email protected] ### Patch Changes - [`ae0fe6c`](ae0fe6c) [#3873](#3873) - Forward `className` for custom components used with `Field` 41720c2 - [`ae0fe6c`](ae0fe6c) [#3873](#3873) - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29) ## [email protected] ### Patch Changes - Updated dependencies \[[`ae0fe6c`](ae0fe6c), [`ae0fe6c`](ae0fe6c)]: - [email protected]
1 parent ae0fe6c commit 34240fd

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/fuzzy-steaks-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-colts-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/formik-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# formik-native
22

3+
## 2.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82), [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82)]:
8+
9+
310
## 2.1.26
411

512
### Patch Changes

packages/formik-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formik-native",
3-
"version": "2.1.26",
3+
"version": "2.1.27",
44
"license": "Apache-2.0",
55
"author": "Jared Palmer <[email protected]>",
66
"repository": "formium/formik",
@@ -30,7 +30,7 @@
3030
"react": ">=16.8.0"
3131
},
3232
"dependencies": {
33-
"formik": "2.4.3"
33+
"formik": "2.4.4"
3434
},
3535
"devDependencies": {
3636
"@react-native-community/eslint-config": "^0.0.5",

packages/formik/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# formik
22

3+
## 2.4.4
4+
5+
### Patch Changes
6+
7+
- [`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
8+
9+
* [`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)
10+
311
## 2.4.3
412

513
### Patch Changes

packages/formik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "formik",
33
"description": "Build forms in React, without the tears",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"license": "Apache-2.0",
66
"author": "Jared Palmer <[email protected]> (https://jaredpalmer.com)",
77
"contributors": [

0 commit comments

Comments
 (0)