Skip to content

Commit c798145

Browse files
Version Packages (#3966)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f57ca9b commit c798145

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/empty-vans-bathe.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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f57ca9b`](https://github.com/jaredpalmer/formik/commit/f57ca9bc5ee3842d50f74f39b3fb36a744b55ae8)]:
8+
9+
310
## 2.1.28
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.28",
3+
"version": "2.1.29",
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.5"
33+
"formik": "2.4.6"
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.6
4+
5+
### Patch Changes
6+
7+
- [`f57ca9b`](https://github.com/jaredpalmer/formik/commit/f57ca9bc5ee3842d50f74f39b3fb36a744b55ae8) [#3949](https://github.com/jaredpalmer/formik/pull/3949) Thanks [@DeveloperRaj](https://github.com/DeveloperRaj)! - Changing the state inside formik was changing reference of initialValues provided via props, deep cloning the initialvalues will fix it.
8+
39
## 2.4.5
410

511
### 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.5",
4+
"version": "2.4.6",
55
"license": "Apache-2.0",
66
"author": "Jared Palmer <[email protected]> (https://jaredpalmer.com)",
77
"contributors": [

0 commit comments

Comments
 (0)