Skip to content

Commit ae0fe6c

Browse files
authored
chore: add missing changesets (#3873)
1 parent da58b29 commit ae0fe6c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"linked": [],
66
"access": "public",
7-
"baseBranch": "master",
7+
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
99
"ignore": []
1010
}

.changeset/fuzzy-steaks-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'formik': patch
3+
---
4+
5+
Forward `className` for custom components used with `Field` 41720c2

.changeset/mighty-colts-compare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'formik': patch
3+
---
4+
5+
Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29)

0 commit comments

Comments
 (0)