Skip to content

Commit

Permalink
Version Packages (#3877)
Browse files Browse the repository at this point in the history
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.4

### 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)

 ## formik-native@2.1.27

### Patch Changes

-   Updated dependencies \[[`ae0fe6c`](ae0fe6c), [`ae0fe6c`](ae0fe6c)]:
    -   formik@2.4.4
  • Loading branch information
github-actions[bot] committed Sep 6, 2023
1 parent ae0fe6c commit 34240fd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-steaks-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-colts-compare.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/formik-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# formik-native

## 2.1.27

### Patch Changes

- Updated dependencies [[`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82), [`ae0fe6c`](https://github.com/jaredpalmer/formik/commit/ae0fe6cbd11f2d2664142008225abc237b5bff82)]:
- formik@2.4.4

## 2.1.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formik-native/package.json
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "2.1.26",
"version": "2.1.27",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.4.3"
"formik": "2.4.4"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/formik/CHANGELOG.md
@@ -1,5 +1,13 @@
# formik

## 2.4.4

### Patch Changes

- [`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

* [`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)

## 2.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Build forms in React, without the tears",
"version": "2.4.3",
"version": "2.4.4",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
"contributors": [
Expand Down

1 comment on commit 34240fd

@vercel
Copy link

@vercel vercel bot commented on 34240fd Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs.vercel.app
formik-docs-git-main-formik.vercel.app
formik-docs-formik.vercel.app
www.formik.org
formik.org

Please sign in to comment.