We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a228f commit 9d76f2fCopy full SHA for 9d76f2f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-final-form",
3
- "version": "3.1.2",
+ "version": "3.1.3",
4
"description":
5
"🏁 High performance subscription-based form state management for React",
6
"main": "dist/react-final-form.cjs.js",
src/ReactFinalForm.js
@@ -17,7 +17,7 @@ import type {
17
import type { FormProps as Props, ReactContext } from './types'
18
import shallowEqual from './shallowEqual'
19
import renderComponent from './renderComponent'
20
-export const version = '3.1.0'
+export const version = '3.1.3'
21
22
const versions = {
23
'final-form': ffVersion,
0 commit comments