Skip to content

Commit

Permalink
Merge pull request #2849 from formium/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (next)
  • Loading branch information
jaredpalmer authored Oct 27, 2020
2 parents 4967376 + 86ed17f commit 96d5dc9
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 @@ -6,6 +6,7 @@
"formik-native": "2.1.9"
},
"changesets": [
"little-olives-enjoy",
"quiet-beans-attack"
]
}
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.1

### Patch Changes

- Updated dependencies [[`1c2175a`](https://github.com/formium/formik/commit/1c2175a24b1d1223b4cdedf424ef62057edf0063)]:
- formik@3.0.0-next.1

## 2.1.10-next.0

### 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.0",
"version": "2.1.10-next.1",
"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.0"
"formik": "3.0.0-next.1"
},
"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.1

### Patch Changes

- [`1c2175a`](https://github.com/formium/formik/commit/1c2175a24b1d1223b4cdedf424ef62057edf0063) [#2848](https://github.com/formium/formik/pull/2848) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Ensure that parse and format aren't passed through in Field components

## 3.0.0-next.0

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

0 comments on commit 96d5dc9

Please sign in to comment.