@pnp/spfx-controls-react 3.9.0-beta.2538764 → 3.9.0-beta.2540904

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.
@@ -16,7 +16,8 @@
16
16
  "`Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)",
17
17
  "`Localization`: Updates to Dutch localizations [#1209](https://github.com/pnp/sp-dev-fx-controls-react/issues/1209)",
18
18
  "`Localization`: Updates to Danish localizations [#1233](https://github.com/pnp/sp-dev-fx-controls-react/pull/1233)",
19
- "`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)"
19
+ "`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)",
20
+ "`FieldCollectionData`: Updated docs to fix duplicated property [#1236](https://github.com/pnp/sp-dev-fx-controls-react/pull/1236)"
20
21
  ]
21
22
  },
22
23
  "contributions": [
@@ -27,7 +28,8 @@
27
28
  "[Jake Stanger](https://github.com/JakeStanger)",
28
29
  "[Milan Holemans](https://github.com/milanholemans)",
29
30
  "[Morten Andersen](https://github.com/spcph)",
30
- "[Rico van de Ven](https://github.com/RicoNL)"
31
+ "[Rico van de Ven](https://github.com/RicoNL)",
32
+ "[ryanexner](https://github.com/ryanexner)"
31
33
  ]
32
34
  },
33
35
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.9.0-beta.2538764";
1
+ export var version = "3.9.0-beta.2540904";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.9.0-beta.2538764",
4
+ "version": "3.9.0-beta.2540904",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",