Skip to content

Commit a544e4d

Browse files
committed
v3.0.5
1 parent 8569cc7 commit a544e4d

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.0.4",
3+
"version": "3.0.5",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
export { default as Field } from './Field'
33
export { default as Form } from './ReactFinalForm'
44
export { default as FormSpy } from './FormSpy'
5-
export const version = '3.0.4'
5+
export const version = '3.0.5'

0 commit comments

Comments
 (0)