Skip to content

Commit

Permalink
Merge pull request #2883 from formium/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredpalmer committed Nov 10, 2020
2 parents 199e77a + bb3bb45 commit f2fab98
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-seals-bathe.md

This file was deleted.

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

## 2.1.12

### Patch Changes

- [`199e77a`](https://github.com/formium/formik/commit/199e77a3f69e9886d88fc7114c37769cd365d9c6) [#2882](https://github.com/formium/formik/pull/2882) Thanks [@umidbekkarimov](https://github.com/umidbekkarimov)! - Validate `setFieldTouched` with high priority

- Updated dependencies [[`199e77a`](https://github.com/formium/formik/commit/199e77a3f69e9886d88fc7114c37769cd365d9c6)]:
- formik@2.2.4

## 2.1.11

### 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.11",
"version": "2.1.12",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.2.3"
"formik": "2.2.4"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/formik/CHANGELOG.md
@@ -1,5 +1,11 @@
# formik

## 2.2.4

### Patch Changes

- [`199e77a`](https://github.com/formium/formik/commit/199e77a3f69e9886d88fc7114c37769cd365d9c6) [#2882](https://github.com/formium/formik/pull/2882) Thanks [@umidbekkarimov](https://github.com/umidbekkarimov)! - Validate `setFieldTouched` with high priority

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Forms in React, without tears",
"version": "2.2.3",
"version": "2.2.4",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand Down

1 comment on commit f2fab98

@vercel
Copy link

@vercel vercel bot commented on f2fab98 Nov 10, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.