Skip to content

Commit

Permalink
Merge pull request #2911 from formium/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
jaredpalmer committed Nov 16, 2020
2 parents 4e515a4 + c001d6e commit 3c51c71
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -8,6 +8,7 @@
},
"changesets": [
"gentle-boxes-turn",
"honest-radios-poke",
"little-olives-enjoy",
"quiet-beans-attack",
"two-fans-film",
Expand Down
7 changes: 7 additions & 0 deletions packages/formik-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# formik-native

## 2.1.10-next.6

### Patch Changes

- Updated dependencies [[`4e515a4`](https://github.com/formium/formik/commit/4e515a4ab336863db69d81611275231e9301b7df)]:
- formik@3.0.0-next.6

## 2.1.10-next.5

### 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.10-next.5",
"version": "2.1.10-next.6",
"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": "3.0.0-next.5"
"formik": "3.0.0-next.6"
},
"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

## 3.0.0-next.6

### Patch Changes

- [`4e515a4`](https://github.com/formium/formik/commit/4e515a4ab336863db69d81611275231e9301b7df) [#2846](https://github.com/formium/formik/pull/2846) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Fix useFieldTouched selector

## 3.0.0-next.5

### 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": "3.0.0-next.5",
"version": "3.0.0-next.6",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand Down

0 comments on commit 3c51c71

Please sign in to comment.