Skip to content

Commit add9b5f

Browse files
committed
v2.2.2
1 parent 356c12f commit add9b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "2.2.1",
3+
"version": "2.2.2",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
export { default as Field } from './Field'
33
export { default as Form } from './ReactFinalForm'
44
export { default as FormSpy } from './FormSpy'
5-
export const version = '2.1.0'
5+
export const version = '2.2.2'

0 commit comments

Comments
 (0)