Skip to content

Commit

Permalink
Version Packages (#3828)
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 Jun 14, 2023
1 parent 96280d3 commit db97ce4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-lions-tickle.md

This file was deleted.

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

## 2.1.25

### Patch Changes

- Updated dependencies [[`96280d3`](https://github.com/jaredpalmer/formik/commit/96280d388eaa0f2e9fb84e7fd2aa45450de3a949)]:
- formik@2.4.2

## 2.1.24

### 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.24",
"version": "2.1.25",
"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.1"
"formik": "2.4.2"
},
"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.2

### Patch Changes

- [`96280d3`](https://github.com/jaredpalmer/formik/commit/96280d388eaa0f2e9fb84e7fd2aa45450de3a949) [#3817](https://github.com/jaredpalmer/formik/pull/3817) Thanks [@probablyup](https://github.com/probablyup)! - Updated internal types to support React 18.

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/formik/package.json
@@ -1,7 +1,7 @@
{
"name": "formik",
"description": "Build forms in React, without the tears",
"version": "2.4.1",
"version": "2.4.2",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
"repository": "formium/formik",
Expand Down

1 comment on commit db97ce4

@vercel
Copy link

@vercel vercel bot commented on db97ce4 Jun 14, 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-git-main-formik.vercel.app
formik-docs-formik.vercel.app
formik.org
formik-docs.vercel.app
www.formik.org

Please sign in to comment.