Skip to content

Commit

Permalink
Merge pull request #2941 from formium/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
jaredpalmer committed Dec 2, 2020
2 parents 56690f3 + aa0b9fe commit 1c36c1c
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@formik/codemod": "3.0.0-next.2"
},
"changesets": [
"afraid-buses-kiss",
"gentle-boxes-turn",
"honest-radios-poke",
"lazy-olives-agree",
Expand Down
7 changes: 7 additions & 0 deletions packages/formik-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# formik-native

## 2.1.10-next.8

### Patch Changes

- Updated dependencies [[`0e57c8d`](https://github.com/formium/formik/commit/0e57c8d12d5610caf07e4ab8963568d530c2c816)]:
- formik@3.0.0-next.8

## 2.1.10-next.7

### 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-next.7",
"version": "2.1.10-next.8",
"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.7"
"formik": "3.0.0-next.8"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/formik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# formik

## 3.0.0-next.8

### Patch Changes

- [`0e57c8d`](https://github.com/formium/formik/commit/0e57c8d12d5610caf07e4ab8963568d530c2c816) [#2939](https://github.com/formium/formik/pull/2939) Thanks [@seropaski](https://github.com/seropaski)! - Add `useSetFieldValue` and `useSetFieldTouched` hooks

## 3.0.0-next.7

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

0 comments on commit 1c36c1c

Please sign in to comment.