@contentful/field-editor-reference 6.10.0 → 6.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,7 @@ function MultipleResourceReferenceEditor(props) {
148
148
  key: index,
149
149
  index: index,
150
150
  resourceLink: item,
151
+ locale: props.sdk.field.locale,
151
152
  isDisabled: isDisabled,
152
153
  renderDragHandle: DragHandle,
153
154
  onMoveTop: onMoveTop,
@@ -93,6 +93,7 @@ export function MultipleResourceReferenceEditor(props) {
93
93
  key: index,
94
94
  index: index,
95
95
  resourceLink: item,
96
+ locale: props.sdk.field.locale,
96
97
  isDisabled: isDisabled,
97
98
  renderDragHandle: DragHandle,
98
99
  onMoveTop: onMoveTop,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-reference",
3
- "version": "6.10.0",
3
+ "version": "6.10.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "registry": "https://npm.pkg.github.com/"
68
68
  },
69
- "gitHead": "44e5546797a12db4d96f290e039a483297265ffa"
69
+ "gitHead": "c43c17b9bb1036b1d5aec267ad45adc8c136d528"
70
70
  }