Skip to content

Commit 8255312

Browse files
Version Packages (#3855)
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.3 ### Patch Changes - [`9e0a661`](9e0a661) [#3843](#3843) Thanks [@bonimba](https://github.com/bonimba)! - Fix FormikHelper and FieldHelperProps types ## formik-native@2.1.26 ### Patch Changes - Updated dependencies \[[`9e0a661`](9e0a661)]: - formik@2.4.3
1 parent 704da49 commit 8255312

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

.changeset/nervous-flowers-rule.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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9e0a661`](https://github.com/jaredpalmer/formik/commit/9e0a661513af75d1b848e5be7a4916c53b78760f)]:
8+
- formik@2.4.3
9+
310
## 2.1.25
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.25",
3+
"version": "2.1.26",
44
"license": "Apache-2.0",
55
"author": "Jared Palmer <jared@palmer.net>",
66
"repository": "formium/formik",
@@ -30,7 +30,7 @@
3030
"react": ">=16.8.0"
3131
},
3232
"dependencies": {
33-
"formik": "2.4.2"
33+
"formik": "2.4.3"
3434
},
3535
"devDependencies": {
3636
"@react-native-community/eslint-config": "^0.0.5",

packages/formik/CHANGELOG.md

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

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [`9e0a661`](https://github.com/jaredpalmer/formik/commit/9e0a661513af75d1b848e5be7a4916c53b78760f) [#3843](https://github.com/jaredpalmer/formik/pull/3843) Thanks [@bonimba](https://github.com/bonimba)! - Fix FormikHelper and FieldHelperProps types
8+
39
## 2.4.2
410

511
### Patch Changes

packages/formik/package.json

Lines changed: 2 additions & 4 deletions
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.2",
4+
"version": "2.4.3",
55
"license": "Apache-2.0",
66
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
77
"contributors": [
@@ -33,9 +33,7 @@
3333
"umd:main": "dist/formik.umd.production.js",
3434
"module": "dist/formik.esm.js",
3535
"typings": "dist/index.d.ts",
36-
"files": [
37-
"dist"
38-
],
36+
"files": ["dist"],
3937
"peerDependencies": {
4038
"react": ">=16.8.0"
4139
},

0 commit comments

Comments
 (0)