Skip to content

Commit 700b563

Browse files
committed
v3.1.4
1 parent 34a6a58 commit 700b563

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",
@@ -12,6 +12,7 @@
1212
"start": "nps",
1313
"test": "nps test",
1414
"precommit": "lint-staged && npm start validate",
15+
"prepublish": "npm start validate",
1516
"postinstall": "opencollective postinstall || exit 0"
1617
},
1718
"author":

src/ReactFinalForm.js

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

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

0 commit comments

Comments
 (0)