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 ac9f23e commit d7b9809Copy full SHA for d7b9809
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-final-form",
3
- "version": "2.1.1",
+ "version": "2.2.0",
4
"description":
5
"🏁 High performance subscription-based form state management for React",
6
"main": "dist/react-final-form.cjs.js",
@@ -65,7 +65,7 @@
65
"rollup-plugin-uglify": "^2.0.1"
66
},
67
"peerDependencies": {
68
- "final-form": "^3.0.0",
+ "final-form": ">=3.0.1",
69
"prop-types": "^15.6.0",
70
"react": "^15.3.0 || ^16.0.0-0"
71
0 commit comments