Skip to content

Commit d7b9809

Browse files
committed
v2.2.0
1 parent ac9f23e commit d7b9809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",
@@ -65,7 +65,7 @@
6565
"rollup-plugin-uglify": "^2.0.1"
6666
},
6767
"peerDependencies": {
68-
"final-form": "^3.0.0",
68+
"final-form": ">=3.0.1",
6969
"prop-types": "^15.6.0",
7070
"react": "^15.3.0 || ^16.0.0-0"
7171
},

0 commit comments

Comments
 (0)