Skip to content

Commit 3375f6a

Browse files
committed
v3.3.0
1 parent 8b4230d commit 3375f6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",

src/ReactFinalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type { FormProps as Props, ReactContext } from './types'
1717
import shallowEqual from './shallowEqual'
1818
import renderComponent from './renderComponent'
1919
import type { FormRenderProps } from './types.js.flow'
20-
export const version = '3.2.1'
20+
export const version = '3.3.0'
2121

2222
const versions = {
2323
'final-form': ffVersion,

0 commit comments

Comments
 (0)