@pnp/spfx-controls-react 3.9.0-beta.2538753 → 3.9.0-beta.2538764
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,6 +15,7 @@
|
|
|
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
|
+
"`Localization`: Updates to Danish localizations [#1233](https://github.com/pnp/sp-dev-fx-controls-react/pull/1233)",
|
|
18
19
|
"`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)"
|
|
19
20
|
]
|
|
20
21
|
},
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
26
27
|
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
27
28
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
29
|
+
"[Morten Andersen](https://github.com/spcph)",
|
|
28
30
|
"[Rico van de Ven](https://github.com/RicoNL)"
|
|
29
31
|
]
|
|
30
32
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2538764";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED