Skip to content

Commit

Permalink
Merge pull request #2795 from formium/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jaredpalmer authored Oct 8, 2020
2 parents d0d23cb + c7a5a55 commit 7279751
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .changeset/great-grapes-clean.md

This file was deleted.

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

## 2.1.8

### Patch Changes

- Updated dependencies [[`4148181`](https://github.com/formium/formik/commit/41481819f9187de79c4d948aeaa4ca1d33c53ed7)]:
- formik@2.2.0

## 2.1.7

### Patch Changes

- Updated dependencies [[`bda9f41`](https://github.com/formium/formik/commit/bda9f41931fac382eec26b4f1283b881b6bbc240)]:
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.7",
"version": "2.1.8",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formik/formik",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">=16.3.0"
},
"dependencies": {
"formik": "2.1.7"
"formik": "2.2.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
14 changes: 12 additions & 2 deletions packages/formik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# formik

## 2.1.7
### Patch Changes
## 2.2.0

### Minor Changes

- [`4148181`](https://github.com/formium/formik/commit/41481819f9187de79c4d948aeaa4ca1d33c53ed7) [#2794](https://github.com/formium/formik/pull/2794) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - `setValue` can now optionally accept a function as a callback, exposing `React.SetStateAction` functionality. Previously, only the entire object was
allowed which caused issues with stale props.

```tsx
setValues(prevValues => ({...prevValues, ... }))
```

## 2.1.7

### Patch Changes

- [`bda9f41`](https://github.com/formium/formik/commit/bda9f41931fac382eec26b4f1283b881b6bbc240) [#2785](https://github.com/formium/formik/pull/2785) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Replace all instances of the deprecated React.SFC type with React.FC
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.1.7",
"version": "2.2.0",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formik/formik",
Expand Down

0 comments on commit 7279751

Please sign in to comment.