Skip to content

Commit 5ba9f56

Browse files
committed
v1.0.5
1 parent d42cccd commit 5ba9f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-final-form-arrays",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description":
55
"A component for rendering and editing arrays 🏁 React Final Form",
66
"main": "dist/react-final-form-arrays.cjs.js",

src/FieldArray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { FieldSubscription, FieldState, FieldValidator } from 'final-form'
1414
import type { Mutators } from 'final-form-arrays'
1515
import type { FieldArrayProps as Props } from './types'
1616
import renderComponent from './renderComponent'
17-
export const version = '1.0.4'
17+
export const version = '1.0.5'
1818

1919
const versions = {
2020
'final-form': ffVersion,

0 commit comments

Comments
 (0)