Skip to content

Commit cf00e65

Browse files
committed
v3.2.1
1 parent ad4605f commit cf00e65

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",

src/ReactFinalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type {
1616
import type { FormProps as Props, ReactContext } from './types'
1717
import shallowEqual from './shallowEqual'
1818
import renderComponent from './renderComponent'
19-
export const version = '3.2.0'
19+
export const version = '3.2.1'
2020

2121
const versions = {
2222
'final-form': ffVersion,

0 commit comments

Comments
 (0)