Skip to content

Commit

Permalink
Merge pull request #2894 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 11, 2020
2 parents 6354f5d + f37e580 commit 036af69
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .changeset/pre.json
Expand Up @@ -3,12 +3,12 @@
"tag": "next",
"initialVersions": {
"formik": "2.2.1",
"formik-native": "2.1.9"
"formik-native": "2.1.9",
"@formik/codemod": "3.0.0-next.2"
},
"changesets": [
"gentle-boxes-turn",
"little-olives-enjoy",
"moody-apples-return",
"quiet-beans-attack",
"tough-dragons-dream"
"quiet-beans-attack"
]
}
7 changes: 7 additions & 0 deletions packages/formik-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# formik-native

## 2.1.10-next.3

### Patch Changes

- Updated dependencies [[`6383b86`](https://github.com/formium/formik/commit/6383b86d3123a3348e4fa6abba4fe0c3652cb5a4)]:
- formik@3.0.0-next.3

## 2.1.10-next.2

## 2.1.11
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.2",
"version": "2.1.10-next.3",
"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.2"
"formik": "3.0.0-next.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
16 changes: 16 additions & 0 deletions packages/formik/CHANGELOG.md
@@ -1,5 +1,21 @@
# formik

## 3.0.0-next.3

### Patch Changes

- [`6383b86`](https://github.com/formium/formik/commit/6383b86d3123a3348e4fa6abba4fe0c3652cb5a4) [#2893](https://github.com/formium/formik/pull/2893) Thanks [@jaredpalmer](https://github.com/jaredpalmer)! - Added optimized Form, ErrorMessage, and the following additional optimized field-level hooks
and components that only rerender when their respective slices have changed:

- `unstable_useFieldValue`
- `unstable_useFieldTouched`
- `unstable_useFieldError`
- `unstable_useStrictField`
- `unstable_StrictField`

In addition, there is a very very unstable `unstable_useFormikContextSelector` that we'll be using
to prototype other APIss in product that is also included. This will definitely **not** be released, so you have been warned.

## 3.0.0-next.2

## 2.2.3
Expand Down
6 changes: 2 additions & 4 deletions packages/formik/package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Forms in React, without tears",
"version": "3.0.0-next.2",
"version": "3.0.0-next.3",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand All @@ -20,9 +20,7 @@
"umd:main": "dist/formik.umd.production.js",
"module": "dist/formik.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"peerDependencies": {
"react": ">=16.8.0"
},
Expand Down

0 comments on commit 036af69

Please sign in to comment.