Skip to content

Commit

Permalink
Version Packages (#3855)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

# Releases
## formik@2.4.3

### Patch Changes

-   [`9e0a661`](9e0a661) [#3843](#3843) Thanks [@bonimba](https://github.com/bonimba)! - Fix FormikHelper and FieldHelperProps types

 ## formik-native@2.1.26

### Patch Changes

-   Updated dependencies \[[`9e0a661`](9e0a661)]:
    -   formik@2.4.3
  • Loading branch information
github-actions[bot] committed Aug 2, 2023
1 parent 704da49 commit 8255312
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-flowers-rule.md

This file was deleted.

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

## 2.1.26

### Patch Changes

- Updated dependencies [[`9e0a661`](https://github.com/jaredpalmer/formik/commit/9e0a661513af75d1b848e5be7a4916c53b78760f)]:
- formik@2.4.3

## 2.1.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/formik-native/package.json
@@ -1,6 +1,6 @@
{
"name": "formik-native",
"version": "2.1.25",
"version": "2.1.26",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"repository": "formium/formik",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"formik": "2.4.2"
"formik": "2.4.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/formik/CHANGELOG.md
@@ -1,5 +1,11 @@
# formik

## 2.4.3

### Patch Changes

- [`9e0a661`](https://github.com/jaredpalmer/formik/commit/9e0a661513af75d1b848e5be7a4916c53b78760f) [#3843](https://github.com/jaredpalmer/formik/pull/3843) Thanks [@bonimba](https://github.com/bonimba)! - Fix FormikHelper and FieldHelperProps types

## 2.4.2

### Patch 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.2",
"version": "2.4.3",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
"contributors": [
Expand Down Expand Up @@ -33,9 +33,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

2 comments on commit 8255312

@vercel
Copy link

@vercel vercel bot commented on 8255312 Aug 2, 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-formik.vercel.app
formik-docs.vercel.app
formik-docs-git-main-formik.vercel.app
formik.org
www.formik.org

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 8255312 Previous: 9e0a661 Ratio
formik (simple example) 7037 ops/sec (±5.48%) 12338 ops/sec (±2.95%) 1.75
react hook form (simple example) 6095 ops/sec (±3.86%) 10767 ops/sec (±4.01%) 1.77

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.