Skip to content

Commit

Permalink
Version Packages (#3814)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 31, 2023
1 parent 187e47d commit 20f6848
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-zoos-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cars-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-radios-clap.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/formik-native/CHANGELOG.md
@@ -1,5 +1,12 @@
# formik-native

## 2.1.24

### Patch Changes

- Updated dependencies [[`2b194c2`](https://github.com/jaredpalmer/formik/commit/2b194c287dc281ec2a8ff691d75c6b798ab5f70c), [`708bcb2`](https://github.com/jaredpalmer/formik/commit/708bcb24785f1f8fbb5dfd649de3df4fddf7a113), [`187e47d`](https://github.com/jaredpalmer/formik/commit/187e47de0c4289cb279e25d69f8172cfa14369d2)]:
- formik@2.4.1

## 2.1.23

### Patch Changes
Expand Down
8 changes: 3 additions & 5 deletions packages/formik-native/package.json
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "2.1.23",
"version": "2.1.24",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand All @@ -19,9 +19,7 @@
"module": "dist/index.esm.js",
"react-native": "src/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
"build": "tsdx build --tsconfig tsconfig.build.json",
Expand All @@ -32,7 +30,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.4.0"
"formik": "2.4.1"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/formik/CHANGELOG.md
@@ -1,5 +1,15 @@
# formik

## 2.4.1

### Patch Changes

- [`2b194c2`](https://github.com/jaredpalmer/formik/commit/2b194c287dc281ec2a8ff691d75c6b798ab5f70c) [#3808](https://github.com/jaredpalmer/formik/pull/3808) Thanks [@NagaiKoki](https://github.com/NagaiKoki)! - fix type of setFieldValue function

* [`708bcb2`](https://github.com/jaredpalmer/formik/commit/708bcb24785f1f8fbb5dfd649de3df4fddf7a113) [#3813](https://github.com/jaredpalmer/formik/pull/3813) Thanks [@probablyup](https://github.com/probablyup)! - Revert `FieldArray` "shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside of `FieldArray`, so it's not safe to cancel re-renders here.

- [`187e47d`](https://github.com/jaredpalmer/formik/commit/187e47de0c4289cb279e25d69f8172cfa14369d2) [#3815](https://github.com/jaredpalmer/formik/pull/3815) Thanks [@probablyup](https://github.com/probablyup)! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.

## 2.4.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/formik/package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Build forms in React, without the tears",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net> (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

1 comment on commit 20f6848

@vercel
Copy link

@vercel vercel bot commented on 20f6848 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs.vercel.app
formik.org
formik-docs-formik.vercel.app
formik-docs-git-main-formik.vercel.app
www.formik.org

Please sign in to comment.