Skip to content

Commit 8147a6d

Browse files
committed
v3.2.0
1 parent 37a5827 commit 8147a6d

File tree

3 files changed

+39
-50
lines changed

3 files changed

+39
-50
lines changed

package-lock.json

Lines changed: 34 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form",
3-
"version": "3.1.5",
3+
"version": "3.2.0",
44
"description":
55
"🏁 High performance subscription-based form state management for React",
66
"main": "dist/react-final-form.cjs.js",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/final-form/react-final-form#readme",
2929
"devDependencies": {
30-
"@types/react": "^16.3.5",
30+
"@types/react": "^16.3.8",
3131
"babel-eslint": "^8.0.3",
3232
"babel-jest": "^22.4.3",
3333
"babel-plugin-external-helpers": "^6.22.0",
@@ -44,12 +44,12 @@
4444
"eslint-plugin-import": "^2.10.0",
4545
"eslint-plugin-jsx-a11y": "^6.0.2",
4646
"eslint-plugin-react": "^7.7.0",
47-
"final-form": "^4.4.0",
47+
"final-form": "^4.5.1",
4848
"flow-bin": "^0.69.0",
4949
"glow": "^1.2.2",
5050
"husky": "^0.14.3",
5151
"jest": "^22.4.3",
52-
"lint-staged": "^7.0.3",
52+
"lint-staged": "^7.0.4",
5353
"nps": "^5.9.0",
5454
"nps-utils": "^1.5.0",
5555
"opencollective": "^1.0.3",

src/ReactFinalForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type {
1616
import type { FormProps as Props, ReactContext } from './types'
1717
import shallowEqual from './shallowEqual'
1818
import renderComponent from './renderComponent'
19-
export const version = '3.1.5'
19+
export const version = '3.2.0'
2020

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

0 commit comments

Comments
 (0)