Skip to content

Commit 91475ad

Browse files
authored
Merge pull request #4053 from jaredpalmer/changeset-release/main
Version Packages
2 parents 8f9d04d + 920f107 commit 91475ad

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/light-phones-remain.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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f9d04d`](https://github.com/jaredpalmer/formik/commit/8f9d04d206146ca941facf37ddd9ddb459c459dc)]:
8+
9+
310
## 2.1.31
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.31",
3+
"version": "2.1.32",
44
"license": "Apache-2.0",
55
"author": "Jared Palmer <[email protected]>",
66
"repository": "formium/formik",
@@ -32,7 +32,7 @@
3232
"react": ">=16.8.0"
3333
},
3434
"dependencies": {
35-
"formik": "2.4.8"
35+
"formik": "2.4.9"
3636
},
3737
"devDependencies": {
3838
"@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.9
4+
5+
### Patch Changes
6+
7+
- [#4051](https://github.com/jaredpalmer/formik/pull/4051) [`8f9d04d`](https://github.com/jaredpalmer/formik/commit/8f9d04d206146ca941facf37ddd9ddb459c459dc) Thanks [@Moumouls](https://github.com/Moumouls)! - fix: jsx ref for react 19
8+
39
## 2.4.8
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.8",
4+
"version": "2.4.9",
55
"license": "Apache-2.0",
66
"author": "Jared Palmer <[email protected]> (https://jaredpalmer.com)",
77
"contributors": [

0 commit comments

Comments
 (0)