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 add9b5f commit 619dc7eCopy full SHA for 619dc7e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-final-form",
3
- "version": "2.2.2",
+ "version": "3.0.0",
4
"description":
5
"🏁 High performance subscription-based form state management for React",
6
"main": "dist/react-final-form.cjs.js",
src/index.js
@@ -2,4 +2,4 @@
export { default as Field } from './Field'
export { default as Form } from './ReactFinalForm'
export { default as FormSpy } from './FormSpy'
-export const version = '2.2.2'
+export const version = '3.0.0'
0 commit comments