Skip to content

Commit

Permalink
Merge pull request #2876 from formium/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredpalmer authored Nov 7, 2020
2 parents 5df425c + 0c74ecf commit 14aeb9a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-apples-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-dragons-dream.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/formik-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# formik-native

## 2.1.11

### Patch Changes

- [`e0a28e6`](https:/formium/formik/commit/e0a28e6872ebfd06e636aac84829b60d704b0694) [#2867](https:/formium/formik/pull/2867) Thanks [@umidbekkarimov](https:/umidbekkarimov)! - Fix low priority validation for browser password autofill.

- Updated dependencies [[`e0a28e6`](https:/formium/formik/commit/e0a28e6872ebfd06e636aac84829b60d704b0694), [`958d67c`](https:/formium/formik/commit/958d67ca2c3e006031c31150ea0a42248b28ffc7)]:
- [email protected]

## 2.1.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formik-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "2.1.10",
"version": "2.1.11",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]>",
"repository": "formium/formik",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.2.2"
"formik": "2.2.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/formik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# formik

## 2.2.3

### Patch Changes

- [`e0a28e6`](https:/formium/formik/commit/e0a28e6872ebfd06e636aac84829b60d704b0694) [#2867](https:/formium/formik/pull/2867) Thanks [@umidbekkarimov](https:/umidbekkarimov)! - Fix low priority validation for browser password autofill.

* [`958d67c`](https:/formium/formik/commit/958d67ca2c3e006031c31150ea0a42248b28ffc7) [#2874](https:/formium/formik/pull/2874) Thanks [@maddhruv](https:/maddhruv)! - fix FastField initial value when input type is radio or checkbox

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Forms in React, without tears",
"version": "2.2.2",
"version": "2.2.3",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]>",
"repository": "formium/formik",
Expand Down

1 comment on commit 14aeb9a

@vercel
Copy link

@vercel vercel bot commented on 14aeb9a Nov 7, 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.