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 95a4c58 commit ec27177Copy full SHA for ec27177
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-final-form",
3
- "version": "2.0.0",
+ "version": "2.1.0",
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 = '2.0.0'
+export const version = '2.1.0'
21
22
export const all: FormSubscription = formSubscriptionItems.reduce(
23
(result, key) => {
0 commit comments