@pnp/spfx-controls-react 3.9.0-beta.2437337 → 3.9.0-beta.2437383
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
|
@@ -11,11 +11,13 @@
|
|
|
11
11
|
],
|
|
12
12
|
"fixes": [
|
|
13
13
|
"`Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)",
|
|
14
|
-
"`Localization`: Updates to Dutch localizations [#1209](https://github.com/pnp/sp-dev-fx-controls-react/issues/1209)"
|
|
14
|
+
"`Localization`: Updates to Dutch localizations [#1209](https://github.com/pnp/sp-dev-fx-controls-react/issues/1209)",
|
|
15
|
+
"`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)"
|
|
15
16
|
]
|
|
16
17
|
},
|
|
17
18
|
"contributions": [
|
|
18
19
|
"[Annie-Johnson](https://github.com/Annie-Johnson)",
|
|
20
|
+
"[Dennis Kuhn](https://github.com/DennisKuhn)",
|
|
19
21
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
20
22
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
21
23
|
"[Rico van de Ven](https://github.com/RicoNL)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2437383";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED