@pnp/spfx-controls-react 3.9.0-beta.2538753 → 3.9.0-beta.2538812

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.
package/CHANGELOG.JSON CHANGED
@@ -15,7 +15,9 @@
15
15
  "fixes": [
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
- "`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)"
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)",
20
+ "`FieldCollectionData`: Updated docs to fix duplicated property [#1236](https://github.com/pnp/sp-dev-fx-controls-react/pull/1236)"
19
21
  ]
20
22
  },
21
23
  "contributions": [
@@ -25,7 +27,9 @@
25
27
  "[Fabio Franzini](https://github.com/fabiofranzini)",
26
28
  "[Jake Stanger](https://github.com/JakeStanger)",
27
29
  "[Milan Holemans](https://github.com/milanholemans)",
28
- "[Rico van de Ven](https://github.com/RicoNL)"
30
+ "[Morten Andersen](https://github.com/spcph)",
31
+ "[Rico van de Ven](https://github.com/RicoNL)",
32
+ "[ryanexner](https://github.com/ryanexner)"
29
33
  ]
30
34
  },
31
35
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.9.0-beta.2538753";
1
+ export var version = "3.9.0-beta.2538812";
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.2538753",
4
+ "version": "3.9.0-beta.2538812",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",