Skip to content

Commit

Permalink
Merge pull request jaredpalmer#2957 from formium/changeset-release/ma…
Browse files Browse the repository at this point in the history
…ster

Version Packages
  • Loading branch information
jaredpalmer authored Dec 10, 2020
2 parents d4314a1 + eafd31b commit 7fdd514
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/ten-donuts-lay.md

This file was deleted.

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.14

### Patch Changes

- Updated dependencies [[`d4314a1`](https://github.com/formium/formik/commit/d4314a14cac4bfb0b2c2f1e5cf07a4fc3fb2d2d8)]:
- [email protected]

## 2.1.13

### 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.13",
"version": "2.1.14",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]>",
"repository": "formium/formik",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.2.5"
"formik": "2.2.6"
},
"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

## 2.2.6

### Patch Changes

- [`d4314a1`](https://github.com/formium/formik/commit/d4314a14cac4bfb0b2c2f1e5cf07a4fc3fb2d2d8) [#2955](https://github.com/formium/formik/pull/2955) Thanks [@jkbktl](https://github.com/jkbktl)! - fix(docs): fix link to docs in console warning

## 2.2.5

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/formik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Build forms in React, without the tears",
"version": "2.2.5",
"version": "2.2.6",
"license": "Apache-2.0",
"author": "Jared Palmer <[email protected]> (https://jaredpalmer.com)",
"repository": "formium/formik",
Expand Down Expand Up @@ -30,9 +30,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 7fdd514

Please sign in to comment.