Skip to content

Commit

Permalink
Version Packages (#3985)
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.7

### Patch Changes

-   [`99dbc24`](99dbc24) [#3968](#3968) Thanks [@ChronicusUA](https://github.com/ChronicusUA)! - Value of setFieldValue can be a function that takes previous field value

 ## formik-native@2.1.30

### Patch Changes

-   Updated dependencies \[[`99dbc24`](99dbc24)]:
    -   formik@2.4.7
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent fbe8da0 commit 2618cc4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-poets-bathe.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.30

### Patch Changes

- Updated dependencies [[`99dbc24`](https://github.com/jaredpalmer/formik/commit/99dbc24ce714387b27425df48abb7676bb8b582c)]:
- formik@2.4.7

## 2.1.29

### 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.29",
"version": "2.1.30",
"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.6"
"formik": "2.4.7"
},
"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.4.7

### Patch Changes

- [`99dbc24`](https://github.com/jaredpalmer/formik/commit/99dbc24ce714387b27425df48abb7676bb8b582c) [#3968](https://github.com/jaredpalmer/formik/pull/3968) Thanks [@ChronicusUA](https://github.com/ChronicusUA)! - Value of setFieldValue can be a function that takes previous field value

## 2.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.6",
"version": "2.4.7",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
"contributors": [
Expand Down

0 comments on commit 2618cc4

Please sign in to comment.